You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(source-control): remove Conflict filter chip and dedupe sync time in header
The header showed both "Last sync" and "Last checked" times, which read as
duplicated; keep only "Last checked" and drop the now-unused Conflict filter
chip (conflicts remain reachable via the default Needs Sync / All views).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: src/ui/source-control/FilterMenu.ts
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ import type { SourceControlCounts } from '../../logic/source-control/SourceContr
15
15
* bucket in the view (see `SourceControlView`) rather than via a domain
16
16
* change. Surfaced as an opt-in overview; the default stays on Needs Sync
17
17
* so a quiet workspace stays quiet.
18
-
* - **Incoming / Conflict / Synced** — the matching domain filters (chip id stays `remote`; the label reads "Incoming" — a file only on the remote, or changed only on the remote, is something coming *in*).
18
+
* - **Incoming / Synced** — the matching domain filters (chip id stays `remote`; the label reads "Incoming" — a file only on the remote, or changed only on the remote, is something coming *in*).
19
19
*
20
20
* "Local" (domain `changes`) is intentionally not a chip: Needs Sync already
21
21
* covers local-side changes, and a standalone local-only view added a
0 commit comments