Hegyi Áron Ferenc
fbea9a9103
fix(app): normalize Windows paths for consistent project matching
...
On Windows, paths can use either forward slashes (C:/Users/...) or
backslashes (C:\Users\...). Deep links from external apps like GitButler
use forward slashes, while paths from the file system may use backslashes.
This caused duplicate project entries and broken ~ display.
- Add normalizePath() to convert backslashes to forward slashes
- Normalize paths in project open/close/expand/collapse/move/touch
- Fix ~ home directory display by normalizing before comparison
- Normalize paths at entry points (openProject, navigateToProject)
2026-02-01 19:26:33 +01:00
adamelmore
095328faf4
fix(app): non-fatal error handling
2026-01-27 06:29:20 -06:00
adamelmore
d05ed5ca83
chore(app): createStore over signals
2026-01-26 11:26:17 -06:00
GitHub Action
442a735883
chore: generate
2026-01-24 18:04:12 +00:00
OpeOginni
67ea21b55a
feat(web): implement new server management for web and desktop ( #8513 )
2026-01-24 12:03:36 -06:00
Adam
6e00348bd7
fix(app): remember last opened project
2026-01-16 15:49:35 -06:00
GitHub Action
a8f23fb548
chore: generate
2026-01-10 14:55:55 +00:00
OpeOginni
1a642a79a6
fix(desktop): remove split operation in serverDisplayName function ( #7397 )
2026-01-10 08:55:20 -06:00
Adam
761863ae35
chore(app): rework storage approach
2026-01-06 21:42:03 -06:00
Adam
b88bcd49fd
fix(app): code splitting for web load perf gains
2026-01-06 08:19:17 -06:00
OpeOginni
308e8060dc
fix(server): update server URL normalization to retain path ( #6647 )
2026-01-03 09:50:15 -06:00
Adam
1d2d710fce
fix: relax request timeouts
2026-01-02 12:40:36 -06:00
Adam
94dca309e9
fix(app): don't open native folder select with remote server
2025-12-30 20:15:57 -06:00
Adam
72ab4260ee
fix(desktop): don't persist fallback server urls
2025-12-30 10:31:48 -06:00
Adam
bbc8678164
fix(desktop): share projects across all local servers
2025-12-30 09:28:19 -06:00
Adam
55c601d13a
fix(desktop): don't hang on to dead server
2025-12-30 09:24:03 -06:00
Adam
2d18d80ac3
chore: cleanup
2025-12-30 07:35:20 -06:00
Adam
e0e07c5d48
feat(app): change server
2025-12-30 07:24:40 -06:00