Skip to content

Fixes: #302#389

Merged
R-Sandor merged 1 commit intoFindFirst-Development:mainfrom
tanish-7869:feature/Add-user-avatar-bubble
Oct 4, 2025
Merged

Fixes: #302#389
R-Sandor merged 1 commit intoFindFirst-Development:mainfrom
tanish-7869:feature/Add-user-avatar-bubble

Conversation

@tanish-7869
Copy link
Contributor

Issue number: resolves #302

feat: add user avatar bubble in navbar

  • Added user avatar bubble to the navbar, showing a default avatar when no profile image is available.
  • Retrieves the user profile image from backend using the existing screenshot-style API.
  • Integrates with the existing User backend model to fetch and display user images.
  • Avatar is shown only for authorized users and is spaced properly from the logout button.
  • Includes unit tests for navbar avatar rendering with Vitest.

Added user avatar bubble referring the already written api for screenshot and the backend code of User.
@R-Sandor
Copy link
Collaborator

R-Sandor commented Oct 3, 2025

@tanish-7869 Just wanted to give you and update that I have seen you pull request and plan to fully review it too. I will also add hacktoberfest-accepted upon acceptance so you can get some open holopin points 👍 🎃

Copy link
Collaborator

@R-Sandor R-Sandor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks really good! I tested it locally as well 🚀

@R-Sandor R-Sandor merged commit c56658e into FindFirst-Development:main Oct 4, 2025
@tanish-7869
Copy link
Contributor Author

tanish-7869 commented Oct 4, 2025

@R-Sandor thanks for the hacktoberfest tag!! also this was my first contribution to open source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Frontend] - Add user avatar bubble

2 participants