Hive Hive
Sign in

fix(server): update members page to match Figma design

GitHub issue · Closed

Metadata
Source
tuist/tuist #11180
Updated
Jun 24, 2026
Domains
Atlas
Details

Polish the Members page and add search to Invitations

What changed

Members page layout
  • Added the organization name as a large page title (h1) above the “Members” heading, matching the Projects page.
  • Grouped the search bar + actions row, the tabs, and the table into a single members-section container with consistent spacing-7 between them (mirroring the Projects “Recent/All” sections).
Projects page
  • Changed the “Recent projects” / “All projects” section titles to regular font weight (from medium).
Search in the Invitations tab
  • The search input is now shown on both the All members and Invitations tabs (previously members-only).
  • On the Invitations tab it filters pending invitations by invitee email; on the Members tab it filters by email/name as before.
  • The search box value is bound to state and resets when switching tabs (and after sending an invite), so each tab starts with an empty box and an unfiltered list.
  • When an invitations search returns no matches, the table now shows the same “no results” empty state as the members table (user_x icon + “Try changing your search term”) instead of the onboarding “No invitations created” state, which is reserved for when there are genuinely no invitations.
Comments
TA
tuist-atlas[bot] Jun 10, 2026

The members page design update from this pull request is now available. Update to xcresult-processor-image@0.14.2 to use it.

TA
tuist-atlas[bot] Jun 10, 2026

The members page update to match the Figma design is now available in server@1.208.1. Update to this version to get this fix.