-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Impement Game match room (#69)
* refactor: Extract chat message type * refactor: Restructure route configuration - Move routes/index.tsx to routes.tsx for simpler structure - Update route paths with more semantic naming convention * feat: Add React Router v7 future flags for partial feature migration - Enabled flag in RouterProvider for smoother transitions - Disabled incompatible flags to maintain compatibility with react-router-dom v6.28.0 * design: Change Canvas UI design * design: Improve canvas resolution and aspect ratio handling - Add fixed canvas resolution (1280x720) - Wrap canvas in relative container for better positioning - Change aspect ratio to 4:3 for better drawing space * feat: Implement responsive game room layout and page (GameRoom) - Add three-column layout for desktop view (users/canvas/chat) - Implement mobile-first responsive design with breakpoints(sm, md, lg, xl) - Add scrollable areas for user list and chat messages - Adjust QuizTitle and timer positioning - Improve overall component spacing and alignments * feat: Update responsive breakpoints from sm to lg for mobile-first layouts - Adjusted breakpoints in all UI components (QuizTitle, CanvasUI, InkGauge etc.) - Modified responsive styles to trigger at lg breakpoint for better mobile experience - Updated layout transitions and component sizes for smoother mobile-to-desktop behavior - Ensured consistent breakpoint usage across components * design: Adjust GameRoom container for consistent layout across screen sizes - Set fixed min-height to prevent layout shift on smaller screens - Remove overflow-scroll to maintain layout integrity - Update viewport height calculations for different breakpoints - Add responsive padding and border radius adjustments * design: Adjust GameLayout height * design: Update QuizTitle component with consistent styling and timer positioning * Merge branch 'develop' into feature/#53
- Loading branch information
Showing
14 changed files
with
260 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.