Implement widget spawning

This commit is contained in:
2022-08-29 12:24:06 +01:00
parent 67b916d3dc
commit 726ccd38d8
11 changed files with 56 additions and 11 deletions

View File

@@ -54,7 +54,7 @@
}
</script>
<div class="grid-stack">
<div class="grid-stack" id="grid-stack-main">
<div class="grid-stack-item" gs-w="7" gs-h="10" gs-y="0" gs-x="1">
<div class="grid-stack-item-content">
<nav class="panel">
@@ -90,6 +90,8 @@
</div>
<div id="items-here">
</div>
<div id="widgets-here" style="display: none;">
</div>
<script>
var grid = GridStack.init({
cellHeight: 20,