| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rework hover detection | Florian Fischer | 2025-08-20 | 1 | -2/+2 |
| | | |||||
| * | use any instead of interface{} | Florian Fischer | 2025-08-20 | 1 | -2/+2 |
| | | |||||
| * | overhaul ui | Florian Fischer | 2025-08-20 | 1 | -1/+24 |
| | | | | | | | | | | | | * 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 | ||||
| * | move more ui logic into Collection | Florian Fischer | 2025-08-20 | 1 | -5/+1 |
| | | | | | | * Generalize hover detection and move it into ui.Collection * Implement transparencu for the prompt banner | ||||
| * | intermediate commit | Florian Fischer | 2025-08-20 | 1 | -0/+47 |
