Skip to content

[Frontend] Content routes are client components with no per-route metadata - every page shares the root title/description #874

Description

@grantfox-oss

Telegram (ask questions / claim the issue here first): https://t.me/+DOylgFv1jyJlNzM0

Why this matters

All content routes start with use client (activity/page.tsx, incoming/page.tsx, settings/page.tsx, streams/create/page.tsx, streams/[id]/page.tsx), so none can export const metadata. The only metadata is the root one, meaning /activity, /settings, /streams/create, etc. all emit the identical title FlowFi | Real-time Payment Streams.

Acceptance criteria

  • Give each route a unique title/description by moving the use client logic into a child component and keeping page.tsx as a server component exporting metadata (or generateMetadata for /streams/[id])
  • Verify /activity, /settings, /streams/create and /incoming each render a distinct title

Files to touch

  • frontend/src/app/activity/page.tsx
  • frontend/src/app/settings/page.tsx
  • frontend/src/app/incoming/page.tsx
  • frontend/src/app/streams/create/page.tsx
  • frontend/src/app/streams/[id]/page.tsx

Out of scope

  • Indexing gated/authenticated pages
  • robots/sitemap (tracked separately)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programenhancementNew feature or requestfrontendFrontend related tasks

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions