-
Notifications
You must be signed in to change notification settings - Fork 740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[LFX-1479] Missing empty state added for identities in person's profile #2645
Conversation
Automatically closing this PR due to inactivity. If needed, reopen or retry generation from the Tusk app. |
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Signed-off-by: Sameh16 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
frontend/src/modules/contributor/components/details/contributor-details-identities.vue
Outdated
Show resolved
Hide resolved
Addressing your review. View activity logs for details. |
@gaspergrom I've addressed your review. Add another review if minor changes are needed. If major changes are needed, retry the issue from the Tusk app with additional context. |
Implemented an empty state for the Identities section in a person's profile. When there are no identities to display, a 'No identities' message with an icon similar to the one used for emails/domains will be shown. This change ensures a consistent user experience across different sections of the profile.
Tips: