SpeedcuberOSS / speedcuber-timer

The smart, offline-ready speedcubing Android/iOS app made for speedcubers, by speedcubers.
Mozilla Public License 2.0
3 stars 0 forks source link

feat: Make Inspection/Solving Timer full screen #92

Open thehale opened 1 year ago

thehale commented 1 year ago

Currently the Inspection and Solving timers are shown between the AppBar and BottomNavigation. That works for now, but we'll want to full screen the timers for 1) a more immersive experience, and 2) avoid mis-taps when stopping a solve.

I'm thinking these may be easiest to accomplish by first creating a FullScreenModal component.