browsertrix/frontend/src/components/ui/table
Emma Segal-Grossman d1156b0145
enable a few more useful eslint suggestions & correct some more types (#1517)
## Changes

Implements suggestions from
https://typescript-eslint.io/blog/consistent-type-imports-and-exports-why-and-how/
and
https://www.totaltypescript.com/method-shorthand-syntax-considered-harmful,
along with a couple more auto-fixable consistency rules.

Of note:
- Functions that return a promise are marked as async
- Suggestions now appear for where to simplify boolean checks,
non-nullish assertions, and optional chaining
2024-02-09 16:14:08 -08:00
..
index.ts
table-body.ts
table-cell.ts Upgrade Prettier to 3 (#1513) 2024-01-31 20:56:17 -05:00
table-head.ts ESLint improvements & Typescript upgrade (#1501) 2024-01-31 14:42:06 -05:00
table-header-cell.ts ESLint improvements & Typescript upgrade (#1501) 2024-01-31 14:42:06 -05:00
table-row.ts Refactor collections and browser profile data-tables (#1505) 2024-01-30 19:46:42 -08:00
table.stylesheet.css Hotfix: Crawls page table click targets not applied to the right elements (#1524) 2024-02-08 14:41:33 -08:00
table.ts enable a few more useful eslint suggestions & correct some more types (#1517) 2024-02-09 16:14:08 -08:00