browsertrix/frontend
sua yoo 9fcbc3f87e
Allow users to set max depth/hop out within scope (#816)
- Adds an input to the Workflow creation and edit form for specifying crawl depth. This input is conditionally shown for seeded crawls when the scope is set to "Pages on this domain", "Pages on this domain & subdomains" or "Custom page prefix". The "any" scope is also supported for backwards compatibility but is not shown by default or in new configs.
- API implementation: The depth value is set in the primary seed config, i.e. the first seed in seeds: [], not in the outer .config.depth property.
2023-05-05 14:26:48 -07:00
..
.husky
.vscode
assets
config
scripts
src Allow users to set max depth/hop out within scope (#816) 2023-05-05 14:26:48 -07:00
tests
xliff text: rename workflowuration -> workflow (#741) 2023-04-04 08:48:06 -07:00
.dockerignore
.editorconfig
.gitignore
.prettierignore
00-browsertrix-nginx-init.sh
Dockerfile Frontend Docker build improvements (#749) 2023-04-05 20:05:45 -07:00
frontend.conf.template
index.d.ts
lit-localize.json
minio.conf
package.json Upgrade to mongo 6 and use sortArray for workflow crawls (#764) (#765) 2023-04-11 18:22:07 -07:00
playwright.config.ts
postcss.config.js
sample.env.local
tailwind.config.js
tsconfig.json
web-test-runner.config.mjs misc frontend build fixes: playwright version + chunking (#740) 2023-04-03 21:27:44 -07:00
webpack.config.js Frontend Docker build improvements (#749) 2023-04-05 20:05:45 -07:00
webpack.dev.js
webpack.prod.js
yarn.lock Frontend Docker build improvements (#749) 2023-04-05 20:05:45 -07:00