commit 6786b516703bf9eb26dac60be44c779053d7c1ca
parent e2e330cf6e9bbc943596dfb5947ee55ab9033e4a
Author: Erik Loualiche <[email protected]>
Date: Tue, 3 Mar 2026 23:38:55 -0600
feat: add Files field to SyncEvent for directory group children
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/internal/tui/dashboard.go b/internal/tui/dashboard.go
@@ -29,6 +29,7 @@ type SyncEvent struct {
Duration time.Duration
Status string // "synced", "syncing", "error"
Time time.Time
+ Files []string // individual file paths for directory groups
}
// DashboardModel is the main TUI view showing sync status and recent events.