Commit 24596c1
committed
feat(desktop): UX overhaul — drag-drop, column pickers, smart paths, reveal
Real UX wins, not just visual polish.
- Drag and drop a CSV onto the window to open it (Wails OnFileDrop +
full-window drop overlay).
- File info bar shows path, row count, size, column count, and a Reveal
button right under the header.
- Filter: column is now a Select populated from actual file headers.
- Dedupe: key columns are clickable chips (multi-select), no comma typing.
- Output paths auto-suggest sibling files (input.filtered.csv,
input.dedup.csv, input.data.db) — set on file open, editable.
- Success banners get a Reveal-in-Finder/Explorer button so users find
their output in one click.
Backend additions: FileInfoCSV (size + rows + headers), RevealFile
(uses 'open -R' on macOS, 'explorer /select,' on Windows, xdg-open on Linux).
Cancel button + recent-files menu still TODO.1 parent e6476aa commit 24596c1
3 files changed
Lines changed: 351 additions & 84 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
85 | 144 | | |
86 | 145 | | |
87 | 146 | | |
| |||
0 commit comments