feat(dashboard): add token gate page for unauthenticated access

Visiting localhost:5173 without ?token= now shows a clean token input
page instead of a broken dashboard. Token is persisted in sessionStorage
so refreshes work within the same browser session.

Bump version to 1.3.1.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Lum1104
2026-03-28 16:59:51 +08:00
co-authored by Claude Opus 4.6
parent 07c49fd4b0
commit 26cc41cf03
6 changed files with 128 additions and 12 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "understand-anything",
"displayName": "Understand Anything",
"description": "AI-powered codebase understanding — analyze, visualize, and explain any project",
"version": "1.3.0",
"version": "1.3.1",
"author": {
"name": "Lum1104"
},