Add sheet for not conserved stuff

This commit is contained in:
2024-11-18 11:00:21 +01:00
parent a2028312b9
commit e9c8ac6b07
5 changed files with 125 additions and 20 deletions

View File

@@ -132,6 +132,14 @@
</div>
<button class="modal-close is-large" aria-label="close"></button>
</div>
<!-- Not conserved modal -->
<div class="modal" id="not-conser-data">
<div class="modal-background"></div>
<div class="modal-content has-background-white" style="min-height: 95vh;">
<div id="not-conser-sheet"></div>
</div>
<button class="modal-close is-large" aria-label="close"></button>
</div>
<!-- Project info modal -->
<div class="modal" id="project-info">
<div class="modal-background"></div>