feat: added most beacon DS and listener CRUD

This commit is contained in:
Andrew Rioux
2025-01-30 20:59:14 -05:00
parent 0d6b2b4c16
commit b381261cea
26 changed files with 599 additions and 26 deletions

View File

@@ -0,0 +1,14 @@
main.beacons div.listeners {
form {
margin: 10px;
}
fieldset {
display: grid;
grid-template-columns: 300px 200px;
input, label {
margin: 10px;
}
}
}