1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Implemented grouping of tags marked for separation in settings

This commit is contained in:
2025-03-10 06:48:56 +04:00
parent 37095a2f22
commit b1ca67fc5b
2 changed files with 204 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
import { TagsForm } from "$lib/components/TagsForm";
import { initializeAllTagsLists, watchForUpdatedTagLists } from "$lib/components/TagsListBlock";
initializeAllTagsLists();
watchForUpdatedTagLists();
TagsForm.watchForEditors();