Commit d1098c2
feat: use millisecond precision for bulk message request IDs and show filename in UI
- Change generateRequestID to use time.Now().UnixMilli() for millisecond
precision timestamps
- Rename table column header from 'ID' to 'Name'
- Update cleanName to extract filename from new bulk-{timestamp}-{name} format
- Maintain backward compatibility for old bulk-csv-* and bulk-xls-* formats
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 9a8a681 commit d1098c2
2 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
230 | 235 | | |
231 | 236 | | |
232 | 237 | | |
| |||
0 commit comments