Skip to content

✨ Enhancement: Migrate Tools page Components to ShadCN/UI #1656

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

Open
9 tasks
Tracked by #1654
idanidan29 opened this issue May 15, 2025 · 0 comments
Open
9 tasks
Tracked by #1654

✨ Enhancement: Migrate Tools page Components to ShadCN/UI #1656

idanidan29 opened this issue May 15, 2025 · 0 comments
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.

Comments

@idanidan29
Copy link
Contributor

idanidan29 commented May 15, 2025

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> suite

  • SearchBar.tsx: Use ShadCN’s <Input> + <IconButton>

  • Button.tsx: Use ShadCN’s <Button>

  • Testing & Cleanup:

    • Adjust unit and visual tests to cover the new ShadCN/UI components
    • Remove any deprecated test cases or snapshots for old implementations

Are you working on this?

Yes

@idanidan29 idanidan29 added ✨ Enhancement Indicates that the issue suggests an improvement or new feature. Status: Triage This is the initial status for an issue that requires triage. labels May 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant