From 3b1e2f1cebc61cb27d983250b90dc83c046da6c9 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Tue, 26 May 2026 20:54:11 -0400 Subject: [PATCH] =?UTF-8?q?feat(tag-input):=20IR-style=20kind:name=20suffi?= =?UTF-8?q?x=20=E2=80=94=20drop=20the=20kind=20dropdown=20from=20TagAutoco?= =?UTF-8?q?mplete;=20client-side=20parser=20mirrors=20backend's=20parse=5F?= =?UTF-8?q?kind=5Fprefix=20(KNOWN=5FKINDS=20=3D=20artist/character/fandom/?= =?UTF-8?q?series/meta/rating);=20autocomplete=20searches=20across=20all?= =?UTF-8?q?=20kinds=20and=20shows=20kind=20chip=20in=20results;=20Create?= =?UTF-8?q?=20label=20uses=20parsed=20kind;=20character=20flow=20still=20g?= =?UTF-8?q?oes=20through=20FandomPicker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- .../src/components/modal/TagAutocomplete.vue | 106 ++++++++++++------ 1 file changed, 71 insertions(+), 35 deletions(-) diff --git a/frontend/src/components/modal/TagAutocomplete.vue b/frontend/src/components/modal/TagAutocomplete.vue index cdc81ce..5516cc7 100644 --- a/frontend/src/components/modal/TagAutocomplete.vue +++ b/frontend/src/components/modal/TagAutocomplete.vue @@ -1,17 +1,18 @@