- Shipped
- September 13, 2026 at 5:33 AM UTC
- Author
- Kamo
- Commit
- 5a1f9d0
The Members and Team Members tabs on /account get a column beside Name: a filled building in the brand colour with a count for somebody who has created organizations, a faint outline for somebody who has not. The tooltip lists every one by name (an unnamed one as "Unnamed {branch}"), and the header uses the tenant's branch noun. It sorts and filters by the count; the quick search matches an organization's name. The grid is now live: useOrgChanges(['members', 'member-orgs']) refetches silently, and a failed refresh keeps the rows on screen. SecurityService sends member-orgs to every org the owner belongs to. Refresh no longer hands its click event to loadData. Needs the dictionary keys and SecurityService's createdOrgs.