Skip to content

Create “Guest Invitations” Placeholder Page #191

@respp

Description

@respp

🏷️ 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

  • /invitations route exists and renders placeholder
  • Sidebar item navigates here
  • No TS errors

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions