✨ Enhancement: Migrate Tools page Components to ShadCN/UI #1656
Labels
✨ Enhancement
Indicates that the issue suggests an improvement or new feature.
Status: Triage
This is the initial status for an issue that requires triage.
Description
Replace custom tooling components (
Badge
,Checkbox
,Radio
,Tag
,DropdownMenu
,SearchBar
,Button
) with ShadCN/UI equivalents to unify styles and improve accessibility.Tasks
Badge.tsx: Swap out for ShadCN’s
<Badge>
Checkbox.tsx: Replace with ShadCN’s
<Checkbox>
Radio.tsx: Use ShadCN’s
<RadioGroup>
&<Radio>
Tag.tsx: Migrate to ShadCN’s
<Tag>
DropdownMenu.tsx: Swap in ShadCN’s
<DropdownMenu>
suiteSearchBar.tsx: Use ShadCN’s
<Input>
+<IconButton>
Button.tsx: Use ShadCN’s
<Button>
Testing & Cleanup:
Are you working on this?
Yes
The text was updated successfully, but these errors were encountered: