feat: implement Stellar transaction history view#37
Conversation
|
@bbkenny is attempting to deploy a commit to the truthixify's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@thebabalola 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! 🚀 |
|
Hi @maintainer, I've implemented the Stellar transaction history view. Ready for review! |
f08b969 to
0c3d592
Compare
|
Hi @maintainer, I've updated this PR. Ready for review! |
|
The skeleton page is a start, but the scope here doesn't match what issue #8 asked for. Two things:
Thanks @thebabalola. |
0c3d592 to
5e51d06
Compare
|
I've expanded the scope to fully match issue #8:
Ready for another look! |
|
The history scope expansion is much better now: Tiny blocker: #35 (Web Worker scanning) just landed and also touched git fetch origin
git rebase origin/develop
# resolve in src/components/StellarReceive.tsx by keeping both:
# - develop's Worker integration (new Worker(...), the scanner.worker.ts onmessage handler)
# - your activity-recording hook on the receive event
git push --force-with-leaseAfter that I'll merge. Thanks @thebabalola. |
5e51d06 to
f1d95a1
Compare
|
Hi @truthixify, I've rebased the branch on |
|
Rebase onto #35 worked. Diff is clean now, worker preserved, all your activity-store additions in place. Merging. Thanks @thebabalola. |
Added a new History page and a StellarHistory component to view transaction history for the connected Stellar wallet. Closes #8.