UI: Add search button to search bar (#4706)

Closes issue 529
This commit is contained in:
Samantaz Fox 2024-08-24 19:38:48 +02:00
commit febf18cbf7
No known key found for this signature in database
GPG key ID: F42821059186176E
2 changed files with 21 additions and 1 deletions

View file

@ -6,4 +6,7 @@
title="<%= translate(locale, "search") %>"
value="<%= env.get?("search").try {|x| HTML.escape(x.as(String)) } %>">
</fieldset>
<button type="submit" id="searchbutton" aria-label="<%= translate(locale, "search") %>">
<i class="icon ion-ios-search"></i>
</button>
</form>