Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change paths to flashcards repo to work in Docker, added Dockerfile that | Andreea Radoescu | 6 days | 2 | -4/+3 |
| | | | | | installs app and runs the UI - requires the flashcard data to be mounted from outside added docker-compose as a first draft | ||||
* | make text on cards be displayed with newlines | AndreeaRadoescu | 2024-10-16 | 2 | -8/+5 |
| | |||||
* | refactored functionality for init and showing card in a separate function, ↵ | AndreeaRadoescu | 2024-10-16 | 2 | -33/+43 |
| | | | | added the test functionality, | ||||
* | update current question number, added final score, fix width of cards, ↵ | AndreeaRadoescu | 2024-10-16 | 2 | -8/+23 |
| | | | | remove notification when revealing cards | ||||
* | fix ui colors for cards, moved all functionality in MainUI class, added ↵ | AndreeaRadoescu | 2024-10-14 | 3 | -23/+103 |
| | | | | session configuration UI | ||||
* | added simple GUI that displays cards with front and back, and has buttons ↵ | AndreeaRadoescu | 2024-10-10 | 2 | -0/+109 |
for showing back and for selecting whether one got the card correctly or not |