merge main

This commit is contained in:
Alex Tran
2025-12-02 20:45:59 +00:00
173 changed files with 4244 additions and 3129 deletions

View File

@@ -14,7 +14,7 @@
const { onClose, baseTag }: Props = $props();
let tagValue = $state(baseTag?.value ? `${baseTag.value}/` : '');
let tagValue = $state(baseTag?.path ? `${baseTag.path}/` : '');
const createTag = async () => {
const [tag] = await upsertTags({ tagUpsertDto: { tags: [tagValue] } });