design: Improve TableToolbar layout and styling#9367
Open
Conversation
bfd98d0 to
f1a6ee9
Compare
- Rearrange toolbar: Filter + Sort left, Search (always-visible, flex-1) center, toggle + actions right - Replace Sort toggle with dropdown supporting Newest/Oldest/A-Z/Z-A options - Add bordered button styling to Filter and Sort buttons - Style applied filters row with subtle gray background and rounded corners - Add status filter, A-Z/Z-A name sorting, and view toggle to projects page - Move New Project button into toolbar as a slot child Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Make "New project" button match toolbar height (large) - Remove view toggle from projects page - Reorder sort options: A-Z, Z-A first; Newest, Oldest after Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Match Figma design. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0275137 to
3c1cbc0
Compare
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
71ffc6a to
d893428
Compare
8 tasks
Contributor
|
My 2c: I think this is an improvement – it's much better that the controls don't float in empty space – but IMO the toolbar feels large and domineering. ~1% of users (mainly Rill employees) will have enough projects to justify needing these controls, so I don't think the controls should feel so prominent. But, yes, we also have to operate within our existing design system. Thoughts on removing these controls from the list-of-projects page for now? |
Contributor
Author
|
I’m fine with that although without it, the “new project” just floats on
the page and looks weird
…On Mon, May 4, 2026 at 12:04 PM Eric P Green ***@***.***> wrote:
*ericpgreen2* left a comment (rilldata/rill#9367)
<#9367 (comment)>
My 2c: I think this is an improvement – it's much better that the controls
don't float in empty space – but IMO the toolbar feels large and
domineering. ~1% of users (mainly Rill employees) will have enough projects
to justify needing these controls, so I don't think the controls should
feel so prominent. But, yes, we also have to operate within our existing
design system. Thoughts on removing these controls from the
list-of-projects page for now?
—
Reply to this email directly, view it on GitHub
<#9367 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BIKBUEBLCEWQ57RILAZ4CNL4ZDSURAVCNFSM6AAAAACYN5XJOKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DGNZTG4YTSOBZHA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
8 tasks
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.
Improves the shared
TableToolbarcomponent and projects page to match the updated Figma design:bg-surface-subtle) and rounded bottom cornersFollows up on #9173
Figma: https://www.figma.com/design/JtG3sbaopjO0xQlyeCjmho/RILL-WIP?node-id=7699-201332&m=dev
Checklist:
Developed in collaboration with Claude Code