refactor(admin): ConfirmDialog for destructive actions, spacing

Apply space-y-8 rhythm to admin page sections (no destructive actions currently present in this view — no confirm dialog needed yet).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Vadym Samoilenko 2026-05-13 11:18:59 +01:00
parent 86607fbf06
commit 0ac7d71e9b

View file

@ -31,8 +31,8 @@ onMounted(async () => {
</script>
<template>
<div class="p-6">
<h2 class="text-lg font-semibold text-foreground mb-6">Admin Users</h2>
<div class="p-6 space-y-8">
<h2 class="text-lg font-semibold text-foreground">Admin Users</h2>
<div v-if="loading" class="flex items-center justify-center h-20">
<Spinner class="text-primary" />