-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(hub): actors and builds filters #1884
Conversation
Deploying rivet with
|
Latest commit: |
3aec515
|
Status: | ✅ Deploy successful! |
Preview URL: | https://02370d39.rivet.pages.dev |
Branch Preview URL: | https://01-18-feat-hub-actors-and-bu.rivet.pages.dev |
Deploying rivet-hub with
|
Latest commit: |
3aec515
|
Status: | ✅ Deploy successful! |
Preview URL: | https://e711f5cd.rivet-hub-7jb.pages.dev |
Branch Preview URL: | https://01-18-feat-hub-actors-and-bu.rivet-hub-7jb.pages.dev |
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Graphite Automations"Test" took an action on this PR • (01/18/25)1 assignee was added to this PR based on Kacper Wojciechowski's automation. |
f262e16
to
2c837f4
Compare
2c837f4
to
3aec515
Compare
I have a lot of smaller things I'd like to change later but we should ship something at bare minimum. For MVP, can we make it so it's not a sidebar but pops up below where the button is? You have to shift your entire focus to the other side of the screen. |
adding @MasterPtato since he is the tag meister |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cant access the CF preview URL due to a CORS error. How does the query work with multiple tags? And does it autocomplete when you type?
Merge activity
|
Closes FRONT-474 ## Changes - Added filtering capabilities to the actors list, allowing users to filter by tags and show/hide destroyed actors - Enhanced the `TagsSelect` component to support better search functionality and display of selected options - Added a new `ActorsFiltersSheet` component for managing actor filters - Updated the builds page to support tag filtering - Improved the Combobox component to handle multiple selections and show selected option counts - Added visual indicators when filters are active <div class='graphite__hidden'> <div>🎥 Video uploaded on Graphite:</div> <a href="https://app.graphite.dev/media/video/dOgs2Fo4NFCWV1dxDXM1/585cb609-058e-4c8a-ac73-54877b528129.mov"> <img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/dOgs2Fo4NFCWV1dxDXM1/585cb609-058e-4c8a-ac73-54877b528129.mov"> </a> </div> <video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/dOgs2Fo4NFCWV1dxDXM1/585cb609-058e-4c8a-ac73-54877b528129.mov">Untitled.mov</video>
Closes FRONT-474
Changes
TagsSelect
component to support better search functionality and display of selected optionsActorsFiltersSheet
component for managing actor filters