RoadTripMoustache / kana_to_kanji

Simple application to learn Japanese kana (hiragana, katakana) and kanji
5 stars 1 forks source link

feat: Implement learning mode update bottom sheet #281

Open apomalyn opened 4 weeks ago

apomalyn commented 4 weeks ago

As a user, I want to be asked if I want to continue learning new words or switch to review mode

Requirements

Implement a bottom sheet dialog that:

When the user accepts to switch to review mode, update the KnowledgeLevelRepository.learningMode

What needs to be done

Implement a SwitchToReviewModeBottomSheet dialog under practice/widgets. It should:

Design

Wireframe

Dependencies

Child of #218

Depends on:

Dev notes