Commit graph

6 commits

Author SHA1 Message Date
a3a53a68ec feat: add @radix-ui/react-dialog dependency and implement dialog component
- Added @radix-ui/react-dialog to dependencies in package.json and bun.lock.
- Updated page.tsx to replace placeholder text with "We are in MAGICALWORLD!".
- Refactored SUPERCOMMAND component to handle key sequences and show dialog on match.
- Implemented Dialog component with header, footer, and description using Radix UI primitives.
2025-09-27 06:47:20 +09:00
4fae5ce08f
Update SUPERCOMMAND.tsx 2025-09-09 15:46:55 +09:00
4484f85fe9 Update redirect URL in SUPERCOMMAND component for improved navigation 2025-09-09 06:03:45 +09:00
57227fb017 Refactor tabCount state to initialize from localStorage and persist changes; enhance key handling logic 2025-09-09 05:59:28 +09:00
be3cfc08c9 Save visit flag in localStorage when tabCount reaches 8; update message to include additional reflection text 2025-09-09 05:46:24 +09:00
e7b464b9fe Add SUPERCOMMAND component and integrate it into the App; enhance Page with additional text 2025-09-09 05:06:29 +09:00