Feature/invoice UI refinements - #541
Open
Tukura11 wants to merge 4 commits into
Open
Conversation
…llar-split#490) Create STATUS_CONFIG in src/lib/invoiceStatus.ts with label, colorClass, and icon for each status. Refactor StatusBadge to consume this single source of truth instead of inline STYLES and ICON maps. Closes Stellar-split#490
…tellar-split#491) Create RecipientListSkeleton component matching RecipientPayoutTracker table structure. Show 3 skeleton rows during loading to prevent layout shift when recipient data loads. Closes Stellar-split#491
…-split#492) Create EmptyState component that accepts illustration (ReactNode), heading, description, and optional action props. Add three inline SVG illustrations: EmptyInvoices, EmptySearch, EmptyRecipients. Supports both light and dark modes via inline SVG color classes. Closes Stellar-split#492
…t#493) Create InvoiceSummaryPanel component showing total, funded, remaining amounts, status badge, and action button. Refactor invoice detail page into CSS grid layout with grid-cols-1 lg:grid-cols-[1fr_320px]. Summary panel is sticky on lg+ screens and scrolls below content on mobile. Closes Stellar-split#493
|
@Tukura11 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. |
|
@Tukura11 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! 🚀 |
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
Centralize invoice status badge styling, add skeleton loaders for recipient lists, introduce empty state illustrations, and implement a sticky
summary sidebar on the invoice detail page.
Changes
#490 — Invoice Status Badge Color System with Semantic Design Tokens
src/lib/invoiceStatus.tswith centralized STATUS_CONFIG#491 — Skeleton Loader for Recipient List
#492 — Empty State Illustrations for Zero-Data Views
#493 — Invoice Summary Sticky Sidebar on Detail Page
grid-cols-1 lg:grid-cols-[1fr_320px]Closes #490, Closes #491, Closes #492, Closes #493