browsertrix/frontend
Henry Wilkinson 3982064636
Fixes workflow selector keyboard navigation (#1514)
Fixes #1387

### Context

While checking some other keyboard navigation issues, I found that I was
unable to create a crawl workflow using only keyboard navigation. This
PR fixes that!

### Changes
- Changes from `<div>`s to `<button>`s so that these can be selected
with tab and enter.
- Adds tabindex for correct selection of items
- Removes the H3 & combines with window title
- Adds width and height to image and width to its container, should make
for a more stable layout while loading (#1387)
2024-02-07 15:11:20 -08:00
..
.husky
assets
config Upgrade Prettier to 3 (#1513) 2024-01-31 20:56:17 -05:00
patches Fix attribute casing & lit-analyzer issues (#1429) 2023-12-11 12:34:03 -05:00
scripts
src Fixes workflow selector keyboard navigation (#1514) 2024-02-07 15:11:20 -08:00
tests Upgrade Prettier to 3 (#1513) 2024-01-31 20:56:17 -05:00
xliff
.dockerignore
.editorconfig
.eslintrc.js Ensure linting & formatting runs in CI (#1512) 2024-01-31 18:25:44 -05:00
.gitignore
.prettierignore Ensure linting & formatting runs in CI (#1512) 2024-01-31 18:25:44 -05:00
.vscode
00-browsertrix-nginx-init.sh
Dockerfile
frontend.conf.template
index.d.ts Org settings layout fix + misc styling & consistency improvements (#1427) 2023-12-13 17:29:35 -05:00
lit-localize.json
minio.conf
package.json Upgrade Prettier to 3 (#1513) 2024-01-31 20:56:17 -05:00
playwright.config.ts
postcss.config.js Org settings layout fix + misc styling & consistency improvements (#1427) 2023-12-13 17:29:35 -05:00
prettier.config.js Upgrade Prettier to 3 (#1513) 2024-01-31 20:56:17 -05:00
README.md
sample.env.local
tailwind.config.js Ensure linting & formatting runs in CI (#1512) 2024-01-31 18:25:44 -05:00
tsconfig.eslint.json Upgrade Prettier to 3 (#1513) 2024-01-31 20:56:17 -05:00
tsconfig.json Upgrade Prettier to 3 (#1513) 2024-01-31 20:56:17 -05:00
web-test-runner.config.mjs Upgrade Prettier to 3 (#1513) 2024-01-31 20:56:17 -05:00
webpack.config.js Upgrade Prettier to 3 (#1513) 2024-01-31 20:56:17 -05:00
webpack.dev.js Upgrade Prettier to 3 (#1513) 2024-01-31 20:56:17 -05:00
webpack.prod.js Improvements to collection creation and editing flow (#1424) 2023-12-19 18:12:43 -08:00
yarn.lock Upgrade Prettier to 3 (#1513) 2024-01-31 20:56:17 -05:00