Commit Graph

53 Commits

Author SHA1 Message Date
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
d2d3dc8f13 refactor 2026-03-09 20:50:13 +09:00
pa
cd832fb96a add test 2026-03-09 20:50:09 +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
1be9d13cd4 feat: custom show/hide datatable col 2026-03-05 20:42:15 +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
c326e4fd3e add midnight theme and fix some styles 2026-01-19 09:32:49 +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
pa
87dc871578 replace remixicon 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
pa
f4f78bb5ec refactor: app.js (#1291)
* refactor: frontend

* Fix avatar gallery sort

* Update .NET dependencies

* Update npm dependencies

electron v37.1.0

* bulkRefreshFriends

* fix dark theme

* Remove crowdin

* Fix config.json dialog not updating

* VRCX log file fixes & add Cef log

* Remove SharedVariable, fix startup

* Revert init theme change

* Logging date not working? Fix WinformThemer designer error

* Add Cef request hander, no more escaping main page

* clean

* fix

* fix

* clean

* uh

* Apply thememode at startup, fixes random user colours

* Split database into files

* Instance info remove empty lines

* Open external VRC links with VRCX

* Electron fixes

* fix userdialog style

* ohhhh

* fix store

* fix store

* fix: load all group members after kicking a user

* fix: world dialog favorite button style

* fix: Clear VRCX Cache Timer input value

* clean

* Fix VR overlay

* Fix VR overlay 2

* Fix Discord discord rich presence for RPC worlds

* Clean up age verified user tags

* Fix playerList being occupied after program reload

* no `this`

* Fix login stuck loading

* writable: false

* Hide dialogs on logout

* add flush sync option

* rm LOGIN event

* rm LOGOUT event

* remove duplicate event listeners

* remove duplicate event listeners

* clean

* remove duplicate event listeners

* clean

* fix theme style

* fix t

* clearable

* clean

* fix ipcEvent

* Small changes

* Popcorn Palace support

* Remove checkActiveFriends

* Clean up

* Fix dragEnterCef

* Block API requests when not logged in

* Clear state on login & logout

* Fix worldDialog instances not updating

* use <script setup>

* Fix avatar change event, CheckGameRunning at startup

* Fix image dragging

* fix

* Remove PWI

* fix updateLoop

* add webpack-dev-server to dev environment

* rm unnecessary chunks

* use <script setup>

* webpack-dev-server changes

* use <script setup>

* use <script setup>

* Fix UGC text size

* Split login event

* t

* use <script setup>

* fix

* Update .gitignore and enable checkJs in jsconfig

* fix i18n t

* use <script setup>

* use <script setup>

* clean

* global types

* fix

* use checkJs for debugging

* Add watchState for login watchers

* fix .vue template

* type fixes

* rm Vue.filter

* Cef v138.0.170, VC++ 2022

* Settings fixes

* Remove 'USER:CURRENT'

* clean up 2FA callbacks

* remove userApply

* rm i18n import

* notification handling to use notification store methods

* refactor favorite handling to use favorite store methods and clean up event emissions

* refactor moderation handling to use dedicated functions for player moderation events

* refactor friend handling to use dedicated functions for friend events

* Fix program startup, move lang init

* Fix friend state

* Fix status change error

* Fix user notes diff

* fix

* rm group event

* rm auth event

* rm avatar event

* clean

* clean

* getUser

* getFriends

* getFavoriteWorlds, getFavoriteAvatars

* AvatarGalleryUpload btn style & package.json update

* Fix friend requests

* Apply user

* Apply world

* Fix note diff

* Fix VR overlay

* Fixes

* Update build scripts

* Apply avatar

* Apply instance

* Apply group

* update hidden VRC+ badge

* Fix sameInstance "private"

* fix 502/504 API errors

* fix 502/504 API errors

* clean

* Fix friend in same instance on orange showing twice in friends list

* Add back in broken friend state repair methods

* add types

---------

Co-authored-by: Natsumi <cmcooper123@hotmail.com>
2025-07-14 15:00:08 +12:00