Skip to content

20251203 fix animation#235

Closed
prozacchiwawa wants to merge 47 commits intomainfrom
20251203-fix-animation
Closed

20251203 fix animation#235
prozacchiwawa wants to merge 47 commits intomainfrom
20251203-fix-animation

Conversation

@prozacchiwawa
Copy link
Copy Markdown
Contributor

This should fix what the user sees at the end of the game by removing more of the vibe coded stuff and making the animation work in an obvious way. It also changes how captured values are used post game in the californiaPoker index.tsx.

prozacchiwawa and others added 30 commits October 9, 2025 17:13
…ure-based structure

- Renamed BramVibe1 feature to CaliforniaPoker
- Moved feature into src/features/californiaPoker/
- Separated UI components into components/ directory
- Added utils/ folder for logic helpers (deck creation, hand evaluation, etc.)
- Moved constants into constants/ folder
- Extracted shared interfaces and types to src/types/
- Organized CalPoker feature similarly with its own components/ folder
- Improved file naming consistency and imports for maintainability
- Updated main game UI layout and visuals
- Refined game logs UI for better readability
- Added toast notifications for game updates
- Improved lobby UI structure and styling
- Implemented expandable sections for chat and connected players (mutually exclusive expand/shrink)
- Fixed header responsiveness across breakpoints
Convert UI components from MUI/Sx to Tailwind utility classes (e.g. WalletConnect.tsx, WalletConnectHeading.tsx)
Add designrift CSS variables and aliases for light/dark theming in index.css
Configure Tailwind v4 (tailwind.config.ts): map CSS vars to tokens, enable darkMode: "class", and update content paths
Fix responsive breakpoint ordering and remove duplicate fallback rules that overrode media queries
Ensure Tailwind-generated utilities are used (removed hardcoded fallbacks added during debugging)
Add dark/light toggle with localStorage persistence and small UX tweaks in App.tsx
Rebuild and verify index.css; confirm Docker mounts for resources/gaming-fe/dist/* do not conflict with the build output
Notes:

Run cd resources/gaming-fe && yarn build and verify UI in browser/Docker.
If utilities are missing, ensure tailwind.config.ts scans files containing class strings (avoid runtime-generated classnames).
…nt so every button is using the same properties
…alisp"

This reverts commit f059293, reversing
changes made to 553513c.
@prozacchiwawa prozacchiwawa changed the base branch from main to RefractorFrontend December 5, 2025 01:35
@prozacchiwawa prozacchiwawa changed the base branch from RefractorFrontend to 20251202-integrate-demo December 5, 2025 01:35
@socket-security
Copy link
Copy Markdown

socket-security Bot commented Dec 5, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addednpm/​@​walletconnect/​sign-client@​2.10.0991007650100
Addednpm/​@​walletconnect/​utils@​2.10.0991007197100

View full report

@aqk aqk changed the base branch from 20251202-integrate-demo to main December 9, 2025 17:47
@prozacchiwawa prozacchiwawa marked this pull request as ready for review December 9, 2025 17:47
aqk
aqk previously approved these changes Dec 9, 2025
@bramcohen bramcohen closed this Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants