Commit Graph

2772 Commits

Author SHA1 Message Date
Natsumi
3e79aa4e46 Cef 141.0.110 2025-10-30 01:28:04 +11:00
Natsumi
9252e42238 currentUser previousDisplayNames on userDialog 2025-10-30 01:28:04 +11:00
Natsumi
eabc3aa485 Friend select persistent 2025-10-30 01:28:03 +11:00
pa
8dd67bf6ce bump element-plus 2025-10-30 01:28:03 +11:00
pa
69cb2c8259 move editFavoritesMode to store 2025-10-30 01:28:02 +11:00
pa
a3f5f938b2 split FavoritesMoveDropdown 2025-10-30 01:28:02 +11:00
Natsumi
27d65646f7 Add 18+ icon to playerList 2025-10-28 17:07:15 +11:00
pa
8e4fea3cc0 fix 2025-10-28 15:49:42 +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
d0cc76eb84 move settings menu position 2025-10-28 15:49:40 +11:00
pa
1d7e8ac2fa a 2025-10-28 15:49:40 +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
d4ee092f5c add sentry feedback integration 2025-10-27 19:24:08 +11:00
pa
425a04d28b bye profile tab 2025-10-27 19:24:08 +11:00
pa
d88e05db4e revert settings button removal 2025-10-27 19:24:07 +11:00
pa
a72fe11703 improve nav menu 2025-10-27 19:24:07 +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
5c3d076e10 v2025.10.27 2025-10-27 14:13:44 +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
pa
7a1780f0a2 tweak sentry config 2025-10-26 18:48:40 +11:00
pa
933252d0e1 tweak vite config 2025-10-26 18:48:40 +11:00
pa
d4941de396 reduce favorite tab memory usage 2025-10-26 18:48:39 +11:00
Natsumi
9963275cd5 Move translate bio button 2025-10-23 23:24:19 +11:00
Natsumi
8024cfc1dd Catch canceled prompts 2025-10-23 18:59:19 +11:00
Natsumi
99bc15e2ba .? 2025-10-23 18:59:19 +11:00
Natsumi
ac622ae35c Fix animated emoji in notifications tab 2025-10-23 18:59:18 +11:00
pa
5747c39106 add ingore state for sentry 2025-10-23 18:59:18 +11:00
Natsumi
6adef06a0d Save current Favorites tab 2025-10-22 22:39:37 +11:00
Natsumi
df9c062092 More debug 2025-10-22 22:39:36 +11:00
Natsumi
6af467b050 Clean up boop dialog 2025-10-22 22:39:36 +11:00
Natsumi
8a58c25084 Remember table sort order when switching pages 2025-10-22 22:39:35 +11:00
Natsumi
9547297a09 Close -> Dispose 2025-10-22 13:04:30 +11:00
Roka
482d8abd6d Fix process detection bugs and resource leaks in AppApiElectron (GameHandler.cs) (#1444)
* Fix process detection and resource leaks

Critical bugs:
- Fix VRChat detection by removing .exe from process name

Performance:
- Use GetProcessesByName() to avoid scanning all processes
- Optimize IsSteamVRRunning to check exact matches first

Resource management:
- Add Process.Dispose() calls to prevent handle leaks
- Standardize on Dispose() instead of Close()

* Fix broken ExitCode check in StartGame

Remove ExitCode check that always threw an exception. You cannot access
Process.ExitCode on a process that is still running~ it throws
InvalidOperationException. Steam stays running after starting VRChat,
so this check always failed.

Simplified to return true when Process.Start() succeeds, since Steam
handles VRChat launch asynchronously and there's no way to verify
immediate success.

Also changed Close() to Dispose() for consistency.
2025-10-22 12:11:37 +11:00
Natsumi
1787bb625b Random fixes 2025-10-22 12:11:48 +11:00
pa
c3f1eda296 fix: some reactive issues 2025-10-22 12:11:47 +11:00
pa
4dc8141d83 optimize favorite worlds tab loading speed 2025-10-22 12:11:46 +11:00
pa
c4500e5cc1 use text-autospace for better CJK character and non-CJK character spacing 2025-10-22 12:11:46 +11:00
Natsumi
5a16cf8d6d Fix random bugs 2025-10-21 16:41:43 +11:00
Natsumi
6cf626f14f Lint 2025-10-21 14:53:20 +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