Commit Graph

2220 Commits

Author SHA1 Message Date
Natsumi
8ee28ea3ca Auto load friends list 2025-02-17 13:21:16 +13:00
Natsumi
d0e1be4933 Revert "switch to ageVerified" 2025-02-17 13:21:03 +13:00
Natsumi
2ff6bf3925 Add VueDevTools extension when running as Debug 2025-02-10 09:58:43 +13:00
Natsumi
0c213f915f Fix scaling when uploading images 2025-02-10 09:11:31 +13:00
pa
d73bcd04c1 UI/UX and Performance Improvement (#1122)
* wip

* wip

* ui improve and fix

* fix
2025-02-10 07:23:49 +13:00
Regalia
91bc4d076e feat: Port ImageSaving to ImageSharp to fix Linux image uploads (#1131) 2025-02-10 07:20:53 +13:00
Regalia
9d7ba34edc Fix GetAssetVersion only working intermittently on Linux (#1130) 2025-02-10 07:20:43 +13:00
Yuu198
4b0e6fad51 Japanese localization en.json file Update and Typo fix (#1125)
* Translation updated

* Update localization

* Typo fix
2025-02-10 07:20:27 +13:00
Sergey004
d275c2abb3 Update ru_RU localization (#1121)
* Update ru_RU localization

* Update ru_RU localization

* Update ru_RU localization
2025-02-10 07:19:16 +13:00
pa
179a572c7c Display All Friends When Grouped by Instance (#1119) 2025-02-10 07:19:01 +13:00
Natsumi
266468fd57 Disable CET 2025-02-10 07:17:37 +13:00
Natsumi
b6c1702a27 Linux steam folder fallback 2025-02-10 07:17:34 +13:00
Natsumi
896ea415e4 switch to ageVerified 2025-02-10 07:17:31 +13:00
Natsumi
5f30e443c2 Update node deps 2025-02-10 07:17:28 +13:00
Natsumi
c15e694d5b macos SQLite lib 2025-02-10 07:17:25 +13:00
Natsumi
612c5f115b Handle currentUser websocket traveling 2025-02-10 07:17:20 +13:00
Natsumi
7bacacda11 Fix user dialog favorites 2025-02-04 02:01:48 +13:00
Natsumi
0d27dbd4c5 Update build action 2, 3 2025-02-04 01:48:06 +13:00
Natsumi
803bee527b Update build action 1 2025-02-04 01:12:54 +13:00
Natsumi
8bd062e904 Update build action 2025-02-04 01:03:35 +13:00
Natsumi
efe5ad8af0 Fix unnecessarily fetching groups at startup 2025-02-04 00:33:20 +13:00
Natsumi
035398a0ba Lint 2025-02-04 00:26:39 +13:00
Natsumi
00a8309ece Insure login function execution order 2025-02-04 00:14:35 +13:00
Natsumi
6c411db832 Update Linux build to .NET 9.0 2025-02-03 23:59:59 +13:00
Natsumi
6cc10ad8af Fix group sidebar sort order 2025-02-03 23:59:59 +13:00
pa
e5d900b364 Improve Friend List Loading Speed (#1116) 2025-02-03 23:59:48 +13:00
優希 (Yuki)
cbb40ebc8b Improve Japanese Translation (#1115) 2025-02-03 23:59:32 +13:00
XoFKon
af2ef2e082 Update Traditional Chinese (#1111)
Correction of translation lines 196 199
2025-02-03 23:59:21 +13:00
pa
a613f91b36 auto-enable Vue2 dev mode based on NODE_ENV (#1110)
Co-authored-by: Natsumi <11171153+Natsumi-sama@users.noreply.github.com>
2025-02-03 23:59:10 +13:00
pa
bbbef2aece Optimize userDialog rendering performance (#1108)
* Optimize userDialog render performance

* rm unnecessary v-lazy
2025-02-03 23:57:09 +13:00
Natsumi
5f525c9e0b v2025.01.31 2025-01-31 16:39:14 +13:00
Natsumi
481e5439c3 Update copyright year 2025-01-31 16:38:25 +13:00
Natsumi
a7c400f9b7 Handle missing CurrentCulture 2025-01-31 16:38:07 +13:00
XoFKon
e426a0ceef Update en.json (ZH-TW) (#1109) 2025-01-31 16:30:57 +13:00
Natsumi
6b2d402b8b Misc fixes 2025-01-30 18:03:50 +13:00
pa
3fda9b771c Optimize Favorite Tab Loading Performance (#1106) 2025-01-30 18:03:03 +13:00
Natsumi
e6a072563a Fix traveling to location timer for grouped instances 2025-01-27 13:10:05 +13:00
Natsumi
cc1a1fbd6a Unleash the PUG linter 2025-01-27 12:28:15 +13:00
Natsumi
ca6b52c053 Prevent the sidebar instance group title being shown as "Traveling" 2025-01-27 12:12:38 +13:00
Natsumi
72bb8c7cc0 Remove Notification Position setting for Linux 2025-01-27 11:41:23 +13:00
Natsumi
f1cb43516b Clean up 2025-01-27 11:39:13 +13:00
pa
d3bcaf130a Ux improves (#1103)
* ux-improves

* ui improvements
2025-01-27 11:39:30 +13:00
Vivi
212934f08c fix: fix the bug of favorite friends hidding (#1104)
* feat: favorite friends divide by different favorite group

* fix: make the update of dividing by favorite groups compatible with previous features

* fix: fix the bug of favorite friends

* fix: fix the bug of favorite friends

* fix: fix the bug of favorite friends hidding

* fix: fix the vipFriendsDivideByGroup dataSource, now it was couputed by others, no longer managed by the add favorite, delete favorite etc handler

* i18n: chinese translation about split favorite friends

* fix: fix the duplicate friend show in a tab
2025-01-27 09:25:30 +13:00
Natsumi
2a24a2a2ab Fix "Group by Instance" disabled causing missing friends 2025-01-26 11:59:41 +13:00
Vivi
0e2fb606e6 fix: fix the bug of favorite friends (#1101)
* feat: favorite friends divide by different favorite group

* fix: make the update of dividing by favorite groups compatible with previous features

* fix: fix the bug of favorite friends

* fix: fix the bug of favorite friends
2025-01-26 10:13:25 +13:00
Natsumi
e27e86373c Fix custom VRC cache path 2025-01-26 07:50:39 +13:00
Natsumi
8b302cae20 Split Favorite Friends 2025-01-26 07:33:44 +13:00
Natsumi
acf62b138b Fix friend sidebar styling 2025-01-26 06:12:02 +13:00
Natsumi
5214522789 Path.Join() 2025-01-26 06:11:35 +13:00
Vivi
ebb222e7bf feat: favorite friends divide by different favorite group (#1096)
* feat: favorite friends divide by different favorite group

* fix: make the update of dividing by favorite groups compatible with previous features
2025-01-26 06:11:54 +13:00