Skip to content

Create “Applications” Placeholder Page #192

@respp

Description

@respp

🏷️ Context: Sidebar Navigation & Applications

We need a placeholder route for Applications (guest/host request lists) to avoid dead links and provide a base layout for future features.

Figma design to follow: https://www.figma.com/design/RAqcT9UOj0mHEhmwmckZUf/Untitled?node-id=0-1&t=eKdWPpcBUNq6S4KW-1

📌 Task: Add /applications placeholder

Files to create:

  • apps/web/src/app/applications/page.tsx

Implementation:

Note: The following snippet is a helper scaffold and should NOT be treated as the final implementation. Replace with the approved Applications UI and data integration later.

// apps/web/src/app/applications/page.tsx
export default function ApplicationsPage() {
  return (
    <main className="min-h-[60vh] max-w-3xl mx-auto p-6">
      <h1 className="text-2xl font-bold mb-2">Applications</h1>
      <p className="text-gray-600">Here you’ll see application/request lists soon.</p>
    </main>
  );
}

Acceptance Criteria

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