davidsansome / tsurukame

Tsurukame is an unofficial WaniKani app for iOS. It helps you learn Japanese Kanji.
https://tsurukame.app
Apache License 2.0
249 stars 58 forks source link

Fix: Lesson picker level ordering #703

Closed Deadpikle closed 3 months ago

Deadpikle commented 3 months ago

Because the level data is using a dictionary, looping through items and displaying them in lesson order was not always done in level order. Fixed that by sorting when iterating through levels. Tested on account with multiple levels of unlocks.