Commit Graph

79 Commits

Author SHA1 Message Date
rootdarkarchon
82cca2e035 fix total user count in syncshell (distinct by UIDs) 2023-10-24 01:57:31 +02:00
rootdarkarchon
18d089d693 fix text alignment 2023-10-23 19:28:57 +02:00
rootdarkarchon
33344386c4 rework main ui 2023-10-21 18:29:20 +02:00
rootdarkarchon
984ee08a2b add total count on mouseover, make syncshell windows non-blocking 2023-10-20 16:53:56 +02:00
rootdarkarchon
d7bfa2147f fix token for character change, add online count to syncshells and groups 2023-10-18 17:49:24 +02:00
rootdarkarchon
3a7e3e7177 add more options for the compactui 2023-10-18 00:18:02 +02:00
rootdarkarchon
14575a4a6b Mare 0.9 (#65)
* add jwt expiry

* start of 0.9 api impl

* some stuff idk

* some more impl

* some cleanup

* remove grouppair, add configuration, rework some pair drawing stuff

* do some stuff

* rework some ui

* I don't even know anymore

* add cancellationtoken

* token bla

* ui fixes etc

* probably individual adding/removing now working fully as expected

* add working report popup

* I guess it's more syncshell shit or so

* popup shit idk

* work out most of the syncshell bullshit I guess

* delete some old crap

* are we actually getting closer to the end

* update pair info stuff

* more fixes/adjustments, idk

* refactor some things

* some rework

* some more cleanup

* cleanup

* make menu buttons w i d e

* better icon text buttons

* add all syncshell folder and ordering fixes

---------

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
2023-10-17 21:36:44 +02:00
rootdarkarchon
f89f6c1216 update to api9 2023-10-02 14:13:08 +02:00
rootdarkarchon
a5aff6ba1a optimize file scanner, fix unban in banui, show syncshell notes in standalone profile ui 2023-08-27 15:24:01 +02:00
rootdarkarchon
2473087da4 fix group panel, restarts with dtr entry 2023-06-27 18:56:05 +02:00
rootdarkarchon
ff73c016eb fixes for vfx display in ui 2023-04-20 11:53:42 +02:00
Stanley Dimant
890e7558c4 add vfx stuff handling 2023-04-20 10:45:30 +02:00
rootdarkarchon
4b53ca8c5e fix banning modal, fix disposal async calls to penumbra 2023-04-09 22:28:05 +02:00
rootdarkarchon
19b1b7b286 add open profile to syncshells 2023-03-22 18:59:58 +01:00
rootdarkarchon
38d83eff77 some profile ui rework 2023-03-22 17:14:05 +01:00
rootdarkarchon
2b829af4f8 add mare profiles 2023-03-19 19:00:22 +01:00
rootdarkarchon
f6a471f457 rework for ui shit 2023-03-18 21:39:17 +01:00
rootdarkarchon
0c87e84f25 [Draft] Update 0.8 (#46)
* move stuff out into file transfer manager

* obnoxious unsupported version text, adjustments to filetransfermanager

* add back file upload transfer progress

* restructure code

* cleanup some more stuff I guess

* downloadids by playername

* individual anim/sound bs

* fix migration stuff, finalize impl of individual sound/anim pause

* fixes with logging stuff

* move download manager to transient

* rework dl ui first iteration

* some refactoring and cleanup

* more code cleanup

* refactoring

* switch to hostbuilder

* some more rework I guess

* more refactoring

* clean up mediator calls and disposal

* fun code cleanup

* push error message when log level is set to anything but information in non-debug builds

* remove notificationservice

* move message to after login

* add download bars to gameworld

* fixes download progress bar

* set gpose ui min and max size

* remove unnecessary usings

* adjustments to reconnection logic

* add options to set visible/offline groups visibility

* add impl of uploading display, transfer list in settings ui

* attempt to fix issues with server selection

* add back download status to compact ui

* make dl bar fixed size based

* some fixes for upload/download handling

* adjust text from Syncing back to Uploading

---------

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
Co-authored-by: Stanley Dimant <stanley.dimant@varian.com>
2023-03-14 19:48:35 +01:00
rootdarkarchon
3634c06ee5 fixes for pet handling, uploads, clear storage button, remove button while reconnecting, put paused to online/paused, put visible to online 2023-02-05 15:52:27 +01:00
rootdarkarchon
959803a57c fix pausing/resuming for local groups 2023-01-31 14:59:07 +01:00
Stanley Dimant
12f0789e9c change display of local groups 2023-01-31 10:10:27 +01:00
Stanley Dimant
246dbeb9b6 split individual ui to visible/group/online/offline 2023-01-30 10:35:49 +01:00
rootdarkarchon
d7cad81eb0 fix tags pausing/resuming, give back owner the same rights as mod 2023-01-29 18:05:12 +01:00
rootdarkarchon
b2276a1883 Client rework for API change and paradigm shift (#39)
* most of the groups refactoring on client

* register OnMethods for group stuff

* start implementing client (still pretty broken)

* finish implementing new api first iteration

* idk rework everything for pair shit (still WIP); goal is to remove PairedClients and GroupPairClients from ApiController

* move everything to PairManager, remove dictionaries from APiController

* remove admin stuff from client, cleanup

* adjust reconnection handling, add new settings, todo still to remove access from old stuff that's marked obsolete from config

* add back adding servers, fix intro ui

* fix obsolete calls

* adjust config namespace

* add UI for setting animation/sound permissions to syncshells

* add ConfigurationService to hot reload config on change from external

* move transient data cache to configuration

* add deleting service to ui

* fix saving of transient resources

* fix group pair user assignments

* halt scanner when penumbra inactive, add visible/online/offline split to individual pairs and tags

* add presence to syncshell ui

* move fullpause from config to server config

* fixes in code style

* more codestyle

* show info icon on player in shells, don't show icon when no changes from default state are made, add online notifs

* fixes to intro UI

---------

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
2023-01-29 15:13:53 +01:00
xPumaa
1c95a6d40e Popupmodal to normal popup and some UI shenanigans (#37)
* Button height now adjusts to the font size

* Popup now adjusts to the font size
Popup is now centered when opened

* ui shenanigans

* PopupModal to normal Popup
2023-01-22 23:36:27 +01:00
rootdarkarchon
8e0f03f185 set min and max size for popup, add filter 2023-01-22 12:04:34 +01:00
rootdarkarchon
c610970f03 fix window size 2023-01-22 11:49:43 +01:00
rootdarkarchon
4da73f2368 add GroupForPairUi 2023-01-22 11:32:41 +01:00
Nia292
115960262a Feature: Pair Categories (#35)
* Feature/pair categories re (#1)

Implemented pair categories:
- Paired users can now get tags
- Tags get rendered into the main UI as groups
- Tags are persistently stored on the local configuration

* Added multi-server capabilities and cleaned up code

- Tags and available tags are stored per API url
- Added a few tooltips

* Renamed both dictionary to reflect the fact that they are per-server dictionaries

* Swapped icons and no longer renders groups that are empty after filter
2023-01-22 10:21:36 +01:00