-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
🏷️ Context: Sidebar Navigation & Invitations
We need a placeholder for “Guest Invitations” to provide a landing for future referral/invite flows.
Figma design to follow: https://www.figma.com/design/RAqcT9UOj0mHEhmwmckZUf/Untitled?node-id=0-1&t=eKdWPpcBUNq6S4KW-1
📌 Task: Add /invitations placeholder
Files to create:
apps/web/src/app/invitations/page.tsx
Implementation:
Note: The following snippet is a helper scaffold and should NOT be treated as the final implementation. Replace with the approved Invitations UX and API wiring.
// apps/web/src/app/invitations/page.tsx
export default function InvitationsPage() {
return (
<main className="min-h-[60vh] max-w-3xl mx-auto p-6">
<h1 className="text-2xl font-bold mb-2">Guest Invitations</h1>
<p className="text-gray-600">Guest invitation features are coming soon.</p>
</main>
);
}Acceptance Criteria
-
/invitationsroute exists and renders placeholder - Sidebar item navigates here
- No TS errors
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program