This commit is contained in:
2026-03-28 13:41:29 +01:00
parent 5c1c3eefa3
commit 551b5a2658
52 changed files with 2559 additions and 8 deletions

View File

@@ -0,0 +1,14 @@
## 1. Setup Environment
- [x] 1.1 Install Tailwind CSS and its dependencies.
- [x] 1.2 Configure Tailwind CSS in the project.
- [x] 1.3 Initialize `shadcn/ui` in the project.
## 2. Replace Components
- [x] 2.1 Replace the `Dropdown` component with the `shadcn/ui` `Select` component.
- [x] 2.2 Replace the `FilterBox` component with a combination of `shadcn/ui` components (e.g., `DropdownMenu` with `Checkbox`).
## 3. Verification
- [x] 3.1 Manually test the new components in the browser.