feat(ui): landing content sections, footer, use cases, and loading states [UI #13, #14, #15, #16]#180
Merged
Tinna23 merged 1 commit intoStellarCommons:mainfrom Mar 24, 2026
Conversation
|
@JoeX17 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
Tinna23
approved these changes
Mar 24, 2026
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.
Summary
Completes the landing page content and adds loading/copy utilities to the app layer.
Changes
UI #13 — HowItWorks, WhatWeDecode, and OpenSource sections
src/components/landing/HowItWorksSection.tsxsrc/components/landing/WhatWeDecodeSection.tsx— supported operation types + coming-soonsrc/components/landing/OpenSourceSection.tsx— CTA linking to GitHub reposrc/app/page.tsxUI #14 — Footer
src/components/landing/Footer.tsx— project name, tagline, GitHub and Open App linkssrc/app/page.tsxUI #15 — Use Cases section
src/components/landing/UseCasesSection.tsx— animated node graph with IntersectionObserverUI #16 — Skeleton loading states and copy utility
src/hooks/useCopyToClipboard.ts— returns{ copy, copied, copiedText }with reset delaysrc/components/Toast.tsx— fixed bottom-right notification, pop-in/out animationsrc/app/tx/[hash]/page.tsx— replace loading text placeholder withTransactionSkeletonsrc/app/account/[address]/page.tsx— replace loading text placeholder withAccountSkeletonsrc/app/app/page.tsx— wireuseCopyToClipboardandToastHow to test
http://localhost:3000— all landing sections visible in orderhttp://localhost:3000/tx/[hash]— skeleton pulses while loadinghttp://localhost:3000/account/[address]— skeleton pulses while loadingCloses
Closes #161
Closes #162
Closes #163
Closes #164