diff --git a/templates/pages/account.html b/templates/pages/account.html index 3fd6edc..2b0ac38 100644 --- a/templates/pages/account.html +++ b/templates/pages/account.html @@ -67,16 +67,16 @@ id="add-passkey-btn" type="button" onclick="registerPasskey()" - class="shrink-0 rounded-md bg-accent px-4 py-2 text-sm font-medium text-accent-text transition hover:bg-accent-hover disabled:opacity-50 disabled:cursor-not-allowed" + class="shrink-0 inline-flex items-center gap-2 rounded-md bg-accent px-4 py-2 text-sm font-semibold text-accent-text transition hover:bg-accent-hover disabled:opacity-50 disabled:cursor-not-allowed" > - Register + {{ icons::key("h-4 w-4") }} Register @@ -167,17 +168,17 @@ @@ -201,9 +202,9 @@ @@ -213,8 +214,9 @@ type="button" data-show="!$_showTokenForm && !$_tokenCreated" data-on:click="$_showTokenForm = true; setTimeout(() => document.getElementById('token-name').focus(), 50)" - class="rounded-md bg-accent px-4 py-2 text-sm font-medium text-accent-text transition hover:bg-accent-hover" + class="inline-flex items-center gap-2 rounded-md bg-accent px-4 py-2 text-sm font-semibold text-accent-text transition hover:bg-accent-hover" > + {{ icons::terminal("h-4 w-4") }} Create Token @@ -233,22 +235,25 @@ + {{ icons::arrow_down_tray("h-4 w-4") }} Download Backup diff --git a/templates/pages/add.html b/templates/pages/add.html index 0c84810..cdd7437 100644 --- a/templates/pages/add.html +++ b/templates/pages/add.html @@ -118,8 +118,8 @@
-
@@ -204,8 +204,8 @@
-
@@ -249,8 +249,8 @@
-
@@ -312,8 +312,8 @@ · - +
@@ -349,8 +349,8 @@
- +
@@ -437,8 +437,8 @@ data-attr:value="[$_qnGood && 'good', $_qnTooFast && 'too-fast', $_qnTooSlow && 'too-slow', $_qnTooHot && 'too-hot', $_qnUnderExtracted && 'under-extracted', $_qnOverExtracted && 'over-extracted'].filter(Boolean).join(',')" />
-
@@ -472,8 +472,8 @@
-
@@ -500,9 +500,9 @@ + >{{ icons::x_mark("h-3 w-3") }} Back
@@ -533,8 +533,8 @@
-
@@ -580,8 +580,8 @@
-
diff --git a/templates/pages/checkin.html b/templates/pages/checkin.html index eb20cc9..c2f440d 100644 --- a/templates/pages/checkin.html +++ b/templates/pages/checkin.html @@ -110,9 +110,9 @@ block title %}Brewlog · Check In{% endblock %} {% block head %} @@ -136,9 +136,9 @@ block title %}Brewlog · Check In{% endblock %} {% block head %} @@ -185,7 +185,7 @@ block title %}Brewlog · Check In{% endblock %} {% block head %}
diff --git a/templates/pages/login.html b/templates/pages/login.html index c02bbe7..141fcd3 100644 --- a/templates/pages/login.html +++ b/templates/pages/login.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "base.html" %} {% import "partials/icons.html" as icons %} {% block title %}Brewlog · Login{% endblock %} {% block head %} @@ -21,8 +21,8 @@ @@ -53,12 +53,12 @@

Roast

- {{ icons::bag("h-4 w-4 text-accent shrink-0") }} + {{ icons::coffee_bean("h-4 w-4 text-accent shrink-0") }}
- +
@@ -114,33 +114,33 @@