feat: installment panel, notification center, comments, address book#1
Open
NnamdiCyber wants to merge 4 commits into
Open
feat: installment panel, notification center, comments, address book#1NnamdiCyber wants to merge 4 commits into
NnamdiCyber wants to merge 4 commits into
Conversation
…plit-toggle feat: add Equal Split toggle to new invoice form
…dress book - Stellar-split#39 InstallmentPanel: timeline of installment schedule on invoice detail page, highlights next due, marks paid, shows 'No plan registered' fallback - Stellar-split#30 NotificationCenter: bell icon in header with unread badge, localStorage- backed dropdown, mark-all-read, click-to-navigate - Stellar-split#43 CommentSection: per-invoice private notes in localStorage, add/delete, relative timestamps, wallet-scoped visibility - Stellar-split#41 AddressBook: localStorage address book (max 50), auto-suggest in RecipientForm, management page at /address-book linked from header
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
Implements four high-complexity issues in a single PR.
Stellar-split#39 Add payment installment UI
InstallmentPanelcomponent on the invoice detail pagesplitClient.getInstallmentPlan(invoiceId, publicKey)Stellar-split#30 Build invoice notification center
NotificationCentercomponent added to the global layout headerlocalStoragekeystellarsplit_notificationsstorageevents to pick up notifications written by the polling mechanismStellar-split#43 Add invoice comment system
CommentSectioncomponent at the bottom of the invoice detail page{ id, invoiceId, walletAddress, text, timestamp }[]inlocalStoragekeystellarsplit_commentsStellar-split#41 Implement address book
src/lib/addressBook.tswithgetAddressBook,addEntry,updateEntry,removeEntry,searchEntries(max 50 entries, localStorage keystellarsplit_address_book)RecipientFormupdated with auto-suggest dropdown (triggers at ≥2 chars, matches nickname or address prefix); valid G... addresses auto-saved on blur/address-bookwith add/edit/delete UITesting
npm run buildpasses with no TypeScript errors/address-bookis a new static route