- 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.
- 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.
- Updated layout and padding for main page, login, profile, and register pages to enhance mobile responsiveness.
- Adjusted text sizes and spacing for better readability across different screen sizes.
- Modified button styles and hover effects for a more consistent user experience.
- Changed database ID in wrangler configuration for deployment.
- Removed nickname from user table and UserRecord interface.
- Updated user creation to generate UUID for user ID.
- Changed user ID type from number to string in authentication functions.
- Modified database schema to accommodate new user structure.
- Enhanced login flow to redirect users based on query parameters.
- Improved profile management with nickname update functionality.
- Added automatic nickname setting based on email input during registration.
- Implemented WebSocket connection management and duplicate login detection.
- Updated UI components for better user experience and responsiveness.