mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Collapse chart time-range pills to a dropdown on phones
The device detail chart's time-range selector (Today / Last week / ...) rendered as a SegmentedButton that overflowed on narrow phone layouts. Reuse the responsive FilterSelector widget so the same control is used for both the list filters and the chart: segmented pills on wide layouts, a compact dropdown combo box on phones. To keep the two controls consistent, FilterSelector now renders a SegmentedButton (instead of ChoiceChips) on wide layouts. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
4bbaa6d3e1
commit
b3a4e4cb0b
@@ -28,15 +28,7 @@
|
||||
- [ ] Review the whole codebase for dead code, duplication and simplicity
|
||||
- [ ] In the devices list, add an order by type (in the wide version it should be over the icon on the left of the list)
|
||||
- [ ] How expensive it is to get the total number of pages and implement a go to last page
|
||||
- [ ] Mobile - Device details - Chart buttons not fully visible, replace with combo only for narrow devices
|
||||
- [x] Mobile - Implement pull to refresh on the notifications and devices list
|
||||
- [x] Mobile - reduce lists length (# of items) so they fit on a phone in one screen (use iPhone latest gen and Google phone latest gen)
|
||||
- [x] Mobile - In the devices list the filters and sort buttons overlap (dont fit in the screen)
|
||||
- [x] When changing pages (either list) the items should change to placeholders while loading
|
||||
- [x] The notifications list should not refresh coldly every time. It should add/remove notifications with an animation as if a stack
|
||||
- [x] Make gruvbox the default theme
|
||||
- [x] Can we add front-end tests?
|
||||
- [x] Break down oott_api.dart in modules
|
||||
- [x] Mobile - Device details - Chart buttons not fully visible, replace with combo only for narrow devices
|
||||
|
||||
## Improve engine
|
||||
|
||||
|
||||
Reference in New Issue
Block a user