This commit is contained in:
onysd 2026-08-25 00:20:05 +03:00
parent fe1cf1184f
commit e6a777983c
10 changed files with 174 additions and 2 deletions

View file

@ -104,6 +104,13 @@ export function GifCatalogPage() {
payload={() => ({})}
onDone={() => void load()}
/>
<ActionButton
tone="danger"
label={"Delete uncategorized"}
path="/api/actions/delete-uncategorized-gifs"
payload={() => ({})}
onDone={() => void load()}
/>
<button className="btn primary" type="button" onClick={() => setCreateOpen(true)}>
<Plus size={15} /> {"Add GIF"}
</button>