aboutsummaryrefslogtreecommitdiff
path: root/go/ui/cardGrid.go
Commit message (Collapse)AuthorAgeFilesLines
* Revert "consider scale when detecting selected card in cardGrid"Florian Fischer2025-08-261-2/+1
| | | | This reverts commit 62edf951ac1cffa608f650203026b4d642ce4bc3.
* consider scale when detecting selected card in cardGridFlorian Fischer2025-08-241-1/+2
|
* improve cardGrid loggingFlorian Fischer2025-08-221-2/+4
|
* use any instead of interface{}Florian Fischer2025-08-201-1/+1
|
* add comment about broken big card gridsFlorian Fischer2025-08-201-0/+2
|
* overhaul uiFlorian Fischer2025-08-201-0/+1
| | | | | | | | | | | * implement events instead of interfaces Interfaces and the wrappers head the problem that they could not support multiple events at once or only a single one without loosing the others. * add text input support for WASM on mobile A hidden html input is required to open the keyboard and receive the input. * improve the number choice * fix using the default number * add submit button only if a onclick method was provided
* bump ebiten version to 2.5.1 and new APIsFlorian Fischer2025-08-201-1/+1
|
* ui: separate selection and options via their highlight colorFlorian Fischer2025-08-201-13/+23
|
* use prompt for target selection of all actionsFlorian Fischer2025-08-201-1/+0
|
* replace Fatalf with PanicfFlorian Fischer2025-08-201-4/+4
| | | | Panicf includes a stacktrace and causes a debugger to halt.
* intermediate commitFlorian Fischer2025-08-201-0/+3
|
* only scroll to the maximaFlorian Fischer2025-08-201-0/+9
|
* add sealed activity to select a starting deckFlorian Fischer2025-08-201-0/+183