mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
* Initial plan * Fix mobile Calendar fatal error by correcting height constraint The Virtualizer component in TransactionList requires its parent to have a defined height. Changed the View wrapper from height: '100%' to flex: 1 to properly distribute space within the flex container, accounting for the chevron button. Co-authored-by: MatissJanis <886567+MatissJanis@users.noreply.github.com> * Add DisplayPayeeProvider to fix mobile Calendar error The TransactionListItem component uses useDisplayPayee hook which requires DisplayPayeeProvider context. Wrapped TransactionListMobile with DisplayPayeeProvider to fix "useDisplayPayee must be used within a DisplayPayeeContextProvider" error on mobile. Co-authored-by: MatissJanis <886567+MatissJanis@users.noreply.github.com> * Change flex to height for View component * Add release notes for PR #6698 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MatissJanis <886567+MatissJanis@users.noreply.github.com> Co-authored-by: Matiss Janis Aboltins <matiss@mja.lv> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
146 B
146 B
category, authors
| category | authors | |
|---|---|---|
| Bugfix |
|
Fix mobile Calendar crash by adding DisplayPayeeProvider context to TransactionListMobile component.