|
Web panel: Vue 3 + gnexus-ui-kit, auth, projects, reports, i18n
- Monorepo packages: @ltt/shared (types+client), @ltt/ui (AnnotationEditor, ScreenshotViewer, ElementContext, EnvironmentInfo), @ltt/web (panel) - Kit assets served at /assets in dev and build (absolute font URL workaround) - Pages: login/register, projects, public project+report pages (token=auth), settings with en/ru switcher - Annotation editor: pen/arrow/rect/text, Tokyo Night palette, undo, fraction coordinates, vector shapes persisted via attachment PATCH Co-Authored-By: Claude Code <noreply@anthropic.com> |
|---|
|
|
| .npmrc 0 → 100644 |
|---|
| package-lock.json 0 → 100644 |
|---|
|
Too large (Show diff)
|
| package.json |
|---|
| packages/shared/package.json 0 → 100644 |
|---|
| packages/shared/src/api-schema.d.ts 0 → 100644 |
|---|
|
Too large (Show diff)
|
| packages/shared/src/api.ts 0 → 100644 |
|---|
| packages/shared/src/client.ts 0 → 100644 |
|---|
| packages/shared/src/constants.ts 0 → 100644 |
|---|
| packages/shared/src/index.ts 0 → 100644 |
|---|
| packages/ui/package.json 0 → 100644 |
|---|
| packages/ui/src/AnnotationEditor.vue 0 → 100644 |
|---|
| packages/ui/src/ElementContext.vue 0 → 100644 |
|---|
| packages/ui/src/EnvironmentInfo.vue 0 → 100644 |
|---|
| packages/ui/src/ScreenshotViewer.vue 0 → 100644 |
|---|
| packages/ui/src/index.ts 0 → 100644 |
|---|
| packages/web/check-panel.mjs 0 → 100644 |
|---|
| packages/web/index.html 0 → 100644 |
|---|
| packages/web/package.json 0 → 100644 |
|---|
| packages/web/src/App.vue 0 → 100644 |
|---|
| packages/web/src/api.ts 0 → 100644 |
|---|
| packages/web/src/components/AppShell.vue 0 → 100644 |
|---|
| packages/web/src/i18n/en.json 0 → 100644 |
|---|
| packages/web/src/i18n/index.ts 0 → 100644 |
|---|
| packages/web/src/i18n/ru.json 0 → 100644 |
|---|
| packages/web/src/main.ts 0 → 100644 |
|---|
| packages/web/src/pages/LoginPage.vue 0 → 100644 |
|---|
| packages/web/src/pages/ProjectPage.vue 0 → 100644 |
|---|
| packages/web/src/pages/ProjectsPage.vue 0 → 100644 |
|---|
| packages/web/src/pages/RegisterPage.vue 0 → 100644 |
|---|
| packages/web/src/pages/ReportPage.vue 0 → 100644 |
|---|
| packages/web/src/pages/SettingsPage.vue 0 → 100644 |
|---|
| packages/web/src/router.ts 0 → 100644 |
|---|
| packages/web/src/stores/auth.ts 0 → 100644 |
|---|
| packages/web/src/types/gnexus-ui-kit.d.ts 0 → 100644 |
|---|
| packages/web/tsconfig.json 0 → 100644 |
|---|
| packages/web/vite.config.ts 0 → 100644 |
|---|
| server/app/routers/reports.py |
|---|