One Profile button in the header; garage panel titled "Garage" - #403
Merged
Conversation
The upper-right header button no longer forces signed-out users to /login: everyone gets the same Profile button, which opens the garage panel on its Profile tab where sign-in / create-account is offered (StoragePanel already handles the signed-out state). The drawer's title is now a static "Garage" instead of switching to Profile/Device with the active tab, and the unused common:actions.signIn key is dropped from every locale. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ENY1w5WJMSEbtRUvxFP51F
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
Coverage SummaryLines: 58.66% (7602/12958) · Statements: 57.8% · Functions: 55.86% · Branches: 55.69% Per-file coverage
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
lapwing | ca743c8 | Commit Preview URL Branch Preview URL |
Aug 13 2026, 02:17 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Makes the upper-right header uniform and drops the forced sign-in:
SiteHeader: the conditional Sign-in (→/login) / Profile button pair is replaced by a single Profile button for everyone. It opens the garage panel on its Profile tab via the existingonOpenProfilewiring (works from Leaderboards/Simulator/Updates/DriverProfile too, via theopenProfilenavigation state). Signed-out users see the Profile tab's existing sign-in / create-account offer (StoragePanel'sSignInPrompt), so login is available but never forced. The signed-in email tooltip is kept.FileManagerDrawer: the panel title is now a static "Garage" (Gauge icon) instead of retitling itself Profile/Device with the active tab — the whole side panel is "the garage"; the tabs below switch its contents. Reuses the existingshell.tabs.garagetranslation, so no new i18n keys.common:actions.signInkey from all seven locales.[4.1.0] - unreleased.Related Issues
None.
Type of Change
Checklist
npm run lintpassesnpm run typecheckpassesnpm run test:runpasses (194 files, 2850 tests)npm run buildsucceedsCHANGELOG.md; no README/CLAUDE.md impact)datalogParser.ts, added tests, updated the formats tableNotes for Reviewers
The header button stays gated on
enableCloud— a cloud-off build has no Profile tab, so it shows no account button, same as before./loginstill exists for direct links and the in-panel sign-in buttons.🤖 Generated with Claude Code
https://claude.ai/code/session_01ENY1w5WJMSEbtRUvxFP51F
Generated by Claude Code