1.0.0 release #31

Merged
hernik merged 31 commits from dev into main 2024-02-10 16:27:33 +01:00
2 changed files with 18 additions and 16 deletions
Showing only changes of commit ae07720854 - Show all commits

View file

@ -10,6 +10,7 @@
- Added titles above graphs - Added titles above graphs
- Some extra optimization for iOS - Some extra optimization for iOS
- Fix starting balance not saving - Fix starting balance not saving
- Fix overlay disabling tappig on edit/delete buttons on home view
# 1.0.0-alpha+5 # 1.0.0-alpha+5
- Add tests - Add tests
- Add searching through entries to homepage - Add searching through entries to homepage

View file

@ -577,6 +577,7 @@ class _HomeViewState extends State<HomeView> {
], ],
), ),
), ),
if (_searchActive)
OverlayEntry( OverlayEntry(
builder: (context) => SizedBox( builder: (context) => SizedBox(
width: MediaQuery.of(context).size.width, width: MediaQuery.of(context).size.width,