feat(stellar): add Stellar deep-link helpers#76
Conversation
|
@uboho-prog is attempting to deploy a commit to the truthixify's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@uboho-prog 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! 🚀 |
|
Two things before merge:
git fetch origin
git rebase origin/develop
rm package-lock.json
git add -u
git commit --amend
git push --force-with-leaseThe |
|
The deep-link helper work itself looks good. Two things to fix:
rm package-lock.json
git fetch origin
git rebase origin/develop
# StellarSend.tsx: keep develop's structure, re-apply your deep-link button
git add package-lock.json src/components/StellarSend.tsx
git rebase --continue
git push --force-with-lease |
|
The deep-link helper work is good. Two things still blocking:
rm package-lock.json
git fetch origin
git rebase origin/develop
git add package-lock.json src/components/StellarReceive.tsx
git rebase --continue
git push --force-with-leaseThen I will merge — please address the lockfile this time. |
|
@uboho-prog — this is my 4th ping about the same thing. The 25919-line Please run exactly this and push: git rm package-lock.json
git commit -m "drop npm package-lock"
git pushIf I don't see this fixed within 24 hours I'll close the PR and reassign the deep-link issue (#74) to free it up. Your actual feature work is good and I'd much rather merge it. |
close #74
PR description
Title
Add Stellar Expert deep-link helpers and surface "View on stellar.expert" links
Summary
Centralize Stellar explorer URL generation and add consistent "View on stellar.expert" links in the Stellar send/receive UI.
Changes
Motivation
Some Stellar identifiers were linked in one place but not others. This centralizes explorer URL generation and makes Stellar links consistent and discoverable across the demo UI.
How to test
Files modified
Acceptance checklist
Notes