browsertrix/frontend
sua yoo 7047cbeda9
feat: Copy workflow config as JSON (#2777)
Partially addresses
https://github.com/webrecorder/browsertrix/issues/2751

## Changes

- Enables copying workflow `config` to clipboard as JSON for superadmin.
- Fixes "Edit Workflow Settings" icon inconsistency.
2025-07-31 22:59:31 -07:00
..
.husky
.storybook Normalize & document icon usage, and move design documents into storybook (#2597) 2025-06-10 10:58:18 -07:00
config
docs Add saveStorage option to workflow (#2757) 2025-07-31 22:58:15 -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 Normalize & document icon usage, and move design documents into storybook (#2597) 2025-06-10 10:58:18 -07:00
.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 version: bump to 1.18.0 2025-07-22 21:21:24 -07:00
playwright.config.ts
postcss.config.js
prettier.config.js Normalize & document icon usage, and move design documents into storybook (#2597) 2025-06-10 10:58:18 -07:00
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 Normalize & document icon usage, and move design documents into storybook (#2597) 2025-06-10 10:58:18 -07:00
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.