summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-10-24 13:45:01 +0200
committerTor Andersson <tor@ccxvii.net>2024-10-24 14:09:34 +0200
commit0d300b3070f51910af34877de9de97d4fa163703 (patch)
treed2e754cc743c14f023d5bdc400da6e6f8f369d62 /play.html
parent72dfc6a21cfbb6904d671ab51da10981a4784d6f (diff)
downloadmaria-0d300b3070f51910af34877de9de97d4fa163703.tar.gz
Create and cancel subsidy contracts.
Diffstat (limited to 'play.html')
-rw-r--r--play.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/play.html b/play.html
index 2975890..fc19c08 100644
--- a/play.html
+++ b/play.html
@@ -30,6 +30,15 @@
</menu>
</details>
<button onclick="toggle_pieces()"><img src="/images/earth-africa-europe.svg"></button>
+ <details id="subsidy_menu">
+ <summary>
+ <img src="images/shaking-hands.svg">
+ </summary>
+ <menu>
+ <li id="propose_subsidy_menu" onclick="send_action('propose_subsidy')">Propose subsidy contract
+ <li id="cancel_subsidy_menu" onclick="send_action('cancel_subsidy')">Cancel subsidy contract
+ </menu>
+ </details>
</div>
</header>