Replaced profile pill bar with portal page.

This commit is contained in:
2026-07-18 03:20:50 +02:00
parent 981205efaa
commit 7c6bde690f
9 changed files with 304 additions and 114 deletions

View File

@@ -1,6 +1,8 @@
<script setup>
import { onMounted } from 'vue';
defineOptions({ inheritAttrs: false });
const props = defineProps({
title: {
type: String,
@@ -31,6 +33,7 @@ onMounted(() => emit('open'));
>
<div
class="dialog"
v-bind="$attrs"
@click.stop
>
<div class="dialog-header">