You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pull request modifies avatar rendering in two header components by adding the object-cover CSS class to avatar image elements across AccountMenu.client.vue and MobileMenu.client.vue. Additionally, the MobileMenu component now includes conditional avatar rendering for atprotoUser, displaying an image element when an avatar exists and falling back to a placeholder with a cloud icon when unavailable. These changes apply consistently to both npm and Atmosphere avatar displays.
Possibly related PRs
feat: show bluesky avatar in header #896: Both pull requests directly modify avatar rendering in header components with focus on AccountMenu.client.vue and MobileMenu.client.vue, introducing conditional avatar display and styling enhancements.
The pull request description directly references the linked issue #999 and clearly identifies the two main objectives: fixing squashed avatars and adding a missing mobile Bluesky avatar.
Linked Issues check
✅ Passed
The code changes successfully address issue #999 by adding object-cover CSS class to avatar elements, which prevents squashing and ensures proper aspect ratio preservation for the Atmosphere avatar.
Out of Scope Changes check
✅ Passed
All changes are scoped to the stated objectives: adding object-cover to avatar elements to fix squashing (issue #999) and adding conditional avatar rendering with fallback placeholder for mobile Bluesky avatar support.
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
✨ Finishing touches🧪 Generate unit tests (beta)
Create PR with unit tests
Post copyable unit tests in a comment
Comment @coderabbitai help to get the list of available commands and usage tips.
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
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.
this pr: