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?
- A user searches 4 or more organizations together and cannot tell from the avatar row alone that more organizations are included.
- 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.
- 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
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?
Additional Context
Screenshots
Screenshot showing 5 organizations searched (google, apple, aossie, microsoft, amazon), but only 3 avatars visible with no "+2" indicator.
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