sossoldi
sossoldi copied to clipboard
fix: Resolve #382 - Add safe area in "New transaction" page
๐ฏ Description
Adds safe area padding to the bottom bar to fix overlap with system navigation in the "New transaction" page (add_page.dart).
Closes: #382
๐ฑ Changes
- Added safe area to bottom bar (ADD TRANSACTION button)
- Bug fix for UI visibility
๐งช Testing Instructions
Behaviour
- Open app on Android using the system's three-dot navigation bar.
- Tap on + (new transaction) button.
- Check bottom bar for overlap.
๐ธ Screenshots / Screen Recordings (if applicable)
ANDROID BEFORE:
|
ANDROID AFTER:
๐ Checklist for reviewers
- [ ] Code is formatted correctly
- [ ] Tests are passing
- [ ] New tests are added (if needed)
- [ ] Style matches the figma/designer requests
- Tested on:
- [ ] iOS
- [ ] Android
Code changes LGTM! I haven't tested on any device tho and I can't modify the checklist
@xDefcon Hi, could you check the conflicts when you have time so we merge it?
@napitek Hi, I resolved the conflicts and added a new commit to adopt the updated code formatting style, which was merged after this PR was created, causing the checks to fail.
@bongio94 I think this can be merged