From bb34891893a0c08499cba081970bd668256b14e7 Mon Sep 17 00:00:00 2001 From: Joe ST Date: Sun, 8 Sep 2024 18:56:22 +0100 Subject: [PATCH] improve filter fields adding ` type="search"` to the filter fields causes browsers to add a little x to the field to 'cancel' the search and clear the field --- static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index b0e0652..4f4b052 100644 --- a/static/index.html +++ b/static/index.html @@ -19,7 +19,7 @@
cargo build --release -Zbuild-std=core

This checks that codegen/linking of core works, but does not check whether std builds.

- + @@ -35,7 +35,7 @@
cargo miri setup

This checks that std builds (on targets that have it) but does not check whether codegen/linking works.

- +