diff --git a/pmoapp/webapp/src/components/pmocontrol/TimerControl.vue b/pmoapp/webapp/src/components/pmocontrol/TimerControl.vue new file mode 100644 index 00000000..5c0e0a92 --- /dev/null +++ b/pmoapp/webapp/src/components/pmocontrol/TimerControl.vue @@ -0,0 +1,527 @@ + + + + + diff --git a/pmoapp/webapp/src/components/unified/BottomTabBar.vue b/pmoapp/webapp/src/components/unified/BottomTabBar.vue index 4d617c0f..19c648fd 100644 --- a/pmoapp/webapp/src/components/unified/BottomTabBar.vue +++ b/pmoapp/webapp/src/components/unified/BottomTabBar.vue @@ -2,6 +2,7 @@ import { computed } from "vue"; import { Server, Music2 } from "lucide-vue-next"; import StatusBadge from "@/components/pmocontrol/StatusBadge.vue"; +import TimerControl from "@/components/pmocontrol/TimerControl.vue"; import type { RendererSummary, RendererState, @@ -112,6 +113,11 @@ function handleRendererDrawerClick() { + +
+ +
+