david-swift / Memorize

Study flashcards in a native GNOME app
https://flathub.org/apps/io.github.david_swift.Flashcards
GNU General Public License v3.0
87 stars 9 forks source link

Jumping straight into editing mode when creating a new set #25

Closed bragefuglseth closed 5 months ago

bragefuglseth commented 5 months ago

When you create a new set, it's likely that you'll want to give it a name and fill it with something right away. Because of this, it would make sense to jump right into its editing mode once it gets created.

david-swift commented 5 months ago

https://github.com/david-swift/Memorize/assets/106754840/72f26b17-5df0-40a7-a262-72f889a8e4b6

Implemented in 214e534.

bragefuglseth commented 5 months ago

Awesome!! The attention-to-detail cherry on top would be to use "New Set" as the window title there instead of "Edit Set" :smiley_cat:

david-swift commented 5 months ago

Implemented this in d145898