| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Elevates the signed-in Manage-account popover from clean-but-plain to the landing page's signature moment. - Hero: the levelcode.ai "portal" mark — three colored chevrons rising over four soft circles that drift (portalDrift 7s, staggered -1.4s per layer), replacing the plain SD initials. Decorative + aria-hidden; honors prefers-reduced-motion. - The modal is now a proper premium dialog: full-bleed hero, 14px radius, soft shadow, entrance pop. - Documentation link -> https://levelcode.ai/ai/docs, in a tidy footer beside the Synced line. Routed through the SAME fixed allow-list as Terms/Privacy (target 'docs' -> /ai/docs); never a webview-supplied URL, so the open-redirect guard holds. Still model-agnostic; light/One Dark keep the brand palette; high-contrast still defers to editor tokens (the hero is decorative). extension.js: openLegal() gains the 'docs' target. Verified: both files parse; full gate 24 suites; structure present. Matches the approved mockup; a live in-editor render needs the VS Code host. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Updates the signed-in Manage-account popover UI in the levelcode-ai webview to match the levelcode.ai landing “portal” hero treatment, and adds a safe Documentation link routed through the extension’s existing allow-listed external navigation.
Changes:
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| extensions/levelcode-ai/media/chat.html | Adds the portal hero markup/CSS (with reduced-motion guard) and a new docs action/link in the signed-in account card footer. |
| extensions/levelcode-ai/extension.js | Extends the fixed allow-list in openLegal() to support the new docs target safely. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Builds on the merged classic account card (#50) — makes the signed-in Manage-account popover dynamic, per the approved direction.
What's new
Safety / a11y
Preview
Approved mockup (animated, both themes): https://claude.ai/code/artifact/0c955831-6ce9-444f-95b2-c211b8706e88
Verification
🤖 Generated with Claude Code