opatry / wordle-kt

Wordle game clone made with Kotlin & Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use an enum for all available dialog type

opatry opened this issue · comments

Instead of having as many booleans as dialogs types, given that only one of them can be displayed at once, define a (nullable or having a none case) visible dialog state.