Hiro fe6ef71902 feat: Add Token Management UI
- Add SettingsTokens view at /settings/tokens
- Add TokenManager modal component for creating tokens
- Add token management functions to auth store (fetchTokens, generateToken, revokeToken)
- Add Settings link in header user dropdown
- Add ApiToken types to types/index.ts
- Route: GET /auth/tokens, POST /auth/token/generate, DELETE /auth/tokens/{id}
2026-03-31 01:43:50 +00:00
2026-03-31 01:43:50 +00:00
2026-03-30 15:17:29 +00:00

claudia-docs-web

Claudia Docs Frontend — Vue 3 + Pinia + Vite

Quick Start

npm install
npm run dev

Environment Variables

Variable Default Description
VITE_API_BASE_URL http://localhost:8000/api/v1 Backend API URL

Example Docker Compose

environment:
  - VITE_API_BASE_URL=http://localhost:8000/api/v1

Build

npm run build

Features

  • Rich text editing with TipTap
  • Document reasoning and metadata
  • Graph view of document relationships
  • Backlinks between documents
  • Quick switcher (Cmd+K)
  • Dark mode
  • Export to Markdown/JSON
Description
No description provided
Readme 19 MiB
Languages
Vue 83.3%
TypeScript 16.2%
Dockerfile 0.3%
HTML 0.2%