Futuro
Futuro
NNuxt
Created by dev1976_00 on 2/28/2024 in #❓・help
i18n SetLocale() problem
No updates on this, right? @danwithabox
7 replies
NNuxt
Created by Futuro on 12/11/2024 in #❓・help
Tooltip with Backdrop filter blur
I need help from real people
30 replies
NNuxt
Created by Futuro on 12/11/2024 in #❓・help
Tooltip with Backdrop filter blur
@kapa.ai <div class="backdrop-filter backdrop-blur-sm"> <UTooltip text="Tooltip example"> <UButton color="gray" label="Hover me" /> </UTooltip> </div> this is not working at all, the tooltip doesnt show up
30 replies
NNuxt
Created by Futuro on 12/11/2024 in #❓・help
Tooltip with Backdrop filter blur
@kapa.ai the popper is not showing
30 replies
NNuxt
Created by Futuro on 12/11/2024 in #❓・help
Tooltip with Backdrop filter blur
@kapa.ai but the problem is not with the tooltip itself. When I apply the backdrop filter for the container, the hover stops working
30 replies
NNuxt
Created by Futuro on 12/11/2024 in #❓・help
Tooltip with Backdrop filter blur
@kapa.ai when I try to apply the backdrop filter to the Utooltip, the hover effect stops working
30 replies
NNuxt
Created by Futuro on 12/11/2024 in #❓・help
Tooltip with Backdrop filter blur
I've tried moving the background and the backdrop filter to the parent of the Utooltip but still happens
30 replies
NNuxt
Created by Futuro on 12/11/2024 in #❓・help
Tooltip with Backdrop filter blur
when I try to apply the backdrop filter to the Utooltip, the hover effect stops working
30 replies
NNuxt
Created by Futuro on 12/11/2024 in #❓・help
Tooltip with Backdrop filter blur
this is what I have
30 replies
NNuxt
Created by Futuro on 12/11/2024 in #❓・help
Tooltip with Backdrop filter blur
<UTooltip :config="{width: 'min-w-16'}"
:text="coppied ? $t('common.copied') : $t('common.share')"
class="flex h-10 w-10 items-center justify-center rounded-full bg-neutral-900/30 hover:bg-neutral-200/30"
@mouseleave="coppied = false">
<BaseIcon class="h-4 w-4 text-white" filled name="share"/>
</UTooltip>
<UTooltip :config="{width: 'min-w-16'}"
:text="coppied ? $t('common.copied') : $t('common.share')"
class="flex h-10 w-10 items-center justify-center rounded-full bg-neutral-900/30 hover:bg-neutral-200/30"
@mouseleave="coppied = false">
<BaseIcon class="h-4 w-4 text-white" filled name="share"/>
</UTooltip>
`
30 replies
NNuxt
Created by Futuro on 8/19/2024 in #❓・help
I lose my query params on page load
Thanks @cuebit , ill take a look into it
4 replies