Add community and use cases pages with UI polish#277
Merged
0xVida merged 3 commits into0xVida:mainfrom Feb 26, 2026
Merged
Conversation
|
@Kelvin-codes is attempting to deploy a commit to the vidatg's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Owner
|
Please recheck and fix errors causing lint to fail |
edfbaec to
66be125
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#Community + Use Cases Pages, Loading States, and UI Polish
Overview
This PR ships the remaining UX items tied to the Stellar Suite marketing site. It adds the Community and Use Cases pages, introduces lightweight loading states, and improves navigation with a top route loader and a scroll-to-top affordance. The goal is to make the frontend feel complete without overengineering or heavy abstractions.
What’s Included
Implementation Notes
Skeletoncomponent with simple layouts.usePathnamechanges and is intentionally minimal.Files Touched (High-Level)
frontend/src/app/community/page.tsx,frontend/src/app/use-cases/page.tsxfrontend/src/app/**/loading.tsxfrontend/src/components/RouteTopLoader.tsx,frontend/src/components/ScrollToTopButton.tsxfrontend/src/components/Navbar.tsx,frontend/components/layout/Navbar.tsx,frontend/components/layout/Footer.tsxfrontend/src/app/layout.tsx,frontend/src/app/page.tsxIssues Closed
Testing