Skip to content

fix(web): Profile page loads instead of bouncing to Inbox (v0.138.1)#234

Merged
vikasprogrammer merged 1 commit into
mainfrom
feat/profile-route
Jul 13, 2026
Merged

fix(web): Profile page loads instead of bouncing to Inbox (v0.138.1)#234
vikasprogrammer merged 1 commit into
mainfrom
feat/profile-route

Conversation

@vikasprogrammer

Copy link
Copy Markdown
Owner

profile was added to the Route type in #231 but not to the runtime ROUTES allow-list the hash router validates against, so navigating to #/profile fell through to the unknown-route fallback (inbox). One-line fix: add profile to ROUTES.

🤖 Generated with Claude Code

…loads (v0.138.1)

'profile' was added to the Route type but not the runtime ROUTES list the hash router
validates against, so #/profile fell through to the unknown-route fallback (inbox).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vikasprogrammer vikasprogrammer merged commit 0c560be into main Jul 13, 2026
1 check passed
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.

1 participant