aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/downloadManager/DownloadManagerDashboard.tsx
Commit message (Collapse)AuthorAge
* chore: project maintenance (#1466)Libravatar MCMXC2023-12-03
| | | | | | | | | | - temporarily disable newly introduced `jsx-a11y/control-has-associated-label` rule - add `--quiet` flag to lint command to see issues with error level only - reuse `lint` command for `lint:fix` command - use `--cache` flag for `prettier` and `eslint` commands - upgrade all non-major dependencies to latest except for `esbuild` - run `pnpm dedupe` to simplify lockfile - autofix various `.ts` and `.tsx` files with `pnpm prepare-code` command - disable newly discovered lint issue in `SearchInput`
* feat: Add Download Manager (pause, stop, delete) (#1339)Libravatar André Oliveira2023-09-02