feat: chain selection, comments thread, price chart, evidence panel - #357
Merged
PeterOche merged 3 commits intoSep 1, 2026
Conversation
…nce timeline, provenance panel Implements: - FE-13: Chain selector context & persistence layer (Base <-> Stellar) with localStorage + URL sync, ChainSelector component - FE-16: Call discussion thread (nested comments) with create/reply/edit/delete, max depth 3, char limit indicator, markdown-ready rendering - FE-15: Price history chart via lightweight-charts with evidence timeline markers and 1H/24H/7D timeframe toggles - FE-14: Outcome provenance & evidence panel with EIP-712 digest / ed25519 pubkey display, IPFS link, verification badge Closes degenspot#261 Closes degenspot#264 Closes degenspot#263 Closes degenspot#262
|
@Maryermarh 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! 🚀 |
PeterOche
requested changes
Aug 28, 2026
PeterOche
left a comment
Contributor
There was a problem hiding this comment.
@Maryermarh please resolve the conflicts in your pr
… build error The CardTitle component passed children via spread props, so the linter could not statically verify the heading had accessible content, failing the frontend build step with a jsx-a11y/heading-has-content error. Destructure and render children explicitly inside the h3 element.
PeterOche
self-requested a review
September 1, 2026 05:18
PeterOche
approved these changes
Sep 1, 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.
Implements four FE issues from @Maryermarh.
Closes #261
Closes #264
Closes #263
Closes #262