aboutsummaryrefslogtreecommitdiff
path: root/src/gui/mod.rs
AgeCommit message (Collapse)Author
2023-03-05Show phonetics if present when answer is correctJoris
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-21Use f-strings when convenientJoris
2022-11-21Show errors in TUI instead of nothingJoris
Once the terminal was setup, errors were not shown in case the application stopped because of an error. So, show errors explicitely in TUI to be able to debug easily the deck for example.
2022-10-09Format codeJoris
2022-10-09Abort with C-cJoris
2022-02-26Fix linter warningsJoris
2022-02-12Say when the next card will be availableJoris
2021-11-19Add initial working versionJoris