browsertrix/frontend
Tessa Walsh 5b4fee73e6
Remove workflows from GET profile endpoint + add inUse flag instead (#2703)
Connected to #2661 

- Removes crawl workflows from being returned as part of the profile
response.
- Frontend: removes display of workflows in profile details.
- Adds 'inUse' flag to all profile responses to indicate profile is in
use by at least one workflow
- Adds 'profileid' as possible filter for workflows search in
preparation for filtering by profile id (#2708)
- Make 'profile_in_use' a proper error (returning 400) on profile
delete.

---------

Co-authored-by: Ilya Kreymer <ikreymer@gmail.com>
2025-07-02 16:44:12 -07:00
..
.husky
.storybook Normalize & document icon usage, and move design documents into storybook (#2597) 2025-06-10 10:58:18 -07:00
config devex: Document workflow table components (#2558) 2025-04-23 19:31:34 -07:00
docs docs: add docs for path / virtual addressing (#2669) 2025-06-12 13:08:27 -04:00
lib
patches
public Add basic opengraph & twitter card tags & image to browsertrix root (#2547) 2025-04-08 19:23:26 -04:00
scripts
src Remove workflows from GET profile endpoint + add inUse flag instead (#2703) 2025-07-02 16:44:12 -07:00
tests
xliff Weblate -> Main Merge (#2670) 2025-06-12 12:28:50 -04:00
.dockerignore devex: Add Storybook for component development (#2556) 2025-04-21 13:06:31 -07:00
.editorconfig
.eslintrc.js Normalize & document icon usage, and move design documents into storybook (#2597) 2025-06-10 10:58:18 -07:00
.gitignore devex: Add Storybook for component development (#2556) 2025-04-21 13:06:31 -07:00
.prettierignore
.vscode
.yarnrc
00-browsertrix-nginx-init.sh storage: use s3v4 signature for presigning urls (#2611) 2025-05-19 15:44:36 -07:00
custom-elements-manifest.config.mjs devex: Data grid component (#2561) 2025-05-12 10:36:14 -07:00
Dockerfile
frontend.conf.template
index.d.ts
lit-localize.json
minio.conf storage: use s3v4 signature for presigning urls (#2611) 2025-05-19 15:44:36 -07:00
package.json version: bump to 1.17.2 2025-06-30 14:20:43 -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 Add auto-link & various other url helpers (#2687) 2025-06-30 14:00:46 -04: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 devex: Document workflow table components (#2558) 2025-04-23 19:31:34 -07:00
webpack.dev.js devex: Document workflow table components (#2558) 2025-04-23 19:31:34 -07:00
webpack.prod.js
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.