Skip to content

Fix Messages page auth state for logged-in users#77

Merged
A1L13N merged 1 commit into
alphaonelabs:mainfrom
ghanshyam2005singh:fix/messages
Jul 16, 2026
Merged

Fix Messages page auth state for logged-in users#77
A1L13N merged 1 commit into
alphaonelabs:mainfrom
ghanshyam2005singh:fix/messages

Conversation

@ghanshyam2005singh

@ghanshyam2005singh ghanshyam2005singh commented Jul 16, 2026

Copy link
Copy Markdown
Contributor
  • Fixed the issue where the message page was showing to sign in even if user is already logged in

Before:
Screenshot from 2026-07-16 20-02-23

After:
Screenshot from 2026-07-16 20-02-31

  • Updated the Messages page to mark its main section as client-rendered and authentication-required.
  • Authenticated users without messages now receive the appropriate empty state instead of an incorrect sign-in prompt.
  • No other page structure or public APIs were changed.

@coderabbitai

coderabbitai Bot commented Jul 16, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

The message page’s main section now sets data-server-rendered="false" and adds data-auth-required="true". Existing message record components remain unchanged.

Changes

Message page metadata

Layer / File(s) Summary
Update message page metadata
public/messages.html
The main section now identifies the page as client-rendered and requiring authentication.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: a1l13n

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: fixing the Messages page auth state for logged-in users.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@ghanshyam2005singh ghanshyam2005singh changed the title fix:auth Fix Messages page auth state for logged-in users Jul 16, 2026
@A1L13N
A1L13N merged commit c7bc322 into alphaonelabs:main Jul 16, 2026
2 checks 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.

2 participants