feat: add tooltip to filter property list items (#5418)

This commit is contained in:
michalspeckle
2025-09-11 09:44:02 +02:00
committed by GitHub
parent ad4d63e992
commit f9b276548e
@@ -1,6 +1,7 @@
<template>
<div class="px-1">
<button
v-tippy="{ content: property.parentPath, delay: 500 }"
class="w-full h-9 px-1.5 text-foreground rounded-md hover:bg-highlight-1 text-left flex items-center gap-3"
:class="!property.parentPath ? 'py-1.5' : 'py-1'"
@click="$emit('selectProperty', property.value)"