fix(#44): pin expense filter chips directly under tabs #48

Merged
admin merged 1 commits from fix/44-expenses-screen-empty-gap-tabs-chips into main 2026-06-28 14:58:58 +00:00

1 Commits

Author SHA1 Message Date
Achmad Setyabudi Susilo 0977e34a2d fix(#44): pin expense filter chips directly under tabs
Hoist the date-range filter chip group and divider out of the
LazyColumn and into a Column wrapper, so the chips sit directly
under the Expenses/Recurring tabs and the list fills the rest of
the page. Previously the chips were the first item of the
LazyColumn, which left a large empty area between the tabs and
the chips.

Also add Modifier.fillMaxSize() to the Recurring tab's LazyColumn
so it fills the pager page (no chips to hoist, but the layout
is now consistent with the Expenses tab).
2026-06-28 21:57:16 +07:00