Feature/org design fixes#1787
Draft
Shreyag02 wants to merge 5 commits into
Draft
Conversation
Hide the "New Organization" button (and its separator) while search is active so the listing navbar stays uncluttered, and align the navbar height with the org-details navbar (48px) instead of 56px.
Display org member roles as "Owner", "Member", "Admin" instead of "Organization Owner" etc. in the Role column, via a formatRoleTitle helper.
Disable the "Add member" project action when the org has only one member, since there is no one else to search for and add. Also keep the project row highlighted while its action menu is open.
Distinguish an empty tab (no data at all) from a no-match search result: add a dedicated zero state to the members, projects, invoices, tokens and API tabs via the DataTable zeroState prop, so the "no matches for that keyword" copy only appears when a search or filter is active. Table headers are hidden in both states by the DataTable.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Shreyag02
marked this pull request as draft
July 21, 2026 11:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Technical Details
Test Plan
SQL Safety (if your PR touches
*_repository.goorgoqu.*)?placeholders,goqu.Ex{}, orgoqu.Record{}— neverfmt.Sprintfor+building a query that gets executed.ToSQL()callers capture and forward params (query, params, err := stmt.ToSQL(); db.…Context(ctx, …, query, params...)). Neverquery, _, err := ….?placeholders inside single-quoted SQL literals ingoqu.L(usemake_interval(hours => ?)-style functions instead).//nolint:forbidigoor// #nosec G20xannotation has a one-line justification on the same line that a reviewer can verify.