show +N indicator for hidden organizations on hover - #191
Conversation
Link your account with GitcordThanks for opening this PR, @jikrana1! To receive Discord notifications and contributor tracking for this organization:
Once linked, Gitcord can notify you about reviews, merges, and more. — Posted by Gitcord |
|
Please resolve the merge conflicts before review. Your PR will only be reviewed by a maintainer after all conflicts have been resolved. 📺 Watch this video to understand why conflicts occur and how to resolve them: |
|
Resolve the merge conflict!! |
|
Warning Review limit reachedNext included review available in 59 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
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. Comment |
Addressed Issues:
Fixes #190
Recordings:
OrgExplorer.GitHub.Organization.Analytics.Repository.Insights.and.2.more.pages.-.Profile.1.-.Microsoft.Edge.2026-08-23.13-36-12.-.Trim.mp4
Additional Notes:
Added a "+N" indicator in the Overview identity bar to show how many organizations are hidden when more than 3 are searched together.
Changes:
showAllOrgsstate to track hover expansionwidth(0 to 36px) so hidden avatars take up no space in the layout, avoidinggaps
cursor: pointeron the avatar group when more than 3 organizations are present, to signal it's interactiveorgs.length > 3, so single or few-org searches are unaffectedTested locally with 4-5 organizations searched together — hover expand/collapse works smoothly with no layout shift or gaps.
Checklist