feat(calendar): add nested zoom lab page with four persistent levels

This commit is contained in:
Ruslan Bakiev
2026-02-23 15:57:12 +07:00
parent 6bc0bfa156
commit 2eb2f3109c
6 changed files with 779 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<script setup lang="ts">
import CrmCalendarZoomLab from "~~/app/components/workspace/calendar/lab/CrmCalendarZoomLab.vue";
</script>
<template>
<main class="h-dvh w-full bg-base-200/40 p-2">
<CrmCalendarZoomLab />
</main>
</template>