Skip to content

Link existing workflow pages from primary navigation#4268

Open
Rovynhq wants to merge 2 commits into
SecureBananaLabs:mainfrom
Rovynhq:codex/nav-existing-pages-4263-v2
Open

Link existing workflow pages from primary navigation#4268
Rovynhq wants to merge 2 commits into
SecureBananaLabs:mainfrom
Rovynhq:codex/nav-existing-pages-4263-v2

Conversation

@Rovynhq

@Rovynhq Rovynhq commented Jun 4, 2026

Copy link
Copy Markdown

/claim #743

Fixes #4263

Summary

  • Adds primary navigation entries for existing Post Job, Billing, Notifications, and Settings pages.
  • Keeps the change scoped to apps/web/components/Navigation.tsx.
  • Does not add new routes, API behaviour, auth, persistence, or unrelated UI changes.

Proof

Verified the added navigation targets already exist in the app:

  • /jobs/post -> apps/web/app/jobs/post/page.tsx
  • /billing -> apps/web/app/billing/page.tsx
  • /notifications -> apps/web/app/notifications/page.tsx
  • /settings -> apps/web/app/settings/page.tsx

The PR diff is one file with four added navigation links.

Notes

I could not run the local web build in this environment because npm is unavailable on PATH here.

@Rovynhq

Rovynhq commented Jun 4, 2026

Copy link
Copy Markdown
Author

Demo for PR #4268: before/after primary navigation now exposes the existing /jobs/post, /billing, /notifications, and /settings pages.

securebanana-nav-demo-4268

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix missing navigation links for core app pages

1 participant