browsertrix/frontend
Emma Segal-Grossman 72d1529993
Fix ui docs showing up in main docs site (#2787)
Quick fix for some 404 links on the docs site. UI documentation has been
moved to storybook in
https://github.com/webrecorder/browsertrix/pull/2597, but links to these
pages in the docs sidebar wasn't removed in that PR.
2025-08-04 21:53:53 -07:00
..
.husky
.storybook
config
docs Fix ui docs showing up in main docs site (#2787) 2025-08-04 21:53:53 -07:00
lib
patches
public
scripts
src feat: Copy workflow config as JSON (#2777) 2025-07-31 22:59:31 -07:00
tests
xliff l18n: Manually fix translation files (#2759) 2025-07-22 14:19:28 -07:00
.dockerignore
.editorconfig
.eslintrc.js
.gitignore
.prettierignore
.vscode
.yarnrc
00-browsertrix-nginx-init.sh
custom-elements-manifest.config.mjs
Dockerfile Feat: New email templating system & service (#2712) 2025-08-01 17:00:24 -04:00
frontend.conf.template
index.d.ts
lit-localize.json
minio.conf
package.json version: bump to 1.18.0 2025-07-22 21:21:24 -07:00
playwright.config.ts
postcss.config.js
prettier.config.js
README.md docs: Update frontend dev docs (#2666) 2025-06-12 10:21:58 -04:00
sample.env.local
tailwind.config.js
tsconfig.eslint.json
tsconfig.json feat: Filter workflows by tag + update existing filter UI (#2702) 2025-07-07 17:11:10 -07:00
vendor.webpack.config.js
web-test-runner.config.mjs Add auto-link & various other url helpers (#2687) 2025-06-30 14:00:46 -04:00
webpack.config.js
webpack.dev.js
webpack.prod.js build: Discard console debug in frontend production build (#2775) 2025-07-28 23:03:24 -07:00
yarn.lock Add auto-link & various other url helpers (#2687) 2025-06-30 14:00:46 -04:00

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.