Skip to content

Commit

Permalink
add todo for light and dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Steinke committed Feb 22, 2024
1 parent 8d96394 commit fbf4cdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func main() {
// TODO: for endless mode add histogram of how far you got.
// TODO: add tests
// TODO: add dependabot
// TODO: light/dark mode
app.Handle(ui.EventClick, l.HandleClick)
app.Handle(ui.EventNewGame, l.HandleNewGame)

Expand Down

0 comments on commit fbf4cdd

Please sign in to comment.