Commit Graph

54 Commits

Author SHA1 Message Date
pa fe176f22ff refactor untils 2026-03-13 20:04:36 +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 2fffadfbcf refactor coordinators 2026-03-13 20:04:24 +09:00
pa 648fcde085 move coordinators folder 2026-03-13 20:04:11 +09:00
pa 21489fb717 refactor queryRequest 2026-03-10 00:03:27 +09:00
pa 58b9bdc1c5 refactor queryRequest 2026-03-10 00:03:20 +09:00
pa 914642154f Introduce coordinator 2026-03-08 23:59:15 +09:00
pa ae0152c28e use action from store instead of directly modifying state in components 2026-03-08 23:59:02 +09:00
pa e665b3815d add @tanstack/query 2026-03-07 18:41:41 +09:00
pa 7288995c73 i18n 2026-02-18 18:58:24 +09:00
pa 0a16b1a4e2 add allFavoriteOnlineFriends 2026-02-18 18:58:16 +09:00
pa 2e627ba6f5 Relocate sidebar settings from the Appearance tab to a new popover within the Sidebar 2026-02-18 18:58:15 +09:00
pa 61a4176f47 add local favorites friend 2026-02-11 23:31:22 +09:00
pa 858fb076da clear friend log table when navigating away from it 2026-02-01 23:33:00 +09:00
Natsumi 1b29ade8d3 getFriendLogHistoryForUserId 2026-01-31 23:47:00 +09:00
pa 48d84363ec add isFriendLogLoaded flag to Friend store 2026-01-31 23:46:55 +09:00
pa 1d4026a89c friendlog gamelog query data when navigating to pages 2026-01-31 23:46:52 +09:00
pa da9cb3dab6 add some table loading spinner 2026-01-22 19:17:30 +13:00
pa 1e25255ac5 improve i18n 2026-01-19 11:50:25 +09:00
Natsumi 9f80d5e64a Rewrite shared feed 2026-01-19 09:32:48 +13:00
pa fc5afe9e69 replace ElMessageBox(alert, confirm) with alert dialog 2026-01-14 16:32:30 +13:00
Natsumi d2fd205476 Merge overlays, move overlay to separate process (#44)
* refactor: merge two overlay offScreenBrowser into one

* Electron support for shared overlay

* Separate overlay into its own process

* fix: invalid overlay texture size

* Handle duplicate processes

* Remove logging

---------

Co-authored-by: pa <maplenagisa@gmail.com>
Co-authored-by: rs189 <35667100+rs189@users.noreply.github.com>
2026-01-12 11:31:33 +13:00
pa 7e4de15ef2 replace ElMessage with Sonner 2026-01-11 06:05:10 +13:00
pa 02e221e307 tidy up 2026-01-11 06:05:09 +13:00
pa 9109c96606 await initFriendLogHistoryTable 2026-01-02 12:43:19 +13:00
pa 21c862a583 fix: datatable sorting issue 2025-12-30 01:33:28 +13:00
pa 277275f5ef feat: custom table page size setting 2025-12-27 06:24:58 +13:00
Natsumi 19a7b7a9d0 pending offline clean up 2025-12-27 06:24:52 +13:00
Natsumi 25296e21b1 Remove favorite when unfriending 2025-12-05 19:02:58 +11:00
Natsumi 506b709a21 Mutual friends on friendsList 2025-11-20 21:09:17 +11:00
pa 424edb04e0 feat: mutual friend graph (#1491) 2025-11-19 01:56:09 +11:00
pa e317c64035 Replace the deprecated Element Plus API 2025-11-11 15:17:26 +11:00
Natsumi b2ef540d88 Change default pageSize 2025-11-05 19:23:07 +11:00
Natsumi 0bc49f7d50 Fix nav dot icon 2025-11-05 19:21:56 +11:00
Natsumi f875aaf304 Favorites clean up 2025-11-02 02:42:36 +11:00
Natsumi 23b7c45951 Fix unfavoriting 2025-11-02 02:42:36 +11:00
pa cfd2f22b2c feat: Friend tab 2025-11-02 02:42:32 +11:00
pa 737bcdd03d reactive 2025-10-28 15:49:42 +11:00
pa f5f60b048c reduce favorite tab memory usage 2025-10-28 15:49:41 +11:00
Natsumi 3e69586c03 Link table page sizes, remove page size setting 2025-10-15 12:24:18 +11:00
Natsumi 751aff34ad Fix friendLog filters 2025-10-15 12:24:17 +11:00
pa afbb6dfa47 lint: apply pretty import 2025-10-15 12:24:14 +11:00
pa 86f7847c46 refactor: store state 2025-10-15 04:16:34 +11:00
Natsumi cc89d5d8c9 Move files around 2025-09-30 14:09:19 +13:00
Natsumi 0724bc1f66 Fix some jank with pending offline 2025-09-30 14:09:18 +13:00
Natsumi 9872cf1d93 Fix traveling world name, fix sorting grouped players in same instance 2025-09-30 14:09:17 +13: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
Natsumi d92818edea Fix bugs with switching accounts 2025-08-27 12:52:40 +12:00