Commit Graph

10 Commits

Author SHA1 Message Date
Hactazia
3203177d15 Update fr localization, add localization for table filters and Improve biography change highlighting (#1064)
* chore: add latest localization

* chore: add locations for table filters

* chore: Improve biography change highlighting

* fix: displays highlights correctly.

* fix: remove debug
2025-01-09 12:44:15 +13:00
pa
992807a461 UI: Enhancement (#1033) (#1034)
* ui: Enhancement (#1033)

* fix(style): bg color issue when hovering over input count in other themes

* fix(style): el-select height of feed tab

improve(style): status change style of feed page

improve(style): feed page

* improve(ui): favorites page

* improve(ui): tuning

* improve(style): settings page
2024-12-21 07:14:34 +13:00
pa
d3c7385292 feat: add vip friend filter for gamelog page (#1015) (#1023) 2024-12-12 15:53:50 +13:00
Natsumi
559d8c0b9c Hold shift to delete without prompt 2024-11-17 12:44:09 +13:00
Natsumi
fd42c0a372 Refactor 1 2024-10-30 15:53:48 +13:00
Natsumi
d45a2607e7 Change delete icon in tables 2024-10-09 18:24:55 +13:00
Nekromateion
1810171241 Add "Previous Instance Info" button to game log (#803)
* Add "Previous Instance Info" button to game log

Closes #800

* Add tooltip to open Instance info button in game log
2024-05-29 10:58:18 +12:00
Natsumi
cf4416fccc Adjust column widths for Spanish 2024-02-28 09:35:37 +13:00
Natsumi
07676ecfea External event type 2023-07-29 00:56:53 +12:00
Teacup
24f1a57c5d Add applauncher settings, refactor some pug code (#544)
* fix(.NET): Stop CheckGameRunning from force checking processes

I'm not really sure what I was thinking when I did that the way I did; They are not supposed to force check if they're closed after the first time...That's what the monitor is for.

* feat(.NET): Add optional child process culling, clean up applauncher

Add an AppApi method to set applauncher settings Enabled/KillChildrenOnExit

Refactor repeated applauncher event code, move into methods

* refactor: Move the pug code for every tab into its own file

* refactor: Add PoC mixins to settings.pug ^& add comments for navigation

Some proof of concept replacements of the categories, switches and a radio group in the General settings seection.
Also added comments for each header-separated section for marginally better navigation of the file.

* refactor: Move the login page to its own file

* fix(.NET): Correct wrong variable being set in SetAppLauncherSettings

* fix(.NET): Remove redundant/exception causing process refresh in monitor

* refactor(.NET): Allow launcher to be disabled; Disabled by default.

* refactor: Change screenshot helper default to true

* feat: Expose new app launcher settings, add new settings category

Translation keys added/removed:
+ view.settings.advanced.advanced.app_launcher.header
+ view.settings.advanced.advanced.app_launcher.folder_tooltip
+ view.settings.advanced.advanced.app_launcher.enable
+ view.settings.advanced.advanced.app_launcher.auto_close
- view.settings.advanced.advanced.auto_launch
- view.settings.advanced.advanced.auto_launch_tooltip

* Add GPU Fix and Udon Exception Logging options, unload favorites tab when not in use

* Fix GPUFix typo

* Fix GPUFix typo 1

* Add logging for AVPro streams without usharp videoplayer

* Lint

---------

Co-authored-by: Natsumi <cmcooper123@hotmail.com>
2023-05-13 22:26:29 +12:00