23 Commits

Author SHA1 Message Date
pd0a6847
89f62e18a8 feat: update Footer component to include UserRound icon 2025-11-24 17:40:00 +09:00
pd0a6847
0777e2bbf9 feat: enhance GameBoard component with improved filtering and layout adjustments 2025-11-24 17:03:06 +09:00
pd0a6847
b5e0115c21 style: enhance button styling in GameBoard component for better user interaction 2025-11-24 16:04:41 +09:00
pd0a6847
885fbfa98b refactor: streamline ToggleGroup components for better organization 2025-11-24 15:55:45 +09:00
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
9514f01dba feat: add Header, Footer, and GameBoard components for enhanced layout 2025-11-21 16:19:36 +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
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
e6ed427b68 Merge branch 'master' of https://git.frovide.com/kegorii/dd 2025-11-20 09:19:50 +09:00
pd0a6847
b7b97cb99b Update .gitignore, add LOCAL_DATABASE_LOCATION and MCP_AGENTS documentation, enhance users table schema, and update database metadata 2025-11-20 09:19:09 +09:00
df8743a80b SQLite 조회 기능 및 UI 추가 2025-11-19 23:25:21 +09:00
pd0a6847
97a0533afd 이것저것 수정중.. 지금상태로는 안돌아감 2025-11-19 17:28:38 +09:00
pd0a6847
992737ef33 enum 타입 작성중... 2025-11-18 17:01:34 +09:00
pd0a6847
6aaf5525cf pnpm-lock.yaml 수정 2025-11-18 12:45:06 +09:00
pd0a6847
ac8a10d84a jwt 기반의 로그인, 회원가입 기능 구현 2025-11-18 12:33:21 +09:00
pd0a6847
c6f3a1460e pricing 관련 문서 2025-11-17 16:23:49 +09:00
pd0a6847
0cc97a9196 Refactor betting logic and add game results calculation 2025-11-17 14:53:21 +09:00
pd0a6847
14a3743616 게임기능추가
-자본금,닉네임,사용자별베팅,대소홀짝
2025-11-17 13:55:52 +09:00
7509f3d23c Fix formatting issue in wrangler.jsonc by removing extra newline 2025-11-17 00:57:06 +09:00
0240306058 Fix type errors related to Cloudflare Workers and SvelteKit compatibility 2025-11-16 21:55:38 +09:00
da2918bd88 듀라블오브젝트 샘플 2025-11-16 21:38:28 +09:00
a9e6c9333d init 2025-11-15 00:40:34 +09:00