feat: implement candidate security honeypots and redesign authenticated layout

This commit is contained in:
jeremy bayse
2026-05-08 11:13:29 +02:00
parent d076fd7d7a
commit 29c274b23b
18 changed files with 789 additions and 200 deletions

View File

@@ -69,13 +69,13 @@ const open = ref(false);
>
<div
v-show="open"
class="absolute z-50 mt-2 rounded-md shadow-lg"
class="absolute z-50 mt-2 rounded-xl shadow-md border border-anthracite/5"
:class="[widthClass, alignmentClasses]"
style="display: none"
@click="open = false"
>
<div
class="rounded-md ring-1 ring-black ring-opacity-5"
class="rounded-xl overflow-hidden"
:class="contentClasses"
>
<slot name="content" />