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:
parent
08f4fad646
commit
a3a53a68ec
5 changed files with 311 additions and 100 deletions
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue