Commit Graph

54 Commits

Author SHA1 Message Date
pa 9b2eb7ea36 improve ui 2026-03-27 13:19:51 +09:00
pa f71ac77377 fix: load mutual friends button and mutual opt-out status in friend list 2026-03-27 13:19:51 +09:00
pa 3e9bff2f1b imrove friend list search responsiveness and stats refresh logic 2026-03-23 21:43:29 +09:00
pa 5ddb23a9e0 fix: VRCPlus Profile Icons setting not functional 2026-03-23 21:43:16 +09:00
pa ab596a13b9 refactor: remove useDataTableScrollHeight and introducing an auto-height prop and CSS class. 2026-03-18 15:00:02 +09:00
pa 91c056b5a3 improve performance and clean up 2026-03-16 10:44:50 +09:00
pa 4877010006 eslint fix 2026-03-13 20:04:37 +09:00
pa ff1529920b rename 2026-03-13 20:04:32 +09:00
pa 1cbad7fb60 refactor store 2026-03-13 20:04:30 +09:00
pa 95c4a1d3e6 refactor store 2026-03-13 20:04:26 +09:00
pa 9b564303a4 use tailwind class 2026-03-08 23:59:11 +09:00
pa 47807db8cb refactor css 2026-03-08 23:59:06 +09:00
pa cf1577cb44 feat: unify table page size handling with useVrcxVueTable 2026-03-07 18:41:43 +09:00
pa fcf45178da Use shared rows per page in friends list 2026-03-02 14:25:10 +09:00
Natsumi 93c34209b4 Fix friends list table size 2026-02-28 17:18:11 +11:00
pa 69cd330257 improve ui 2026-02-28 17:18:09 +11:00
pa 0a16b1a4e2 add allFavoriteOnlineFriends 2026-02-18 18:58:16 +09:00
Natsumi c93b3fbf9f Fix bulk unfriend count 2026-02-18 18:58:08 +09:00
Natsumi 33c8d97403 Table margins 2026-02-08 16:01:18 +09:00
pa 0b59423f61 add searchTableSize limit 2026-02-01 23:33:13 +09:00
pa 48d84363ec add isFriendLogLoaded flag to Friend store 2026-01-31 23:46:55 +09:00
pa b4839c8ed5 refactor usevuetable data 2026-01-31 23:46:19 +09:00
pa 9081dbe2b1 fix 2026-01-19 09:32:50 +13:00
pa af12687264 remove v-directives 2026-01-18 08:07:00 +13:00
pa 3b47d3a0eb replace el-dialog 2026-01-18 08:06:52 +13:00
Natsumi b51b0a61e8 Layout fixes 2026-01-14 16:32:31 +13:00
pa fc5afe9e69 replace ElMessageBox(alert, confirm) with alert dialog 2026-01-14 16:32:30 +13:00
pa a353defca1 rewrite friendlist table 2026-01-14 16:32:28 +13:00
pa 9e693e0e97 replace el-select 2026-01-14 16:32:26 +13:00
pa f077fcfd51 replace el-progress 2026-01-14 16:32:25 +13:00
pa 065870a7f8 replace el-input with InputGroup 2026-01-13 12:09:55 +13:00
pa 59700b90ab replace some el-button 2026-01-13 12:09:54 +13:00
pa 3ed266089a replace el-checkbox with Checkbox component 2026-01-12 05:47:56 +13:00
Ryo Namiki bcba7c01de Fix inconsistent sorting in FriendList across pagination (#1567)
* Add compareWithFriendNumber

* Use sort-change event to fix inconsistent sorting order in FriendList items

* Remove selfSelector

* Make `sortAlphabetically` consider cases where one of the values is missing
2026-01-11 06:08:15 +13:00
pa 483ed97b22 replace el-switch with Switch component 2026-01-11 06:05:13 +13:00
pa 7e4de15ef2 replace ElMessage with Sonner 2026-01-11 06:05:10 +13:00
pa 9ae8789d14 replace el-tooltip with TooltipProvider 2026-01-11 06:05:08 +13:00
pa 5de3f82673 ui improve 2026-01-05 02:54:38 +13:00
pa 00745b54f1 UI Refresh 2026-01-05 02:54:38 +13:00
Natsumi 7b4ebc0ccd Cleanup bulk unfriend 2025-11-27 02:34:14 +11:00
Natsumi 506b709a21 Mutual friends on friendsList 2025-11-20 21:09:17 +11:00
pa e317c64035 Replace the deprecated Element Plus API 2025-11-11 15:17:26 +11:00
Natsumi 5c9de1adba Fix bulk unfriend and entering YouTube API key 2025-10-28 15:49:18 +11:00
pa 1fcffd9267 optimize memory usage 2025-10-18 22:42:36 +11:00
pa 0d7f610829 feat: sidebar can collapsable 2025-10-18 22:42:35 +11:00
pa df04f1d449 feat: add vue-router 2025-10-16 05:57:17 +11:00
pa afbb6dfa47 lint: apply pretty import 2025-10-15 12:24:14 +11:00
pa 968abf26fa improve first screen loading speed 2025-09-25 05:20:25 +12:00
pa 3480c2e2e6 style: adjust search flex properties for better layout 2025-09-25 05:20:21 +12:00
Natsumi 3324d0d279 Upgrade to Vue3 and Element Plus (#1374)
* Update Vue devtools

* upgrade vue pinia element-plus vue-i18n, add vite

* fix: i18n

* global components

* change v-deep

* upgrade vue-lazyload

* data table

* update enlint and safe-dialog

* package.json and vite.config.js

* el-icon

* el-message

* vue 2 -> vue3 migration changes

* $pinia

* dialog

* el-popover slot

* lint

* chore

* slot

* scss

* remote state access

* misc

* jsconfig

* el-button size mini -> small

* :model-value

* ElMessageBox

* datatable

* remove v-lazyload

* template #dropdown

* mini -> small

* css

* byebye hideTooltips

* use sass-embedded

* Update SQLite, remove unneeded libraries

* Fix shift remove local avatar favorites

* Electron arm64

* arm64 support

* bye pug

* f-word vite hah

* misc

* remove safe dialog component

* Add self invite to launch dialog

* Fix errors

* Icons 1

* improve localfavorite loading performance

* improve favorites world item performance

* dialog visibility changes for Element Plus

* clear element plus error

* import performance

* revert App.vue hah

* hah

* Revert "Add self invite to launch dialog"

This reverts commit 4801cfad58.

* Toggle self invite/open in-game

* Self invite on launch dialog

* el-button icon

* el-icon

* fix user dialog tab switching logic

* fix PlayerList

* Formatting changes

* More icons

* Fix friend log table

* loading margin

* fix markdown

* fix world dialog tab switching issue

* Fixes and formatting

* fix: global i18n.t export

* fix favorites world tab not working

* Create instance, displayName

* Remove group members sort by userId

* Fix loading dialog tabs on swtich

* Star

* charts console.warn

* wip: fix charts

* wip: fix charts

* wip: charts composables

* fix favorite item tooltip warning

* Fixes and formatting

* Clean up image dialogs

* Remove unused method

* Fix platform/size border

* Fix platform/size border

* $vr

* fix friendExportDialogVisible binding

* ElMessageBox and Settings

* Login formatting

* Rename VR overlay query

* Fix image popover and userdialog badges

* Formatting

* Big buttons

* Fixes, update Cef

* Fix gameLog table nav buttons jumping around while using nav buttons

* Fix z-index

* vr overlay

* vite input add theme

* defineAsyncComponent

* ISO 639-1

* fix i18n

* clean t

* Formatting, fix calendar, rotate arrows

* Show user status when user is offline

* Fix VR overlay

* fix theme and clean up

* split InstanceActivity

* tweak

* Fix VR overlay formatting

* fix scss var

* AppDebug hahahaha

* Years

* remove reactive

* improve perf

* state hah…

* fix user rendering poblems when user object is not yet loaded

* improve perf

* Update avatar/world image uploader, licenses, remove previous images dialog (old images are now deleted)

* improve perf 1

* Suppress stray errors

* fix traveling location display issue

* Fix empty instance creator

* improve friend list refresh performance

* fix main charts

* fix chart

* Fix darkmode

* Fix avatar dialog tags

---------

Co-authored-by: pa <maplenagisa@gmail.com>
2025-09-12 10:45:24 +12:00