feat: add basic layout #3

Merged
typist merged 3 commits from feat/add-sidebar into main 2025-10-27 23:48:34 +08:00

3 Commits

Author SHA1 Message Date
typist
7b67934b80 feat: enhance routing and sidebar with dynamic tools integration
- Added a new AppSidebar component to display tools in the sidebar.
- Introduced a tools array in the tool module to manage tool properties.
- Updated router configuration to dynamically generate routes for each tool.
2025-10-27 23:46:33 +08:00
typist
818a108282 feat: integrate react-router-dom for routing functionality
- Added react-router-dom to package.json and pnpm-lock.yaml.
- Created a new Layout component to manage sidebar and main content.
- Implemented AppRouter for defining application routes and redirection logic.
2025-10-27 23:37:42 +08:00
typist
30637efd51 feat: add Radix UI components and global styles
- Introduced new UI components: Input, Separator, Sheet, Sidebar, Skeleton, and Tooltip.
- Added global CSS styles for sidebar theming.
- Updated package.json and pnpm-lock.yaml to include Radix UI dependencies.
2025-10-27 23:27:48 +08:00