| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | improve text input handlingHEADmain | Florian Fischer | 2025-10-18 | 1 | -0/+2 |
| | | |||||
| * | improve draft activity ui and introduce wasm specific ui constants | Florian Fischer | 2025-08-23 | 1 | -4/+4 |
| | | |||||
| * | rework hover detection | Florian Fischer | 2025-08-20 | 1 | -1/+2 |
| | | |||||
| * | make format | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| | | |||||
| * | minor code improvements reported by golangci-lint | Florian Fischer | 2025-08-20 | 1 | -8/+12 |
| | | |||||
| * | allow to start a local draft with external values | Florian Fischer | 2025-08-20 | 1 | -14/+51 |
| | | |||||
| * | show drafted decklist after local draft is done | Florian Fischer | 2025-08-20 | 1 | -6/+25 |
| | | |||||
| * | refactor playerControl | Florian Fischer | 2025-08-20 | 1 | -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 drafts | Florian Fischer | 2025-08-20 | 1 | -8/+36 |
| | | |||||
| * | make input events consumable | Florian Fischer | 2025-08-20 | 1 | -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 activities | Florian Fischer | 2025-08-20 | 1 | -0/+212 |
| Make the activity stack explicit and move reusable activities to the activity package. | |||||
