| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…unt (PR #51 feedback) - Hero: shrink the mark 212->182px and absolutely position it 12px from the top so the chevron peak clears the modal's rounded edge; only the lower soft circles bleed now, never the chevron. - Manage account is the accent-filled primary CTA on paid plans (stays quiet on free tier, where the Upgrade button owns the accent). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Adjusts the signed-in “classic” account modal in levelcode-ai based on live feedback, improving the hero’s chevron rendering and clarifying the primary call-to-action depending on plan state.
Changes:
extensions/levelcode-ai/media/chat.html:2823
const manageClass = upgradeBtn ? 'abtn' : 'abtn primary';
extensions/levelcode-ai/media/chat.html:2823
const manageClass = upgradeBtn ? 'abtn' : 'abtn primary';
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
| // Highlight Manage account as the primary CTA — EXCEPT on free tier, where the accent belongs to the | ||
| // Upgrade button (two accent buttons would compete), so Manage stays quiet there. | ||
| const manageClass = upgradeBtn ? 'abtn' : 'abtn primary'; |
| Back | FazBrowse Home | New Git URL |
Two small follow-ups on the merged chevron-hero modal (#51), from live feedback.
Motion/a11y unchanged (hero still aria-hidden, prefers-reduced-motion respected, HC defers to editor tokens).
Preview (updated): https://claude.ai/code/artifact/0c955831-6ce9-444f-95b2-c211b8706e88
Verified: chat.html scripts parse; webviewCss/creditFormat + full gate green. One file, +8/-3.
🤖 Generated with Claude Code