summaryrefslogtreecommitdiff
path: root/res/ui.cmb
AgeCommit message (Collapse)AuthorFilesLines
2024-07-24app: move ui code to ui libraryFelix Morgner1-223/+0
2024-07-18app/ui: link up delete/edit enablementFelix Morgner1-0/+2
2024-07-17lang: add missing translationsFelix Morgner1-3/+3
2024-07-17app/ui: implement basic turn trackingFelix Morgner1-2/+2
2024-07-16app: rename main window to trackerFelix Morgner1-2/+2
2024-07-16app/ui: add basic tracking UI definitionFelix Morgner1-2/+36
As part of #5, this change adds the basic definition of the turn tracking UI. As of now, the UI is not functional due to several missing window actions. Additionally, the UI is not only revealed when a turn order is started (as there is no infrastructure in place to manage the lifecycle of a turn order yet), but when the turn order is not empty.
2024-07-16app: extract turn order viewFelix Morgner1-0/+187