From 3f3d1ec5b7b4fb38112a3e3f88b731f7a1dcdacb Mon Sep 17 00:00:00 2001 From: John Reeves Date: Fri, 10 Mar 2023 21:28:23 -0800 Subject: [PATCH 1/2] feat: allow pre-set options via query-params --- generator.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/generator.html b/generator.html index 44a70d0..9515c68 100644 --- a/generator.html +++ b/generator.html @@ -134,4 +134,23 @@ + From 6d747d08f47c1fac329928a84ab6c1c3ea6bf631 Mon Sep 17 00:00:00 2001 From: John Reeves Date: Fri, 10 Mar 2023 21:49:39 -0800 Subject: [PATCH 2/2] feat: update the browser's address bar and a visible link on change --- generator.html | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) diff --git a/generator.html b/generator.html index 9515c68..4dc9c19 100644 --- a/generator.html +++ b/generator.html @@ -33,6 +33,9 @@ input[type=number] { width: 3em; } label { display: inline-block; margin-right: 1em; } + +.hidden { display: none; } + @@ -122,6 +145,8 @@ + + @@ -137,12 +162,8 @@