feat: add status page link to site navigation#307
Conversation
feat: add status page link to site navigation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@rjan90 : are you going to add a screenshot or should I log into Vercel to see preview? (I ineed to check on credentials for that - it's been awhile since I did it.) Or maybe you want James as a reviewer? |
There was a problem hiding this comment.
Pull request overview
This PR adds a first-class link to the public Filecoin Cloud status page in the site’s global navigation, satisfying the visibility requirement from issue #283.
Changes:
- Add a
statusURL entry to shared site metadata (FOC_URLS). - Add a
Statuslink to both desktop (headerNavigationItems) and mobile (mobileNavigationItems) navigation configurations.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/constants/site-metadata.ts | Adds FOC_URLS.status pointing to https://status.filoz.org so the URL is centralized and easy to update later. |
| src/components/Navigation/constants/navigation.ts | Adds a Status link to both desktop and mobile navigation item arrays using FOC_URLS.status. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
I tried to see the preview on Vercel, but needed to request access somehow. Either way, I will build locally and take screenshots so this can get reviewed |
|
And here is the Vercel deployment link: https://filecoin-cloud-git-phi-add-status-page-link-filoz.vercel.app/ |




Closes #283
📝 Description
Statuslink to the global navigationhttps://status.filoz.org📌 To-Do Before Merging
📸 Screenshots
See comment below: #307 (comment)