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:
parent
86607fbf06
commit
0ac7d71e9b
1 changed files with 2 additions and 2 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue