kaajjo / LibreSudoku

LibreSudoku - Sudoku app for android built with Kotlin + Jetpack Compose + Material3
GNU General Public License v3.0
415 stars 31 forks source link

Redesign input layout #110

Open nitinsooni opened 1 week ago

nitinsooni commented 1 week ago

Current layout is very slow, if i want to take note, i've to enable the note button then tap the choice and then to fill the cell, again disable the note function and then add, it makes it very slow. And the number input buttons are very small as well.

Firstly, make number buttons big. Then use gesture for the notes, like - when i tap number it create a note and if i hold number button it fill the cell (or vice-versa, can put an option in settings).

Look at gauguin's input layout, it uses gestures so its fast and simple.

IMG-20241114-WA0000