mirror of
https://github.com/firstsun-dev/git-files-sync.git
synced 2026-07-22 17:20:30 +00:00
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. |
||
|---|---|---|
| .. | ||
| ActionBar.test.ts | ||
| DiffPanel.test.ts | ||
| FileListItem.test.ts | ||
| SettingsConnectionStatus.test.ts | ||
| setup-dom.ts | ||
| SyncConflictModal.test.ts | ||
| SyncStatusView.test.ts | ||
| WhatsNewModal.test.ts | ||