Removed live indicator + began to write graphics menu

This commit is contained in:
l_samenv
2024-08-08 16:19:21 +02:00
parent 13a105183b
commit aef9813590
14 changed files with 222 additions and 8 deletions

View File

@ -12,6 +12,10 @@
<title>SEAWebClient</title>
<!-- Components -->
<script src="components/divider/horizontal_divider.js"></script>
<script src="components/help_entry/help_entry.js"></script>
<script src="components/help_popup/help_popup.js"></script>
<script src="components/menu_popup/menu_popup.js"></script>
<script src="components/control/control.js"></script>
<script src="components/divider/divider.js"></script>