-
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 & 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
-
/applicationsroute exists and renders placeholder - Sidebar items configured in Display List of Available Properties #9.0 navigate here
- No TS errors
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program