<feed xmlns='http://www.w3.org/2005/Atom'>
<title>muhqs-game/go/ui/prompt.go, branch draftsim</title>
<subtitle>game material for muhq's game</subtitle>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/'/>
<entry>
<title>improve prompt cancellation</title>
<updated>2025-07-04T02:01:22+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2025-06-25T22:10:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=31f98408521a893099c180e3c971ce8c122b5c36'/>
<id>31f98408521a893099c180e3c971ce8c122b5c36</id>
<content type='text'>
The cancel button was overlaying the submit button preventing the submission of a prompt.
Distinguish between cancelable and mandatory prompt.
Only^ allow cancelable prompts to be removed.

Fixes: 37acd982
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The cancel button was overlaying the submit button preventing the submission of a prompt.
Distinguish between cancelable and mandatory prompt.
Only^ allow cancelable prompts to be removed.

Fixes: 37acd982
</pre>
</div>
</content>
</entry>
<entry>
<title>overhaul ui</title>
<updated>2025-05-01T14:46:15+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2025-04-29T19:44:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=6c4645eea5f26e32bc462c8627031a3563b1c39a'/>
<id>6c4645eea5f26e32bc462c8627031a3563b1c39a</id>
<content type='text'>
* 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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
</pre>
</div>
</content>
</entry>
<entry>
<title>use prompt for target selection of all actions</title>
<updated>2025-01-27T15:43:51+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-02-17T13:36:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=14f7b0274a20ffc8189d18de5031defcc15e9890'/>
<id>14f7b0274a20ffc8189d18de5031defcc15e9890</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move more ui logic into Collection</title>
<updated>2025-01-27T15:43:50+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-02-16T17:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=c12057320c06f9b4a0bd6c9b25a1dd2d2bd8fd8d'/>
<id>c12057320c06f9b4a0bd6c9b25a1dd2d2bd8fd8d</id>
<content type='text'>
* Generalize hover detection and move it into ui.Collection
* Implement transparencu for the prompt banner
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Generalize hover detection and move it into ui.Collection
* Implement transparencu for the prompt banner
</pre>
</div>
</content>
</entry>
<entry>
<title>intermediate commit</title>
<updated>2025-01-27T15:43:49+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-02-15T12:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=f9ab2cfdb25eb3fcd85868a2e375326a9c8b6022'/>
<id>f9ab2cfdb25eb3fcd85868a2e375326a9c8b6022</id>
<content type='text'>
* fix a lot of target and action bugs
* check target selection before adding it to the prompt
* use the store view for stores on the map
* fix card highlighting in CardGrid
* Only prompt for Upkeep-/DiscardActions if appropriate
* Add helper for areaEffects granting new FullActions
* Add Target() helper selecting the first target to the Action interface
* Fix BuyAction and DiscardAction targets
* Remember the stores a player has seen
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix a lot of target and action bugs
* check target selection before adding it to the prompt
* use the store view for stores on the map
* fix card highlighting in CardGrid
* Only prompt for Upkeep-/DiscardActions if appropriate
* Add helper for areaEffects granting new FullActions
* Add Target() helper selecting the first target to the Action interface
* Fix BuyAction and DiscardAction targets
* Remember the stores a player has seen
</pre>
</div>
</content>
</entry>
<entry>
<title>intermediate commit</title>
<updated>2025-01-27T15:43:49+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-02-08T16:50:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=805cbf397589e5cb861f866713c2eb4bec9ce40b'/>
<id>805cbf397589e5cb861f866713c2eb4bec9ce40b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve state bar</title>
<updated>2025-01-27T15:43:49+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-02-14T08:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=e049500b213c85c9d1556e01717226a191d2dce8'/>
<id>e049500b213c85c9d1556e01717226a191d2dce8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>intermediate commit</title>
<updated>2025-01-27T15:43:45+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-01-30T23:16:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=e6a1bb4ba06361abdc2cf1bed4041fe3013b188b'/>
<id>e6a1bb4ba06361abdc2cf1bed4041fe3013b188b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
