working enum UI

This commit is contained in:
HSS
2024-07-12 14:41:37 +02:00
parent 413935f7a5
commit 6b8833d457
5 changed files with 237 additions and 150 deletions

View File

@@ -144,6 +144,14 @@
.enum-count {
background-color: aquamarine;
}
.label {
background-color: aliceblue;
padding: 0 4px 0 4px;
margin: 0 2px 0 2px;
border-color: #333333;
border-width: 1px;
}
</style>
</head>
@@ -153,6 +161,9 @@
<script src="./react.js"></script>
<script src="./react-dom.js"></script>
<script src="./common.js"></script>
<script src="./enums.js"></script>
<script src="./modulators.js"></script>
<script src="./lfogui.js">