feat: add "My Datasets" page

This commit is contained in:
2026-03-03 19:52:12 +00:00
parent 531ddb0467
commit 55319461e5
4 changed files with 187 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ const DEFAULT_TITLE = "Ethnograph View";
const STATIC_TITLES: Record<string, string> = {
"/login": "Sign In",
"/upload": "Upload Dataset",
"/stats": "Stats",
"/datasets": "My Datasets",
};
export const getDocumentTitle = (pathname: string) => {