firstsun-dev_git-files-sync/tests/ui
ClaudiaFang 83499c92e8 feat(ui): show connection status in the global status bar
Move connection testing/state from the settings tab into a shared
plugin-level store (GitLabFilesPush.connectionStatus,
onConnectionStatusChange, testConnection) so a new status bar item
can reflect the same in-flight test instead of racing a second one.
The settings tab badge now subscribes to the shared state and
unsubscribes on hide(). Status bar shows service name + state,
tooltip carries the error detail, and clicking retests the connection.
2026-07-14 10:40:12 +00:00
..
ActionBar.test.ts test(ui): add interaction tests for ActionBar, FileListItem, and DiffPanel 2026-05-20 05:25:13 +00:00
DiffPanel.test.ts perf(refresh): use tree blob SHAs to avoid per-file content fetches 2026-07-13 13:30:10 +00:00
FileListItem.test.ts perf(refresh): use tree blob SHAs to avoid per-file content fetches 2026-07-13 13:30:10 +00:00
SettingsConnectionStatus.test.ts feat(ui): show connection status in the global status bar 2026-07-14 10:40:12 +00:00
setup-dom.ts feat: resize conflict modal, add connection status badge, and local ignore patterns 2026-07-13 12:19:17 +00:00
SyncConflictModal.test.ts feat: resize conflict modal, add connection status badge, and local ignore patterns 2026-07-13 12:19:17 +00:00
SyncStatusView.test.ts perf(delete): batch-commit remote-only file deletion 2026-07-14 10:24:22 +00:00
WhatsNewModal.test.ts feat: show new feature tips after update 2026-07-13 13:56:38 +00:00