-
Notifications
You must be signed in to change notification settings - Fork 86
refactor(hub): polishing #2420
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
refactor(hub): polishing #2420
Conversation
Deploying rivet-studio with
|
Latest commit: |
cb6ba1d
|
Status: | ✅ Deploy successful! |
Preview URL: | https://c892c4ff.rivet-studio.pages.dev |
Branch Preview URL: | https://05-01-refactor-hub-polishing.rivet-studio.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. |
Deploying rivet-hub with
|
Latest commit: |
cb6ba1d
|
Status: | ✅ Deploy successful! |
Preview URL: | https://37b3c6e1.rivet-hub-7jb.pages.dev |
Branch Preview URL: | https://05-01-refactor-hub-polishing.rivet-hub-7jb.pages.dev |
Deploying rivet with
|
Latest commit: |
cb6ba1d
|
Status: | ✅ Deploy successful! |
Preview URL: | https://3157d034.rivet.pages.dev |
Branch Preview URL: | https://05-01-refactor-hub-polishing.rivet.pages.dev |
1046f0b
to
340d975
Compare
Graphite Automations"Test" took an action on this PR • (05/02/25)1 assignee was added to this PR based on Kacper Wojciechowski's automation. |
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.
PR Summary
This PR implements a comprehensive refactoring of the hub interface, focusing on improved navigation, filtering, and visual consistency across components.
- Replaced the old actor filtering system with a more sophisticated FilterValue system supporting multiple operators and filter types (tags, region, dates, status, devMode)
- Unified logs handling by consolidating stdout/stderr into a single logs array with level property and improved timestamp-based sorting
- Restructured sidebar layout with grouped items (products, tools, settings) and integrated CommandPanel component
- Simplified UI by removing Card components in favor of direct table-based layouts with consistent H1 headers
- Improved actor status management by splitting into AtomizedActorStatus and ActorStatus components with centralized status-to-label mapping
46 file(s) reviewed, 29 comment(s)
Edit PR Review Bot Settings | Greptile
frontend/apps/hub/src/components/command-panel/command-panel-navigation-breadcrumbs.tsx
Outdated
Show resolved
Hide resolved
frontend/apps/hub/src/components/command-panel/command-panel-navigation-breadcrumbs.tsx
Outdated
Show resolved
Hide resolved
.../apps/hub/src/components/command-panel/command-panel-page/environment-command-panel-page.tsx
Outdated
Show resolved
Hide resolved
.../apps/hub/src/components/command-panel/command-panel-page/environment-command-panel-page.tsx
Show resolved
Hide resolved
frontend/packages/components/src/actors/actors-sidebar-toggle-button.tsx
Show resolved
Hide resolved
frontend/packages/components/src/actors/create-actor-button.tsx
Outdated
Show resolved
Hide resolved
frontend/packages/components/src/actors/form/actors-filters-form.tsx
Outdated
Show resolved
Hide resolved
340d975
to
7de51a7
Compare
7de51a7
to
01a0524
Compare
01a0524
to
cb6ba1d
Compare
Merge activity
|
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
Changes