changes to sms packages and option to create user

This commit is contained in:
Simon Pocrnjič
2025-11-06 21:54:07 +01:00
parent ad8e0d5cee
commit 1395b72ae8
102 changed files with 1386 additions and 319 deletions
@@ -632,17 +632,15 @@ const closePaymentsDialog = () => {
</button>
</template>
<template #content>
<div class="max-w-sm px-3 py-2 text-sm text-gray-700">
<div class="min-w-[200px] max-w-xs px-3 py-2 text-sm text-gray-700">
<template v-if="hasMeta(c)">
<div
v-for="(m, idx) in getMetaEntries(c)"
:key="idx"
class="flex items-start gap-2 py-0.5"
class="py-1"
>
<span class="text-gray-500 whitespace-nowrap"
>{{ m.title }}:</span
>
<span class="text-gray-800">{{ formatMetaValue(m) }}</span>
<div class="text-gray-500 text-xs mb-0.5">{{ m.title }}</div>
<div class="text-gray-800 font-medium break-all">{{ formatMetaValue(m) }}</div>
</div>
</template>
<template v-else>