Commit Graph

985 Commits

Author SHA1 Message Date
Natsumi
aec7d9356d Content tags 2023-09-25 03:02:44 +13:00
Natsumi
2c1f7dbf13 Fixes and changes 2023-09-25 03:02:40 +13:00
Natsumi
f3160f080a Fixes 2023-09-17 10:42:40 +12:00
Natsumi
851d72463b Capacity changes 2023-09-13 03:02:14 +12:00
Natsumi
bd5bc99f48 Fix current user instance timer when game is running elsewhere 2023-09-07 16:45:49 +12:00
Natsumi
102092e6d3 Random fixes 2023-09-03 09:03:15 +12:00
Teacup
0a0f166a2b feat: Add searching & fullscreen mode to screenshot viewer (#627)
* Optimized search screenshots by metadata

* feat: Screenshot metadata search bar

* fix: Reset search when selecting a file manually

* refactor: Re-do the whole search thing. Add number of results to dialog when searching

* fix: Add check & error for null metadata

* fix: Add sourceFile to error obj on return

* fix: Fix screenshot file dialog not sending path back to JS

* fix: Stop lfs parsing from dying if a value doesn't exist

* fix: Fix and optimize FileStream reading of metadata for searches

* fix: Reset search data and revert to normal when user clears out search box

* refactor: Remove/optimize some old screenshot helper stuff

- Use FileStream in ReadPNGResolution
- Limit the FindChunkIndex search range used when writing metadata
- Remove old ReadPNGDescription, just use filestream version now

* fix: Reset metadata search state if a file is added manually

* feat: Move viewer popover dialog to the fullscreen image viewer

* refactor: Change how parsing errors are handled... again

* refactor: Let the search carousel loop around

* fix: Re-do legacy parsing /wo JObject. Fix legacy instance ids/pos.

Also adds further docs to the legacy parsing for the various formats

* feat: Add persistent metadata cache for search

* Clean up

* fix: Fix viewer dying

sourceFile wasn't being included for vrcx pics

* refactor: Cache the state of files with no metadata

This is so we're not constantly re-processing these files with no metadata on every first search after a restart; These files won't magically gain metadata and this could cause a lot of hitching for someone that had potentially thousands of screenshots before using VRCX.

* Screenshot viewer loading

---------

Co-authored-by: Nekromateion <43814053+Nekromateion@users.noreply.github.com>
Co-authored-by: Natsumi <cmcooper123@hotmail.com>
2023-09-03 09:02:09 +12:00
Natsumi
2d38569b38 Localization lint 2023-08-20 18:40:34 +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
8e0ca62b59 Sync branch 2023-08-15 03:14:26 +12:00
Natsumi
c2f4d0c887 feat: Add local-favorite-world protocol type, focus window on dialog 2023-08-07 20:15:27 +12:00
Natsumi
9e082145c5 Small changes and fixes 2023-08-07 20:15:27 +12:00
Natsumi
43199b21ea chore(npm): update deps 2023-08-07 20:15:27 +12:00
KazaWai
8e4aa39064 Feature: Added avatar memo as for issue #595 (#613) 2023-08-07 19:52:41 +12:00
Natsumi
a7027221ed User dialog world sorting 2023-07-29 00:56:56 +12:00
Natsumi
07676ecfea External event type 2023-07-29 00:56:53 +12:00
Natsumi
b194aec334 Fixes 2023-07-24 19:57:55 +12:00
Natsumi
99144d8a84 Remove logout page reload 2023-07-22 11:34:34 +12:00
Natsumi
74671a0282 Small fixes and changes 2023-07-19 11:11:34 +12:00
Gizmo
0817a1358f refactor: Replace UUID dependency with window.crypto.randomUUID() (#601)
Remove the UUID dependency and replaces it with
the `window.crypto.randomUUID()` method. By utilizing the native browser function,
we eliminate the need for an external library.
2023-07-19 11:09:14 +12:00
Natsumi
cea1b01480 Open world cache directory 2023-07-15 04:29:48 +12:00
Natsumi
2f125b5983 Fixes 2023-07-15 04:29:40 +12:00
Natsumi
ab68444d12 Fullscreen image dialog 2023-07-15 04:29:35 +12:00
Natsumi
88da7a0f46 Emoji uploading 2023-07-15 04:29:19 +12:00
Natsumi
8d2850eeb2 world & group instance sorting 2023-07-15 04:29:15 +12:00
BoatFloater
0b10406d87 initial implementation of open world cache directory (#598) 2023-07-15 04:26:14 +12:00
Natsumi
bd33aae8bc Small fixes, fix launchGame not recreating shortName 2023-07-08 11:22:23 +12:00
Natsumi
ce053b2d82 avatarScalingDisabled tag, group member icons 2023-07-02 08:41:49 +12:00
Natsumi
cc3f6f7ecd Add hash check to updater 2023-07-02 06:57:16 +12:00
pypy
21e8b30380 Implement auto state change (#590)
* Implement auto state change

* fix
2023-07-02 06:56:33 +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
b2942e5981 World memos 2023-06-25 02:32:57 +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
d772927915 Fix new instance buttons 2023-06-15 01:05:20 +12:00
Natsumi
f418b208f3 Bulk unfavorite mode 2023-06-14 07:42:55 +12:00
Natsumi
c19a7101a6 Build user created themes into app 2023-06-09 02:20:07 +12:00
Natsumi
3780d61054 Small fixes 2023-06-07 18:28:16 +12:00
Natsumi
f674b61b73 New instance for groups, small changes 2023-06-07 01:05:06 +12:00
Natsumi
f2c7275000 Fix for deleted groups 2023-06-04 13:04:28 +12:00
Natsumi
e0bde3be98 Tabbed side panel 2023-06-04 11:07:45 +12:00
Natsumi
61fa42f897 Many fixes and instance queuing notification 2023-06-04 11:07:42 +12:00
Natsumi
11d92cabba Fix friends not being shown in current user instance while traveling 2023-06-03 07:25:11 +12:00
Natsumi
fc4d94c279 Group instances 2023-06-03 07:25:07 +12:00
Natsumi
d45f9ad001 Fix group name and access type 2023-06-02 13:00:07 +12:00
Teacup
7d6ca28f86 feat: Add /getall, logging to .NET, fix manager not getting traveling world (#554)
* fix: Fix world-db not getting current world properly when traveling

* fix: Stop redundant and exception-prone funcResult definition

* Fix: fetching current location

* refactor: Move constructing responseData to its own functions

* Fix: ignore own string requests

* feat: Add NLog dependency, and add some logging to .NET, mostly worlddb

* fix: I missed a semicolon

* refactor: Add more debug logging, change log format, archive less

* feat: Add /getall endpoint

---------

Co-authored-by: Natsumi <cmcooper123@hotmail.com>
2023-06-02 12:59:31 +12:00