Remove Notifications title from home page body

Match the structure of other pages by dropping the standalone title and
placing the filter selector and "mark all as read" action in one row.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
rzuasti
2026-06-07 15:36:05 -04:00
co-authored by Claude Opus 4.8
parent 9099d0f6a7
commit d4e00515fc
2 changed files with 18 additions and 26 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
- [x] The app has the default Flutter icon in iOS, use OOTT's icon
- [x] Ask for network access when the app launches, now it asks when you try to test the connection for the first time and it always fails once
- [ ] On iOS when the user navigates between screens the previous screen remains visible on the backgroun while the other one animates in, it looks bad
- [ ] In narrow devices, the "Notifications" title in the home screen is to close to the filter combobox and does not scroll with the page (it should)
- [x] In narrow devices, the "Notifications" title in the home screen is to close to the filter combobox and does not scroll with the page (it should)
- [x] When the user goes to the / URI in a production server redirect him to /web
- [x] Add a link to the API docs (/api/docs) in the navigation (new window - only visible in wide)