6 Commits

Author SHA1 Message Date
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
2e3d62aa58 Refactor UI components for improved responsiveness and styling
- 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.
2025-11-21 07:42:18 +09:00
pd0a6847
bdffa90305 Refactor user management and authentication system
- 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.
2025-11-20 15:46:17 +09:00
pd0a6847
6aaf5525cf pnpm-lock.yaml 수정 2025-11-18 12:45:06 +09:00
da2918bd88 듀라블오브젝트 샘플 2025-11-16 21:38:28 +09:00
a9e6c9333d init 2025-11-15 00:40:34 +09:00