Commit Graph

14 Commits

Author SHA1 Message Date
Natsumi
f3160f080a Fixes 2023-09-17 10:42:40 +12:00
Natsumi
102092e6d3 Random fixes 2023-09-03 09:03:15 +12:00
Natsumi
f578984a06 Rename Quest to Android, small fixes 2023-08-20 18:34:14 +12:00
Natsumi
908714b2e1 Small changes and fixes 2023-08-16 03:33:23 +12:00
Natsumi
ab68444d12 Fullscreen image dialog 2023-07-15 04:29:35 +12:00
Natsumi
ce053b2d82 avatarScalingDisabled tag, group member icons 2023-07-02 08:41:49 +12:00
Natsumi
5c5e178e2c Small fix 2023-06-30 08:08:10 +12:00
Natsumi
35ae13ce7a Fixes for websocket changes 2023-06-29 23:29:25 +12:00
Natsumi
825377463e Small fixes 2023-06-28 09:14:40 +12:00
Natsumi
62e350cc91 Emoji manager 2023-06-25 02:32:53 +12:00
Natsumi
6cda4eae3e Avatar scaling tag and toggle option 2023-06-23 21:21:52 +12:00
Natsumi
2ed0ed7d62 Instance info tooltip and random fixes 2023-06-23 21:21:26 +12:00
Natsumi
f674b61b73 New instance for groups, small changes 2023-06-07 01:05:06 +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