2 Commits

Author SHA1 Message Date
pd0a6847
271121fff8 feat: Refactor GameBoard component and implement new UI elements
- Removed the old footer structure and replaced it with a new layout in GameBoard.svelte, integrating ToggleGroup components for better user interaction.
- Introduced a new data structure for game bets in gameBoard.ts, enhancing the game's functionality.
- Added ScrollArea and ToggleGroup components to the UI library for improved scrolling and toggle functionality.
- Updated utility functions in utils.ts to include types for better type safety.
- Adjusted the design page to reflect the new GameBoard component structure.
- Modified svelte.config.js to support aliasing for easier imports.
2025-11-24 15:53:07 +09:00
pd0a6847
2f9035b345 feat: integrate Tailwind CSS and create button component
- Added Tailwind CSS configuration and styles to the project.
- Created a button component with multiple variants and sizes.
- Implemented utility functions for class name management.
- Updated layout and design pages to utilize the new button component.
- Configured VSCode settings for Tailwind CSS support.
- Added PostCSS configuration for Tailwind CSS processing.
- Established a pnpm workspace for dependency management.
2025-11-21 12:51:01 +09:00