fflopsi / tournaments

A simple Android app built with Jetpack Compose to keep track of tournaments with multiple games and points per player
https://fflopsi.github.io/tournaments/
MIT License
2 stars 0 forks source link

Use DateRangePicker instead of two DatePickers in TournamentEditor #5

Closed fflopsi closed 7 months ago

fflopsi commented 1 year ago

Currently, there seems to be a bug, or I'm doing it wrong. A DateRangePicker cannot be displayed correctly in an (Alert)Dialog (androidx.compose.material3:1.1.0-alpha08)

fflopsi commented 7 months ago

Done in f4f9d71