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.
This commit is contained in:
암냥 2025-09-27 06:47:20 +09:00
commit a3a53a68ec
5 changed files with 311 additions and 100 deletions

View file

@ -178,8 +178,7 @@ export function Page() {
<Timeline />
<Seperator />
<Contact />
<p>Press tab to access easily surf the page</p>
<p>But where am I? Who was I? Today is November 8th.</p>
<p>We are in MAGICALWORLD!</p>
</div>
</div>
);