Add export of json file

This commit is contained in:
Claude Brisson
2024-01-26 09:07:06 +01:00
parent a4c55c82e2
commit 0c378af406
4 changed files with 54 additions and 6 deletions

View File

@@ -235,3 +235,22 @@
</div>
</form>
</div>
<div id="export-modal" class="popup">
<div class="popup-body">
<div class="popup-header">
Export tournament
</div>
<div class="popup-content">
<div class="horz">
<span>Choose format</span>
<button id="export-pairgoth" type="button" class="ui blue floating button">Pairgoth</button>
<button id="export-opengotha" type="button" class="ui blue floating button">OpenGotha</button>
</div>
</div>
<div class="popup-footer">
<div class="form-actions">
<button type="button" class="ui gray floating cancel button">Cancel</button>
</div>
</div>
</div>
</div>