Commit Graph

85 Commits

Author SHA1 Message Date
pa
d9f88fe987 red dot 2026-02-23 21:29:28 +11:00
pa
aa6ae21033 reddot 2026-02-20 23:43:53 +11:00
pa
bbbb79eaca split charts into separate routes (#1605) 2026-02-03 00:14:28 +09:00
pa
858fb076da clear friend log table when navigating away from it 2026-02-01 23:33:00 +09:00
pa
0a1b0162c6 fix notification dot position 2026-01-31 23:45:58 +09:00
pa
bcee6b5298 fix alert dialog description wrapping issue 2026-01-25 22:55:35 +09:00
pa
642d222faa fix vue json pretty collapse issue 2026-01-24 19:12:52 +09:00
pa
c30d7265ff improve theme color selection ux 2026-01-23 22:33:18 +09:00
pa
f0b7d74555 improve i18n and fix tooltip focus behavior 2026-01-22 21:24:37 +09:00
pa
1514012c4c fix navmenu red indicator 2026-01-22 21:24:22 +09:00
pa
a07ae7941f fix reddot 2026-01-22 19:17:31 +13:00
pa
f3b3a3ae96 fix vr style 2026-01-19 09:32:51 +13:00
pa
c326e4fd3e add midnight theme and fix some styles 2026-01-19 09:32:49 +13:00
pa
2d812d7c05 some fix 2026-01-18 08:07:01 +13:00
pa
5e5abc1141 custom fonts 2026-01-18 08:07:00 +13:00
pa
fb7f24bf74 table density 2026-01-18 08:07:00 +13:00
pa
af12687264 remove v-directives 2026-01-18 08:07:00 +13:00
pa
043765dc8f theme 2026-01-18 08:06:59 +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
78f3bc512d replace navmenu 2026-01-18 08:06:57 +13:00
pa
c430ce1b63 replace element plus components 2026-01-18 08:06:55 +13:00
pa
bdc1d3a347 replace some element plus components 2026-01-18 08:06:54 +13:00
pa
5ba081a9db fix icon alignment 2026-01-18 08:06:53 +13:00
pa
fc5afe9e69 replace ElMessageBox(alert, confirm) with alert dialog 2026-01-14 16:32:30 +13:00
pa
aab248a3af improve updater ux 2026-01-14 16:32:25 +13:00
pa
316d8ca9ba replace some el-button 2026-01-12 05:47:55 +13:00
Natsumi
ffb091e4a9 Fix theme mode fallback 2026-01-11 06:05:20 +13:00
pa
3d37cebefc replace dropdown 2026-01-11 06:05:18 +13:00
pa
85c0d7d3c2 remove sentry feedback form 2026-01-11 06:05:12 +13:00
pa
9ae8789d14 replace el-tooltip with TooltipProvider 2026-01-11 06:05:08 +13:00
pa
12e65aeff8 replace el-splitter with resizable components 2026-01-11 06:05:06 +13:00
pa
61813da917 fix: theme fallback issue 2026-01-11 06:05:02 +13:00
pa
4cd8cb5ed2 i18n 2026-01-05 02:54:39 +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
Aries
b02d287190 various bundle optimizations (#1549)
* fix: missing "@element-plus/icons-vue" dependency

* fix: update vite (40% faster builds)

* fix: don't include sentry in non-nightly builds

* fix: swap to variable fonts & don't include font files in repo

* fix: lazy load languages to not keep them in memory

* nit: revert vite to stable

* nit: retain `.json` message files in bundle

* nit: remove bundle analyzer

* fix: availableLocales does not include unloaded locales
2026-01-04 19:51:00 +13:00
pa
dff3f17c9a add NativeTooltip component 2025-12-27 06:25:02 +13:00
pa
1dbd1bae58 fix: Inconsistent behavior when cycling through nav menu folders (#1498) 2025-12-27 06:24:56 +13:00
pa
48e1393e4b some fix for nav 2025-11-20 21:09:16 +11:00
pa
ccc0160de1 feat: add folder navigation and improve menu item handling (#1498) 2025-11-20 21:09:16 +11:00
pa
44241268de add icon picker 2025-11-19 01:56:06 +11:00
pa
b3782130d5 fix and constants 2025-11-19 01:56:05 +11:00
pa
f874473647 feat: custom nav menu 2025-11-19 01:56:05 +11:00
pa
c16ece55ee fix direct access shortcut key cannot work 2025-11-19 01:56:02 +11:00
pa
603b7b2013 lazyload sentry preventing unauthorized connections 2025-11-19 01:56:02 +11:00
Natsumi
c11a79f76f Clean up, handle sentry init fail 2025-11-14 17:46:50 +11:00
pa
5d4d63442f downgrade element-plus to 2.11.2 2025-11-13 01:54:14 +11:00
pa
6451fd5bcf add submenu slide transition 2025-11-11 15:17:25 +11:00
kubectl
56b13ae4cb Adding keyboard shortcut for direct access + Fixes for Linux clipboard reading (#1479)
* feat: add ctrl+d keyboard shortcut to open direct access

* fix: make sure direct access promt only get shown once

* fix: linux clipboard acess on non x11 systems

xclip not present on all linux machines: using the electron mechanism instead
2025-11-11 15:16:23 +11:00