Commit adbf9dd
committed
chore(tables): remove stale comments and dead defensive code
- Fix chunkBatchUpdates JSDoc to reflect parallel dispatch (was "sequentially")
- Inline CHUNK_CONCURRENCY=3, single-use constant needs no abstraction
- Drop stale "Polls while any cell is in flight" from useTableRows JSDoc
- Remove two generic "Validation errors surfaced by caller" comments
- Remove ASCII separator line from workflow group mutations section
- Remove dead `if (!variables) return` guard in useImportCsvIntoTable onSettled
(TanStack v5 always provides variables to onSettled)1 parent 6ad5523 commit adbf9dd
2 files changed
Lines changed: 4 additions & 17 deletions
File tree
- apps/sim
- app/workspace/[workspaceId]/tables/[tableId]/components/table-grid
- hooks/queries
Lines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
200 | 199 | | |
201 | | - | |
202 | | - | |
203 | 200 | | |
204 | 201 | | |
205 | 202 | | |
| |||
213 | 210 | | |
214 | 211 | | |
215 | 212 | | |
216 | | - | |
| 213 | + | |
217 | 214 | | |
218 | 215 | | |
219 | 216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | 213 | | |
219 | 214 | | |
220 | 215 | | |
| |||
416 | 411 | | |
417 | 412 | | |
418 | 413 | | |
419 | | - | |
420 | 414 | | |
421 | 415 | | |
422 | 416 | | |
| |||
771 | 765 | | |
772 | 766 | | |
773 | 767 | | |
774 | | - | |
775 | 768 | | |
776 | 769 | | |
777 | 770 | | |
| |||
1011 | 1004 | | |
1012 | 1005 | | |
1013 | 1006 | | |
1014 | | - | |
1015 | 1007 | | |
1016 | 1008 | | |
1017 | 1009 | | |
| |||
1291 | 1283 | | |
1292 | 1284 | | |
1293 | 1285 | | |
1294 | | - | |
1295 | | - | |
1296 | 1286 | | |
1297 | 1287 | | |
1298 | 1288 | | |
| |||
0 commit comments