aboutsummaryrefslogtreecommitdiff
path: root/go/activities
Commit message (Collapse)AuthorAgeFilesLines
* improve text input handlingHEADmainFlorian Fischer2025-10-182-0/+3
|
* add an about activityFlorian Fischer2025-09-041-0/+60
|
* improve draft activity ui and introduce wasm specific ui constantsFlorian Fischer2025-08-231-4/+4
|
* remove logged newline and button list debug messageFlorian Fischer2025-08-201-1/+0
|
* add game and settings menusFlorian Fischer2025-08-201-3/+4
|
* add button list activity to simplify challenges and future activitiesFlorian Fischer2025-08-201-0/+69
|
* rework hover detectionFlorian Fischer2025-08-202-2/+7
|
* make formatFlorian Fischer2025-08-201-1/+1
|
* minor code improvements reported by golangci-lintFlorian Fischer2025-08-201-8/+12
|
* allow to start a local draft with external valuesFlorian Fischer2025-08-201-14/+51
|
* show drafted decklist after local draft is doneFlorian Fischer2025-08-201-6/+25
|
* refactor playerControlFlorian Fischer2025-08-201-3/+8
| | | | | | | Allow to propagate errors in order to handle them acordingly. Use playerNotifications by value to reduce the amount of allocations. Add session managment playerNotifications. Support marshalling notifications to plain text.
* support remote draftsFlorian Fischer2025-08-201-8/+36
|
* make input events consumableFlorian Fischer2025-08-202-2/+2
| | | | | | Having a input queue of consumable input events allow widgets to prevent the further handling of the same event by different collections by consuming the event.
* refactor client activitiesFlorian Fischer2025-08-203-0/+391
Make the activity stack explicit and move reusable activities to the activity package.