Skip to content

feat: remove Profile text link and add logout to avatar dropdown#29

Merged
MinitJain merged 1 commit intomainfrom
feat/avatar-dropdown-logout
Apr 19, 2026
Merged

feat: remove Profile text link and add logout to avatar dropdown#29
MinitJain merged 1 commit intomainfrom
feat/avatar-dropdown-logout

Conversation

@MinitJain
Copy link
Copy Markdown
Owner

Summary

  • Remove redundant "Profile" text link from home page navbar - the avatar dropdown already has "View Profile"
  • Add user dropdown to session navbar avatar (was a plain link before) with View Profile and Sign out options

Test plan

  • Home page: only avatar visible for logged-in users, no "Profile" text
  • Home page: avatar dropdown still has View Profile and Sign out
  • Session page: clicking avatar opens dropdown with View Profile and Sign out
  • Session page: Sign out redirects to home page
  • Session page: clicking outside dropdown closes it
  • Guest (not logged in): still shows UserCircle icon linking to login

🤖 Generated with Claude Code

- HomeClient: remove redundant Profile text link next to avatar (View Profile is already in the avatar dropdown menu)
- SessionProvider: convert plain avatar link to dropdown with View Profile and Sign out options

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
bonfire Ready Ready Preview, Comment Apr 19, 2026 5:50pm

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 19, 2026

Warning

Rate limit exceeded

@MinitJain has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 7 minutes and 36 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 7 minutes and 36 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 08151e08-1966-4812-92ff-0d096ddf2523

📥 Commits

Reviewing files that changed from the base of the PR and between ad1340f and 45d9779.

📒 Files selected for processing (2)
  • components/home/HomeClient.tsx
  • components/session/SessionProvider.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/avatar-dropdown-logout

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 and usage tips.

@MinitJain MinitJain merged commit e721d72 into main Apr 19, 2026
4 checks passed
@MinitJain MinitJain deleted the feat/avatar-dropdown-logout branch April 19, 2026 17:51
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