Commit 656d63f
fix(sync): only upload trip CSVs to Dropbox, not every file in the folder
The background DropboxSyncWorker uploaded every file in the local trips dir
(listFiles { isFile }), so the Export-all-as-ZIP bundle (trips_export.dbb,
".zip" on older builds) that lives in that same folder leaked into the
rider's Dropbox /trips alongside the real trips. Filter to *.csv, matching
what SyncManager already does. Existing stray bundles must be deleted from
Dropbox by hand (the sync is upload-only and never removes remote files).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GHUZZ33sT9FYS6sXiMogJc1 parent d8d75a1 commit 656d63f
1 file changed
Lines changed: 7 additions & 1 deletion
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
52 | 58 | | |
53 | 59 | | |
54 | 60 | | |
| |||
0 commit comments