feat: add message for users with javascript disabled
1 file changed, 5 insertions(+), 0 deletions(-)
changed files
M internal/components/search.templ → internal/components/search.templ
@@ -30,5 +30,10 @@ </section> <dialog id="dialog"> <button autofocus>Close</button> </dialog> + <noscript> + <p class="notice"> + Everything should work fine without JavaScript. If that is not the case, <a href="https://todo.sr.ht/~alanpearce/searchix">report an issue</a> + </p> + </noscript> } }