From 60bdcc6c99da7a175b6416e67f5f389b99da968a Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Wed, 7 Oct 2020 21:24:02 -0500 Subject: [PATCH] Profile navigation --- CHANGELOG.md | 7 ++- README.md | 11 +++-- docs/_config.yml | 8 +-- electron/Index.vue | 110 ++++++++++++++++++++++++++++++++++++++--- electron/Window.vue | 3 +- electron/main.ts | 8 +++ electron/package.json | 2 +- learn/matcher-types.ts | 2 +- package.json | 2 +- 9 files changed, 132 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d60b0ad..023e8e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.2.0 +* Hide/show current character profile with Ctrl+P or Command+P +* Navigate back and forward in character profile view history + + ## 1.1.0 * Upgraded to Electron 10.x * Upgraded to Keytar 6.x – you will need to re-enter your password @@ -20,7 +25,6 @@ ## 1.0.1 - * Enabled auto-updates for Windows; MacOS and Linux not supported, sorry! * Reviewed security with: * [Electron Security](https://www.electronjs.org/docs/tutorial/security) @@ -32,7 +36,6 @@ ## 1.0.0 - * Channel Conversations * Highlight ads from characters most interesting to you * Hide clearly unmatched ads diff --git a/README.md b/README.md index b0693ba..959264e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Download -[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.1.0/F-Chat-Rising-v1.1.0-win.exe) (75 MB) -| [MacOS](https://github.com/mrstallion/fchat-rising/releases/download/v1.1.0/F-Chat-Rising-v1.1.0-macos.dmg) (76 MB) -| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.1.0/F-Chat-Rising-v1.1.0-linux.AppImage) (76 MB) +[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.1.0/F-Chat-Rising-v1.2.0-win.exe) (75 MB) +| [MacOS](https://github.com/mrstallion/fchat-rising/releases/download/v1.1.0/F-Chat-Rising-v1.2.0-macos.dmg) (76 MB) +| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.1.0/F-Chat-Rising-v1.2.0-linux.AppImage) (76 MB) # F-Chat Rising @@ -46,6 +46,8 @@ This repository contains a heavily customized version of the mainline F-Chat 3.0 * Cleaner guestbook view * Profiles, images, guestbook posts, and groups are cached for faster view * Character view tabs (overview, images, etc.) stick to the top + * Show/hide current profile with Ctrl+P or Command+P + * Navigate back and forward in character profile view history * Character Search * Search results are sorted based on match scores * Display match score in search results @@ -112,6 +114,9 @@ This repository contains a heavily customized version of the mainline F-Chat 3.0 * Bug? [color] acts weird * Bug? inline images act weird on profiles * Better disconnect management / API tickets? +* Ctrl+P to re-open closed profile; navigate back and forward in profiles (e.g. when you click one); 'back to top' button +* What are the things that would make your profile more compatible with others? + # F-List Exported diff --git a/docs/_config.yml b/docs/_config.yml index 1a7e860..f79d36a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -49,12 +49,12 @@ theme: jekyll-theme-slate changelog: https://github.com/mrstallion/fchat-rising/blob/master/CHANGELOG.md download: - version: v1.1.0 - win_url: https://github.com/mrstallion/fchat-rising/releases/download/v1.1.0/F-Chat-Rising-v1.1.0-win.exe + version: v1.2.0 + win_url: https://github.com/mrstallion/fchat-rising/releases/download/v1.2.0/F-Chat-Rising-v1.2.0-win.exe win_size: 75 MB - mac_url: https://github.com/mrstallion/fchat-rising/releases/download/v1.1.0/F-Chat-Rising-v1.1.0-macos.dmg + mac_url: https://github.com/mrstallion/fchat-rising/releases/download/v1.2.0/F-Chat-Rising-v1.2.0-macos.dmg mac_size: 76 MB - linux_url: https://github.com/mrstallion/fchat-rising/releases/download/v1.1.0/F-Chat-Rising-v1.1.0-linux.AppImage + linux_url: https://github.com/mrstallion/fchat-rising/releases/download/v1.2.0/F-Chat-Rising-v1.2.0-linux.AppImage linux_size: 76 MB diff --git a/electron/Index.vue b/electron/Index.vue index bda07b0..488bd41 100644 --- a/electron/Index.vue +++ b/electron/Index.vue @@ -73,6 +73,11 @@ + +
+ + +
@@ -89,7 +94,7 @@