feat(frontend): replace custom components with shadcn/ui equivalents#816
Closed
jeremyeder wants to merge 1 commit intoambient-code:mainfrom
Closed
feat(frontend): replace custom components with shadcn/ui equivalents#816jeremyeder wants to merge 1 commit intoambient-code:mainfrom
jeremyeder wants to merge 1 commit intoambient-code:mainfrom
Conversation
8 tasks
91e9b6a to
2703d8b
Compare
Audit and migrate frontend to use standard shadcn/ui components, replacing hand-rolled implementations with maintained Radix-based primitives. Removes ~1,574 lines of custom code. Replaced: - Custom Breadcrumbs → shadcn Breadcrumb - Hand-rolled Popover (202 lines with portal/positioning) → Radix Popover (48 lines) - Radix Toast/Toaster/useToast → Sonner (simpler API, toast() function) - SimpleDataTable → TanStack Table DataTable with sorting/filtering/column visibility Added: - Command palette (Cmd+K) with project search and navigation - Sheet drawer for mobile navigation - Sidebar layout for workspace pages - Collapsible sections in settings and session creation - HoverCard previews on session names - Standardized Pagination component with page number display Deleted: - breadcrumbs.tsx, simple-data-table.tsx, toast.tsx, toaster.tsx, use-toast.tsx Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2703d8b to
04038b5
Compare
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.
Jira: RHOAIENG-51883
Summary
Test plan
🤖 Generated with Claude Code
Supersedes #778 - this is a clean rebase with single commit history