feat: implement timer screens and navigation

This commit is contained in:
Arduinum
2026-06-04 22:12:26 +03:00
parent 632bf8202f
commit f73be8c219
11 changed files with 926 additions and 31 deletions

View File

@@ -0,0 +1,4 @@
<!-- TimerUpdate.vue -->
<template src="@/views/TimerUpdate/TimerUpdate.html"></template>
<script lang="ts" src="@/views/TimerUpdate/TimerUpdate.ts"></script>
<style src="@/views/TimerUpdate/TimerUpdate.css" scoped></style>