aboutsummaryrefslogtreecommitdiff
path: root/go/activities/draft.go
Commit message (Collapse)AuthorAgeFilesLines
* improve text input handlingHEADmainFlorian Fischer2025-10-181-0/+2
|
* improve draft activity ui and introduce wasm specific ui constantsFlorian Fischer2025-08-231-4/+4
|
* rework hover detectionFlorian Fischer2025-08-201-1/+2
|
* 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-201-1/+1
| | | | | | 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-201-0/+212
Make the activity stack explicit and move reusable activities to the activity package.