feat(frontend): add page for scraping endpoint

This commit is contained in:
2026-03-11 19:41:34 +00:00
parent eff416c34e
commit b2ae1a9f70
4 changed files with 314 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ const DEFAULT_TITLE = "Ethnograph View";
const STATIC_TITLES: Record<string, string> = {
"/login": "Sign In",
"/upload": "Upload Dataset",
"/auto-scrape": "Auto Scrape Dataset",
"/datasets": "My Datasets",
};