aboutsummaryrefslogtreecommitdiff
path: root/src/util/time.rs
AgeCommit message (Collapse)Author
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-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-12Say when the next card will be availableJoris