WIP - keep progress with frontend views

This commit is contained in:
Francisco Gaona
2025-12-22 01:37:33 +01:00
parent fbfaf7bb9f
commit b6cb5652b7
12 changed files with 122 additions and 14 deletions

View File

@@ -1,12 +1,12 @@
<script setup lang="ts">
import type { PopoverContentEmits, PopoverContentProps } from "reka-ui"
import type { PopoverContentEmits, PopoverContentProps } from "radix-vue"
import type { HTMLAttributes } from "vue"
import { reactiveOmit } from "@vueuse/core"
import {
PopoverContent,
PopoverPortal,
useForwardPropsEmits,
} from "reka-ui"
} from "radix-vue"
import { cn } from "@/lib/utils"
defineOptions({
@@ -28,7 +28,7 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits)
</script>
<template>
<PopoverPortal>
<PopoverPortal to="body">
<PopoverContent
v-bind="{ ...forwarded, ...$attrs }"
:class="