browsertrix/frontend
sua yoo f389b9b90b
fix: Close "please log in" alert when accepting invite (#2688)
No issue created, quick fix for edge case

## Changes

Adds ID to accept page toast messages so that "Please log in ..."
message closes once the invite is accepted or declined.

## Manual testing

1. Log in as org admin
2. Invite user (one you have access to) to an org
3. Log out and log in as invited user
4. Click invite link in inbox
5. Click accept quickly. Verify "Please log in ..." message is replaced
with "You've joined ..."
2025-06-26 10:49:28 -04:00
..
.husky chore: Auto-commit extracted localization strings (#2089) 2024-09-30 10:48:13 -07:00
.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
scripts deps: Improve Webpack build performance (#2288) 2025-01-14 12:55:12 -08:00
src fix: Close "please log in" alert when accepting invite (#2688) 2025-06-26 10:49:28 -04: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 chore: add editorconfig in frontend 2023-02-24 13:04:11 -08:00
.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 Frontend hosted-docs (#2107) 2024-10-08 14:56:34 -07:00
.vscode add vscode config symlink in frontend dir 2023-11-20 16:56:48 -05:00
.yarnrc deps: Upgrade to Node 22 (#2274) 2025-01-07 11:58:23 -08:00
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 quickfix: add missing dependency for docs (#2388) 2025-02-12 16:39:06 -05:00
frontend.conf.template misc fixes: cors + disable buffering for uploads (#2395) 2025-02-13 19:38:20 -08:00
index.d.ts feat: Collection thumbnails, start page, and public view updates (#2209) 2025-01-13 15:15:48 -08:00
lit-localize.json Add new locales (#2240) 2024-12-13 19:59:09 -08:00
minio.conf storage: use s3v4 signature for presigning urls (#2611) 2025-05-19 15:44:36 -07:00
package.json Bump version to 1.17.1 (#2678) 2025-06-18 13:09:49 -04:00
playwright.config.ts test: Update Playwright E2E test settings (#2247) 2024-12-16 17:36:21 -08:00
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 Remove ANALYTICS_NAMESPACE, as it's only usable at build time (#2293) 2025-01-13 20:13:30 -08:00
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 devex: Add Storybook for component development (#2556) 2025-04-21 13:06:31 -07:00
vendor.webpack.config.js
web-test-runner.config.mjs deps: Upgrade main frontend dependencies (#2551) 2025-04-15 13:31:50 -07: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 Normalize & document icon usage, and move design documents into storybook (#2597) 2025-06-10 10:58:18 -07: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.