Commit Graph

229 Commits

Author SHA1 Message Date
pa b28dec1b99 fix: instanceJoinHistory not updating correctly (#1478) 2025-11-11 15:17:24 +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
pa bbd5fa2b21 refactor: favorites tab 2025-11-10 02:19:40 +11:00
Natsumi 9069d8cefe Small fixes 2025-11-10 02:19:39 +11:00
pa ddb62d7a31 fix router naming inconsistencies 2025-11-10 02:19:39 +11:00
pa ca862a1273 simplfiy favorite world item 2025-11-08 00:34:08 +11:00
pa 350ac07bdc fix 2025-11-08 00:34:08 +11:00
pa b849cdbdd3 simplify 2025-11-08 00:34:07 +11:00
Natsumi b2ef540d88 Change default pageSize 2025-11-05 19:23:07 +11:00
Natsumi 7e39199bfe Change tray icon, small fixes 2025-11-05 19:23:07 +11:00
Natsumi cca81067a1 Add --no-updater 2025-11-05 19:22:56 +11:00
Natsumi f5b29ea775 Did group leave or did not leave? hm? 2025-11-05 19:22:56 +11:00
Natsumi bce72d8b6e Small fixes 2025-11-05 19:21:58 +11:00
Natsumi 0bc49f7d50 Fix nav dot icon 2025-11-05 19:21:56 +11:00
pa bdf6a76597 hide sidebar when friend location tab is opened 2025-11-02 02:42:37 +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 0d3c1f646b add cleanup function for user ccache and world cache 2025-11-02 02:42:34 +11:00
pa 69923c2655 revert applyUser Changes 2025-11-02 02:42:34 +11:00
pa 45e1b3001c shallowReactive 2025-11-02 02:42:34 +11:00
Natsumi 6f29fff5ca Clean up savedCredentials again 2025-11-02 02:42:33 +11:00
Natsumi f434c83b0c Clean up savedCredentials 2025-11-02 02:42:32 +11:00
pa cfd2f22b2c feat: Friend tab 2025-11-02 02:42:32 +11:00
Natsumi 1928767adf More Sentry filters 2025-11-02 02:42:31 +11:00
pa 050bf8653c revert allDateOfActivity reactive change back to ref 2025-11-02 02:42:30 +11:00
Natsumi 0fdcd6d0b2 Fix translationApi toggle 2025-11-02 02:42:29 +11:00
Natsumi 9ece7c0ddf Clean up avatarHistory 2025-11-02 02:42:29 +11:00
Natsumi d2954e486e Icon 2025-11-02 02:42:27 +11:00
Natsumi 3836b9b4ce Tray notification icon dot 2025-10-30 01:28:07 +11:00
Natsumi 814a66abea Fix avatar dialog gallery edit buttons and left own group spam 2025-10-30 01:28:07 +11:00
pa ac99f7f257 filter pinia data for sentry reports 2025-10-30 01:28:05 +11:00
Natsumi 9252e42238 currentUser previousDisplayNames on userDialog 2025-10-30 01:28:04 +11:00
pa 69cb2c8259 move editFavoritesMode to store 2025-10-30 01:28:02 +11:00
Natsumi 27d65646f7 Add 18+ icon to playerList 2025-10-28 17:07:15 +11:00
pa a8c9fdd1a0 canOpenInstanceInGame 2025-10-28 15:49:42 +11:00
pa 737bcdd03d reactive 2025-10-28 15:49:42 +11:00
pa 4d18c92f59 cachedFavoritesByObjectId 2025-10-28 15:49:41 +11:00
pa f5f60b048c reduce favorite tab memory usage 2025-10-28 15:49:41 +11:00
pa 56f4990bd4 fix sentry reporting toggle issue 2025-10-28 15:49:40 +11:00
pa 69bae719d9 use computed to extract data 2025-10-28 15:49:39 +11:00
pa 892790d5ab use computed get local favorite group length 2025-10-28 15:49:39 +11:00
Natsumi 5c9de1adba Fix bulk unfriend and entering YouTube API key 2025-10-28 15:49:18 +11:00
pa 58c5082a7b remove console.log 2025-10-27 19:24:20 +11:00
pa 4353eb7637 remove ref.$groupRef 2025-10-27 19:24:08 +11:00
pa 425a04d28b bye profile tab 2025-10-27 19:24:08 +11:00
Natsumi 03509a441b Hide and force enable isCloseToTray option on macOS 2025-10-27 19:13:55 +11:00
玺朽 7b9490e110 fix(macOS): resolve tray-related issues and set tray minimization as default (#1449)
* Add custom macOS-style title bar

Introduces a custom MacOSTitleBar component for macOS, updates the Electron window to use 'hiddenInset' titleBarStyle, and adjusts App.vue to conditionally render the new title bar and add appropriate padding. This improves the native look and feel on macOS platforms.

* Improve macOS Dock behavior and tray settings

fix(macOS): resolve tray-related issues and set tray minimization as default

1. Fix the problem where the app couldn't be reopened after clicking the window's close button (red light) when "minimize to tray" was enabled. Ensured proper window visibility control via `mainWindow.show()` on Dock activation.

2. Resolve the issue where the app couldn't be closed from the Dock when "minimize to tray" was enabled. Added explicit quit state handling (`appIsQuitting = true`) in `before-quit` to bypass tray minimization logic during Dock-initiated quits.

3. Set "minimize to tray" as the default configuration for macOS to align with platform conventions. Implemented platform-specific default values in state initialization.

These changes improve macOS compatibility by fixing critical tray interaction issues and aligning default behavior with native user expectations.
2025-10-27 19:05:32 +11:00
Natsumi 872b3a9042 Fix error on receiving invite 2025-10-27 14:13:19 +11:00
Natsumi 8378496faf Fix errors 2025-10-26 18:48:40 +11:00
Natsumi 8024cfc1dd Catch canceled prompts 2025-10-23 18:59:19 +11:00