From 0fc5fa9d99dca95c0c328d6f243bdf0a4bd79647 Mon Sep 17 00:00:00 2001 From: Fabian Schliski Date: Sun, 10 May 2020 16:51:42 +0200 Subject: [PATCH 1/2] Add autofocus to input field Supported in all major browsers, allows the user to immediately start typing after loading the page. --- app/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/index.html b/app/templates/index.html index a221e49..7cc889c 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -28,7 +28,7 @@
- +
From 743caf6cc7d714763509436ebcea912538c7c74b Mon Sep 17 00:00:00 2001 From: Fabian Schliski Date: Sun, 10 May 2020 20:17:32 +0200 Subject: [PATCH 2/2] Updating autofocus value --- app/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/index.html b/app/templates/index.html index 7cc889c..94c7df8 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -28,7 +28,7 @@
- +