aboutsummaryrefslogtreecommitdiff
path: root/src/gui/message.rs
AgeCommit message (Collapse)Author
2023-03-05Show phonetics if present when answer is correctJoris
2023-01-26Remove unused codeJoris
2023-01-26Upgrade dependenciesJoris
- Switch to crossterm - add --hide-progress option
2022-11-27Speed up deck synchronizationJoris
Apply changes for what has been inserted, updated, removed. Also use transactions to speed up multi-writing.
2022-11-02Allow to use Control-C to quit in messageJoris
2022-10-09Format codeJoris
2022-02-26Fix linter warningsJoris
2022-02-13Synchronize deck only if necessaryJoris
Look at the modification time of the deck, and synchronize if it has been modified after the last deck read.
2022-02-12Show current progress after the deck nameJoris
2022-02-12Say when the next card will be availableJoris