browsertrix/frontend
sua yoo 3043b67e49
feat: Review crawl without analysis run (#2719)
Resolves #2718

## Changes

- Enables manual QA review for successfully finished crawls.
- Individual pages and full crawl can be reviewed without assistive QA running
- Show replay, screenshot and text without comparison if no assistive QA yet.
2025-07-22 16:39:27 -07:00
..
.husky
.storybook
config
docs
lib
patches
public
scripts
src
tests
xliff
.dockerignore
.editorconfig
.eslintrc.js
.gitignore
.prettierignore
.vscode
.yarnrc
00-browsertrix-nginx-init.sh
custom-elements-manifest.config.mjs
Dockerfile
frontend.conf.template
index.d.ts
lit-localize.json
minio.conf
package.json
playwright.config.ts
postcss.config.js
prettier.config.js
README.md
sample.env.local
tailwind.config.js
tsconfig.eslint.json
tsconfig.json
vendor.webpack.config.js
web-test-runner.config.mjs
webpack.config.js
webpack.dev.js
webpack.prod.js
yarn.lock

Browsertrix Frontend

This directory contains the following components:

Docs (/docs)

Documentation for running, developing, and writing docs:

User Interface (/src)

Documentation for developing the user interface:

Configuration

Config files for the frontend Docker build and nginx routing can also be found in this directory.