summaryrefslogtreecommitdiffstats
path: root/gui-project/main_ui.py
Commit message (Collapse)AuthorAgeFilesLines
* change paths to flashcards repo to work in Docker, added Dockerfile thatAndreea Radoescu6 days1-2/+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 newlinesAndreeaRadoescu2024-10-161-4/+1
|
* refactored functionality for init and showing card in a separate function, ↵AndreeaRadoescu2024-10-161-28/+43
| | | | added the test functionality,
* update current question number, added final score, fix width of cards, ↵AndreeaRadoescu2024-10-161-4/+19
| | | | remove notification when revealing cards
* fix ui colors for cards, moved all functionality in MainUI class, added ↵AndreeaRadoescu2024-10-141-0/+96
session configuration UI