Skip to content

feat: add prominent Login/Sign Up button to navigation bar#225

Merged
m1rl0k merged 8 commits into
testfrom
feature/login-signup-nav
Feb 19, 2026
Merged

feat: add prominent Login/Sign Up button to navigation bar#225
m1rl0k merged 8 commits into
testfrom
feature/login-signup-nav

Conversation

@chris-stinemetz

Copy link
Copy Markdown
Contributor
  • Add glowing Login/Sign Up link in desktop header (top-right)
  • Add highlighted Login/Sign Up link in mobile menu
  • Links to https://dev.context-engine.ai/login
  • Pulsing glow animation for high visibility
  • Light theme support

- Add glowing Login/Sign Up link in desktop header (top-right)
- Add highlighted Login/Sign Up link in mobile menu
- Links to https://dev.context-engine.ai/login
- Pulsing glow animation for high visibility
- Light theme support
@augmentcode

augmentcode Bot commented Feb 19, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: Adds a prominent Login / Sign Up call-to-action in the landing page navigation to drive users into the hosted auth flow.

Changes:

  • Adds a desktop header Login / Sign Up button (with LogIn icon) and a glowing .btn-login style
  • Adds a highlighted Login / Sign Up entry in the mobile menu (.mobile-login-link)
  • Introduces VITE_CTX_LOGIN_URL (documented in .env.example) and uses it in +layout.svelte with a ${base}/login fallback
  • Plumbs VITE_CTX_LOGIN_URL into the deploy build workflow via GitHub Actions secrets

Technical Notes: Includes light-theme variants and disables animation/hover motion under prefers-reduced-motion.

🤖 Was this summary useful? React with 👍 or 👎

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread src/app.scss
@chris-stinemetz

Copy link
Copy Markdown
Contributor Author

augment review

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread src/routes/+layout.svelte Outdated
@chris-stinemetz

Copy link
Copy Markdown
Contributor Author

augment review

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 2 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread src/routes/+layout.svelte Outdated
Comment thread src/app.scss
Use darker green (#00896b) in light theme for proper contrast
instead of neon #00ffcc which is hard to read on light backgrounds.
Avoids silently routing to dev environment if VITE_CTX_LOGIN_URL
is not set in staging/prod deploys.
@chris-stinemetz

Copy link
Copy Markdown
Contributor Author

augment review

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread src/routes/+layout.svelte Outdated
Use ${base}/login so the fallback works correctly on GitHub Pages
and other deployments with a non-empty base path.
@chris-stinemetz

Copy link
Copy Markdown
Contributor Author

augment review

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. No suggestions at this time.

Comment augment review to trigger a new review at any time.

@m1rl0k
m1rl0k merged commit 45a3330 into test Feb 19, 2026
1 check passed
m1rl0k added a commit that referenced this pull request Mar 1, 2026
feat: add prominent Login/Sign Up button to navigation bar
@m1rl0k
m1rl0k deleted the feature/login-signup-nav branch March 1, 2026 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants