|
|
@@ -29,7 +29,7 @@
|
|
|
<button id="menuShifter2" onclick="controller.changeMenu()">≡</button>
|
|
|
</div>
|
|
|
|
|
|
- <button class="menuButton active" id="homeBtn" class="active" onclick="controller.openStrand('home')">
|
|
|
+ <button class="menuButton active" id="homeBtn" onclick="controller.openStrand('home')">
|
|
|
<svg width="25" height="25" viewBox="0 0 24 24" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
|
|
|
<polyline points="9 22 9 12 15 12 15 22"></polyline>
|
|
|
@@ -53,6 +53,14 @@
|
|
|
</svg>
|
|
|
<p>RECIPE BOOK</p>
|
|
|
</button>
|
|
|
+
|
|
|
+ <button class="menuButton" id="analyticsBtn" onclick="controller.openStrand('analytics')">
|
|
|
+ <svg width="25" height="25" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
+ <polyline points="23 6 13.5 15.5 8.5 10.5 1 18"></polyline>
|
|
|
+ <polyline points="17 6 23 6 23 12"></polyline>
|
|
|
+ </svg>
|
|
|
+ <p>ANALYTICS</p>
|
|
|
+ </button>
|
|
|
|
|
|
<button class="menuButton" id="ordersBtn" onclick="controller.openStrand('orders')">
|
|
|
<svg width="25" height="25" viewBox="0 0 24 24" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
@@ -246,6 +254,20 @@
|
|
|
</template>
|
|
|
</div>
|
|
|
|
|
|
+ <div id="analyticsStrand" class="strand">
|
|
|
+ <div class="strandHead">
|
|
|
+ <h1 class="strandTitle">ANALYTICS</h1>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="analContent">
|
|
|
+ <ul id="itemsList" class="itemsList"></ul>
|
|
|
+
|
|
|
+ <div class="analData">
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
<div id="ordersStrand" class="strand">
|
|
|
<div class="strandHead">
|
|
|
<h1 class="strandTitle">ORDERS</h1>
|