fix: live address validation, cursor labels, SVG export, cursor pagination - #716
Open
ink-mami wants to merge 1 commit into
Open
Conversation
…xport - useAddressValidation: add live mode (debounced 300ms) and errorReason enum (too_short | invalid_checksum | wrong_prefix | null) - CursorOverlay: show collaborator display name, fading out after 3s of cursor inactivity - FlowDiagram: add "Download SVG" button to export the diagram Closes: Stellar-split#680 Closes: Stellar-split#671 Closes: Stellar-split#670 Closes: Stellar-split#681
|
@ink-mami 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! 🚀 |
|
@ink-mami is attempting to deploy a commit to the kingsman-99's projects Team on Vercel. A member of the Team first needs to authorize it. |
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
useAddressValidation: adds alivemode (debounced 300ms, auto-validates viaonAddressChange) and a detailederrorReasonenum (too_short|invalid_checksum|wrong_prefix|null) instead of a plain boolean.CursorOverlay: renders each collaborator's display name beside their cursor badge, fading out after 3s of inactivity and reappearing immediately on movement.FlowDiagram: adds a "Download SVG" button that serializes the rendered diagram toflow-diagram.svg.useInfiniteInvoices(useInfiniteInvoices: Migrate to cursor-based pagination #681): verified already fully cursor-based (usescursor/nextCursorend-to-end via/api/invoices), no code change needed.Closes: #680
Closes: #671
Closes: #670
Closes: #681
Validation performed
npm cicurrently fails in this environment due to a pre-existing broken dependency (@typescript-eslint/plugin@^6.21.0not found on the registry), unrelated to this change, solint/typecheckcould not be executed locally — flagging for maintainers.