Skip to content

Feature/emptystate icon pool#388

Open
dominiccreates wants to merge 3 commits into
AnchorNet-Org:mainfrom
dominiccreates:feature/emptystate-icon-pool
Open

Feature/emptystate icon pool#388
dominiccreates wants to merge 3 commits into
AnchorNet-Org:mainfrom
dominiccreates:feature/emptystate-icon-pool

Conversation

@dominiccreates

Copy link
Copy Markdown

Closes #127 This PR introduces a visual enhancement to the empty‑state UI across the application:

Key Changes
EmptyState component
Added an optional icon?: React.ReactNode prop.
Renders the provided icon above the message with proper spacing.
Updated TypeScript typings and default export accordingly.
PoolTable
Replaced the plain text empty‑state with the new EmptyState component.
Supplies a simple SVG “plus‑cross” icon to illustrate the empty state.
Tests
Updated EmptyState.test.tsx to include a test confirming the icon renders when passed.
Adjusted existing tests to reflect the new component API.
All test suites pass with the new implementation.
Compatibility
Existing usages of EmptyState (e.g., in AnchorTable and SettlementTable) remain unchanged because the new icon prop is optional.
No changes to the public API beyond the added prop; consumers who don’t need an icon are unaffected.
Verification
Ran the full test suite (vitest) – all tests succeed.
Manual verification of the Pools page shows the empty‑state with the SVG icon correctly displayed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add an optional icon/illustration slot to EmptyState

1 participant