Conversation
The activeNavButton memo had a catch-all fallback to 'design', causing the Design button to appear active on Settings, Localization, Profile, and Integrations pages. Now it explicitly checks for design route types and returns null for unrelated routes. Co-authored-by: Cursor <[email protected]>
Query GoTrue's /settings endpoint instead of creating a throwaway test user to detect the autoconfirm flag. The previous approach broke when Supabase rejected fake email domains. Also surface the actual server error message in the client instead of a generic HTTP 500 string. Co-authored-by: Cursor <[email protected]>
fix: prevent Design tab from appearing active on non-design routes
fix: improve setup email confirmation check
Co-authored-by: Cursor <[email protected]>
liamwalder
pushed a commit
that referenced
this pull request
Mar 6, 2026
…a-a9vjid Fix React Server Components RCE vulnerability
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
Release containing 3 commits from internal development.
Changes
Fixes
036817f fix: improve setup email confirmation check
e033b06 fix: prevent Design tab from appearing active on non-design routes
Other
0e2f363 chore: add GitHub issue & pull request templates
Test plan