Commit Graph

58 Commits

Author SHA1 Message Date
pa
002990fbbc fix: refine platform column layout (#1604) 2026-02-10 20:16:01 +09:00
Natsumi
ecce12a9fc Last updated dropdown 2026-02-08 16:01:22 +09:00
Natsumi
b4bf4e2567 Fix favs scrolling 2026-02-08 16:01:14 +09:00
Natsumi
916a0f94db Fix playerList show world 2026-01-31 23:47:14 +09:00
pa
b4839c8ed5 refactor usevuetable data 2026-01-31 23:46:19 +09:00
pa
7303cd0b33 fix 2026-01-19 11:50:16 +09:00
pa
1de16dc699 fix styles 2026-01-19 09:32:50 +13:00
pa
2d812d7c05 some fix 2026-01-18 08:07:01 +13:00
pa
af12687264 remove v-directives 2026-01-18 08:07:00 +13:00
pa
d55ee08a05 tidy up 2026-01-18 08:06:58 +13:00
pa
093fe082f2 clean up element plus css 2026-01-18 08:06:58 +13:00
pa
3b47d3a0eb replace el-dialog 2026-01-18 08:06:52 +13:00
pa
fc13dca0a4 replace ElMessageBox.prompt 2026-01-18 08:06:52 +13:00
pa
87dc871578 replace remixicon 2026-01-18 08:06:52 +13:00
pa
889302104a replace @element-plus/icons-vue 2026-01-18 08:06:51 +13:00
pa
b7f3d91a03 replace el-tabs 2026-01-18 08:06:50 +13:00
pa
6e3aa44710 rewrite tables 2026-01-14 16:32:29 +13:00
pa
a353defca1 rewrite friendlist table 2026-01-14 16:32:28 +13:00
pa
84be0b0847 fix playerlist not updating issue 2026-01-13 12:09:58 +13:00
pa
82bd985142 fix styles 2026-01-13 12:09:57 +13:00
pa
065870a7f8 replace el-input with InputGroup 2026-01-13 12:09:55 +13:00
pa
5fa2d4d465 custom col width persistent 2026-01-12 05:47:55 +13:00
pa
2043a321a4 replace some el-button 2026-01-12 05:47:54 +13:00
pa
fbc3c8d55a replace some el-select with Select component 2026-01-11 06:05:22 +13:00
pa
6e0a3ffc7d replace some el-select with VirtualCombobox 2026-01-11 06:05:22 +13:00
pa
e7cfc945da custom col widths 2026-01-11 06:05:20 +13:00
pa
5228252c8e fix playerlist icon sorting 2026-01-11 06:05:17 +13:00
pa
7e4de15ef2 replace ElMessage with Sonner 2026-01-11 06:05:10 +13:00
pa
f819a3f500 replace el-tag with Badge 2026-01-11 06:05:09 +13:00
pa
02e221e307 tidy up 2026-01-11 06:05:09 +13:00
pa
6cfefb50ab wip: rewrite playerlist 2026-01-11 06:05:09 +13:00
pa
9ae8789d14 replace el-tooltip with TooltipProvider 2026-01-11 06:05:08 +13:00
pa
00745b54f1 UI Refresh 2026-01-05 02:54:38 +13:00
pa
0f326fd9fd remove playerlist table pagination 2025-12-30 01:33:29 +13:00
Natsumi
e2f41b09d6 Fix playerList displayName sorting 2025-11-27 02:34:13 +11:00
pa
e317c64035 Replace the deprecated Element Plus API 2025-11-11 15:17:26 +11:00
Natsumi
0bb804399b More tooltips 2025-11-05 19:21:58 +11:00
pa
1be2cf8a8f platform icon 2025-11-02 02:42:30 +11:00
Natsumi
27d65646f7 Add 18+ icon to playerList 2025-10-28 17:07:15 +11:00
Icey-Glitch
f94b6ea8be IPC Fixes (#1415)
* fix chatbox issues

* fix ipc issues

* add Ipc debug
2025-10-21 14:47:24 +11:00
pa
df04f1d449 feat: add vue-router 2025-10-16 05:57:17 +11:00
Natsumi
3d616a1172 Fix empty playerList 2025-10-15 15:54:20 +11:00
Natsumi
14408b305a Fix playerlist table size changing when current instance empty 2025-10-15 12:24:16 +11:00
pa
afbb6dfa47 lint: apply pretty import 2025-10-15 12:24:14 +11:00
Natsumi
877ccc66d3 Remove image click tooltips 2025-10-08 00:33:54 +13:00
pa
cd7f2358e5 refactor: split photon related code out of PlayerList 2025-09-25 05:20:24 +12:00
Natsumi
94343dec4c Fix sending invite images 2025-09-25 05:20:19 +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
Natsumi
60fd88a731 Sort playerlist icons 2025-08-27 20:09:57 +12:00
Natsumi
887f59d2b4 Moderations in playerList 2025-08-21 22:55:13 +12:00