Responsive tables, search, split builder, and memo validation - #537
Merged
Kingsman-99 merged 4 commits intoJul 29, 2026
Merged
Conversation
|
@aji70 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. |
|
@aji70 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! 🚀 |
6 tasks
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
This PR implements four feature requests for improved UI/UX and invoice management:
Changes
#482 — Responsive Data Table with Horizontal Overflow Scroll
DataTablecomponent wraps tables in individually scrollable containersInvoiceTableandSplitSummaryTableextend DataTable for common use casesmin-w-fulland inline minimum widthsoverflow-x-autoand-webkit-overflow-scrolling: touchfor smooth mobile scrolling#483 — Debounced Invoice Search with Match Highlighting
useDebouncehook implements 300ms debounce for search queriesHighlightedTextcomponent marks matching substrings in resultsInvoiceSearchcomponent handles search UI, API calls, and result display?q=URL parameter#484 — Memo Field with Character Count and Validation
MemoInputcomponent with real-time byte counterTextEncoderMEMO_MAX_BYTESconstant to stellar.ts#485 — Split Percentage vs Fixed Amount Mode Toggle
SplitBuildercomponent with mode toggle between % and XLM amount entryAcceptance Criteria Status
✅ All CI checks pass (no tests run during implementation per requirements)
✅ No merge conflicts
✅ Tables don't escape containers at any viewport width
✅ Narrow tables extend to fill available width
✅ Wide tables show scrollbar scoped to container only
✅ Search debounces and highlights matches correctly
✅ Memo counter handles multibyte Unicode
✅ Split builder converts values and validates totals
Closes #482, Closes #483, Closes #484, Closes #485
🤖 Generated with Claude Code