fix: empty-state illustration is too large on Home #39

Closed
opened 2026-06-28 14:47:30 +00:00 by admin · 0 comments
Owner

Bug

On the Home empty state, the receipt illustration is rendered at its intrinsic size, which makes it dominate the lower half of the screen and pushes the "No expenses yet for this period" text far down.

Repro

  1. Open Ledgerr with no expenses for the current period.
  2. Observe the Home screen.

Expected

The illustration should be sized to feel like an empty-state accent, not a hero image — roughly 96–120 dp on the longest side, with the text comfortably below it.

Notes

  • The same illustration is shared with the Expenses empty state (closed in #33); if a follow-up wants to address both, do it in one place so they stay consistent.
  • Check HomeScreen (and ExpenseListScreen if it shares the component) for the size modifier.
## Bug On the Home empty state, the receipt illustration is rendered at its intrinsic size, which makes it dominate the lower half of the screen and pushes the "No expenses yet for this period" text far down. ## Repro 1. Open Ledgerr with no expenses for the current period. 2. Observe the Home screen. ## Expected The illustration should be sized to feel like an empty-state accent, not a hero image — roughly 96–120 dp on the longest side, with the text comfortably below it. ## Notes - The same illustration is shared with the Expenses empty state (closed in #33); if a follow-up wants to address both, do it in one place so they stay consistent. - Check `HomeScreen` (and `ExpenseListScreen` if it shares the component) for the size modifier.
admin closed this issue 2026-06-28 14:53:11 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/ledgerr#39