feat(calendar-lab): use tldraw canvas engine with nested zoom rectangles

This commit is contained in:
Ruslan Bakiev
2026-02-23 19:29:52 +07:00
parent 94d8d46693
commit ed78532260
2 changed files with 319 additions and 25 deletions

View File

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