add: taken slug check

This commit is contained in:
trisua 2025-07-20 20:43:01 -04:00
parent a33ee961fe
commit d80368e6c2
5 changed files with 85 additions and 7 deletions

View file

@ -46,6 +46,7 @@
("type" "text")
("minlength" "2")
("name" "new_slug")
("oninput" "check_exists_input(event)")
("placeholder" "New url")))
(div
("class" "w-full flex justify-between gap-2")

View file

@ -43,6 +43,7 @@
("minlength" "2")
("maxlength" "32")
("name" "slug")
("oninput" "check_exists_input(event)")
("placeholder" "Custom url"))))
(text "{{ components::footer() }}")