browsertrix/frontend
Ilya Kreymer 795a1a6f58
feat: Frontend upload seed url list (#2761)
Resolves #2646
Depends on #2710

## Changes

(Copied from #2689)

- Allows users to specify URL list as file.
- Allow uploading a text file of URLs
- Allow specifying >100 URLs into URL list, where they will turn into an uploaded list automatically.


---------
Co-authored-by: sua yoo <sua@suayoo.com>
2025-07-22 20:17:27 -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 custom prefix additional fixes (#2746) 2025-07-18 18:21:32 -07:00
lib
patches
public
scripts
src feat: Frontend upload seed url list (#2761) 2025-07-22 20:17:27 -07:00
tests
xliff l18n: Manually fix translation files (#2759) 2025-07-22 14:19:28 -07: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.4 2025-07-16 10:22:10 -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 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.