Skip to content

Add Sign In, Register, and Sign Out to burger menu#40

Merged
dfeen87 merged 2 commits intomainfrom
copilot/add-sign-in-sign-out-buttons
Feb 25, 2026
Merged

Add Sign In, Register, and Sign Out to burger menu#40
dfeen87 merged 2 commits intomainfrom
copilot/add-sign-in-sign-out-buttons

Conversation

Copy link
Contributor

Copilot AI commented Feb 25, 2026

The burger menu () was missing Register for new users and the auth links were never committed/pushed to the remote branch, so the deployed app showed nothing.

Changes

  • apps/web/templates/base.html
    • Unauthenticated users now see Sign in + Register in the burger dropdown
    • Authenticated users already had Sign out — no change there
    • Renamed "Sign in…" → "Sign in" (cosmetic)
{% else %}
<hr class="divider">
<a href="/login"    role="menuitem">Sign in</a>
<a href="/register" role="menuitem">Register</a>
{% endif %}

All routes (/login, /register, /logout) and the SQLite user database were already in place — this is a template-only fix.

State Burger menu
Not logged in About · Sign in · Register
Logged in About · Form · Sign out

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: dfeen87 <158860247+dfeen87@users.noreply.github.com>
Copilot AI changed the title [WIP] Add sign in and sign out buttons in burger menu Add Sign In, Register, and Sign Out to burger menu Feb 25, 2026
Copilot AI requested a review from dfeen87 February 25, 2026 14:27
@dfeen87 dfeen87 marked this pull request as ready for review February 25, 2026 14:28
Copilot AI review requested due to automatic review settings February 25, 2026 14:28
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@dfeen87 dfeen87 merged commit dc55e33 into main Feb 25, 2026
2 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds the missing "Register" link to the burger menu (⋮) for unauthenticated users and removes an ellipsis from "Sign in…" to "Sign in" for consistency. The backend routes (/login, /register, /logout) were already implemented — this is purely a template-level fix to expose registration functionality to users.

Changes:

  • Added "Register" menu item for unauthenticated users alongside "Sign in"
  • Changed "Sign in…" to "Sign in" for cleaner text presentation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants