Commit Graph
19 Commits
Author SHA1 Message Date
世界 a86dfc26d1 Reformat code 2026-02-08 18:23:42 +08:00
世界 2e682d746c Fix main-thread blocking I/O 2026-02-05 02:37:02 +08:00
世界 42d1107c53 Fix profile save file not working
SwiftUI only supports one fileExporter modifier per view hierarchy.
When multiple fileExporter modifiers are attached, only the last one
takes effect. Unified ProfileExportDocument and ProfileJSONExportDocument
into a single ProfileAnyExportDocument to use one fileExporter for both
file types.
2026-01-13 17:05:12 +08:00
世界 59317f3c79 refactor: Fix macOS standalone application 2026-01-05 01:21:24 +08:00
世界 64e2ece819 Minor fixes 2026-01-03 00:55:17 +08:00
世界 52db9bbb39 Refactor QR scan and share and add QRS support 2026-01-02 16:27:26 +08:00
世界 313cb5d213 Add save file option for profile sharing
Add "Save File" and "Save Content JSON" options to profile share menu,
allowing users to save profiles directly to a chosen location using
fileExporter instead of the system share sheet.
2026-01-01 20:25:28 +08:00
世界 39338ab133 Restart service when settings change 2025-12-07 10:28:51 +08:00
世界 bd5e5f3a79 Use relative time format for Last Updated 2025-12-06 22:27:42 +08:00
世界 dcc6cd189c Fix dashboard buttons on tvOS 2025-12-06 22:02:04 +08:00
世界 8d45a42320 Fix reordering in non-edit mode on iOS 26 2025-12-04 20:00:10 +08:00
世界 8ecbd3ab6c Unify editMode in ProfilePickerSheet 2025-12-04 18:55:37 +08:00
世界 ac638567f5 Minor fixes for dashboard 2025-12-04 16:59:23 +08:00
世界 2db8512dad Fix profile picker row spacing on iOS 26+ 2025-12-04 16:10:36 +08:00
世界 ada4232f54 Fix card management on tvOS
- Extract TVToolbarButton as shared component
- Implement tvOS-specific card row with native Toggle and reorder handle
- Add focus section and move command support for reordering
2025-12-04 15:41:17 +08:00
世界 ad9a9ae6b4 Fix profile picker on tvOS 2025-12-04 15:07:53 +08:00
世界 7c8863b53a Unify card background styles 2025-12-03 19:57:15 +08:00
世界 215677131d Fix profile picker 2025-12-03 19:57:15 +08:00
世界 727136f187 Refactor profile management 2025-12-03 11:15:56 +08:00