File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 <UBadge color="warning" variant="soft">All users</UBadge >
4646 </div >
4747
48- <p class =" text-sm leading-6 text-default" >
49- Clear cached WatchState runtime data for every user without changing configured
50- backends.
51- </p >
48+ <p class =" text-sm leading-6 text-default" >Clear cached data for every user.</p >
5249 </div >
5350 </div >
5451 </template >
5552
56- <div class =" grid gap-3 sm:grid-cols-2 xl:grid-cols-3" >
57- <div class =" rounded-md border border-default bg-elevated/40 px-3 py-3" >
58- <div
59- class =" mb-2 inline-flex items-center gap-2 text-xs font-medium uppercase tracking-[0.16em] text-toned"
60- >
61- <UIcon name="i-lucide-trash-2" class="size-4" />
62- <span >Cache store</span >
63- </div >
64-
65- <p class =" text-sm leading-6 text-default" >Flush cached runtime data from Redis.</p >
66- </div >
67-
68- <div class =" rounded-md border border-default bg-elevated/40 px-3 py-3" >
69- <div
70- class =" mb-2 inline-flex items-center gap-2 text-xs font-medium uppercase tracking-[0.16em] text-toned"
71- >
72- <UIcon name="i-lucide-users" class="size-4" />
73- <span >User scope</span >
74- </div >
75-
76- <p class =" text-sm leading-6 text-default" >Apply the purge to every configured user.</p >
77- </div >
78-
79- <div
80- class =" rounded-md border border-default bg-elevated/40 px-3 py-3 sm:col-span-2 xl:col-span-1"
81- >
82- <div
83- class =" mb-2 inline-flex items-center gap-2 text-xs font-medium uppercase tracking-[0.16em] text-toned"
84- >
85- <UIcon name="i-lucide-server" class="size-4" />
86- <span >Config</span >
87- </div >
88-
89- <p class =" text-sm leading-6 text-default" >
90- Keep backend definitions and persisted configuration unchanged.
91- </p >
92- </div >
93- </div >
53+ <template #body ></template >
9454
9555 <template #footer >
9656 <div class =" flex flex-wrap items-center justify-end gap-2" >
Original file line number Diff line number Diff line change 4646 </div >
4747
4848 <p class =" text-sm leading-6 text-default" >
49- Remove local WatchState state for every user. Backend definitions remain configured.
49+ Remove local WatchState state for every configured user .
5050 </p >
5151 </div >
5252 </div >
5353 </template >
5454
55- <div class =" grid gap-3 sm:grid-cols-2 xl:grid-cols-3" >
56- <div class =" rounded-md border border-default bg-elevated/40 px-3 py-3" >
57- <div
58- class =" mb-2 inline-flex items-center gap-2 text-xs font-medium uppercase tracking-[0.16em] text-toned"
59- >
60- <UIcon name="i-lucide-database" class="size-4" />
61- <span >Local records</span >
62- </div >
63-
64- <p class =" text-sm leading-6 text-default" >Remove all stored WatchState records.</p >
65- </div >
66-
67- <div class =" rounded-md border border-default bg-elevated/40 px-3 py-3" >
68- <div
69- class =" mb-2 inline-flex items-center gap-2 text-xs font-medium uppercase tracking-[0.16em] text-toned"
70- >
71- <UIcon name="i-lucide-trash-2" class="size-4" />
72- <span >Cache</span >
73- </div >
74-
75- <p class =" text-sm leading-6 text-default" >Flush cached runtime data.</p >
76- </div >
77-
78- <div
79- class =" rounded-md border border-default bg-elevated/40 px-3 py-3 sm:col-span-2 xl:col-span-1"
80- >
81- <div
82- class =" mb-2 inline-flex items-center gap-2 text-xs font-medium uppercase tracking-[0.16em] text-toned"
83- >
84- <UIcon name="i-lucide-history" class="size-4" />
85- <span >Sync markers</span >
86- </div >
87-
88- <p class =" text-sm leading-6 text-default" >
89- Clear import and export last-sync dates for every configured backend.
90- </p >
91- </div >
92- </div >
93-
55+ <template #body ></template >
9456 <template #footer >
9557 <div class =" flex flex-wrap items-center justify-end gap-2" >
9658 <UButton
You can’t perform that action at this time.
0 commit comments