Skip to content

[FEATURE]: Show "+N" indicator for hidden organizations in Overview identity bar #190

Description

@jikrana1

Feature and its Use Cases

  • What is the feature?
    Currently, when a user searches more than 3 organizations at once, the Overview page's identity bar shows only the first 3 organization avatars.
    There is no visible indicator (like "+N") to show that additional organizations are included in the search but not shown as avatars.

  • How would users benefit from it?
    Users searching many organizations together would clearly see how many organizations are included in the current view, instead of assuming only the visible avatars represent the full search.

  • What scenarios would this feature address?

  1. A user searches 4 or more organizations together and cannot tell from the avatar row alone that more organizations are included.
  2. A user comparing a large set of organizations wants quick visual confirmation of the total count without reading the subtitle text.

Additional Context

Screenshots

Screenshot showing 5 organizations searched (google, apple, aossie, microsoft, amazon), but only 3 avatars visible with no "+2" indicator.

Image
  • Relevant file: src/pages/OverviewPage.jsx
  • Suggested fix: render a small circular badge showing "+N" after the
    3rd avatar when orgs.length > 3, similar to the existing avatar
    styling already used in the identity bar.

Note: While organization names are listed in the subtitle text, the avatar row itself doesn't visually indicate that more organizations
exist beyond the first 3 shown — especially useful when the org list is long and the text becomes harder to scan quickly.

Code of Conduct

  • I have joined the Discord server and will post updates there
  • I have searched existing issues to avoid duplicates

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions