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
@@ -90,8 +90,9 @@
type="button"
data-show="!$_showPasskeyForm"
data-on:click="$_showPasskeyForm = true; setTimeout(() => document.getElementById('passkey-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::key("h-4 w-4") }}
Add Passkey
@@ -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 @@
-
- Save Roast
+
+ {{ icons::plus("h-4 w-4") }} Save Roast
@@ -249,8 +249,8 @@
-
- Save Bag
+
+ {{ icons::plus("h-4 w-4") }} Save Bag
@@ -312,8 +312,8 @@
·
- Change
+ {{ icons::pencil("h-3 w-3") }} Change
@@ -349,8 +349,8 @@
·
- Change
+ {{ icons::pencil("h-3 w-3") }} Change
@@ -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(',')" />
-
- Log Brew
+
+ {{ icons::beaker("h-4 w-4") }} Log Brew
@@ -472,8 +472,8 @@
-
- Save Gear
+
+ {{ icons::plus("h-4 w-4") }} Save Gear
@@ -500,9 +500,9 @@
Back
+ >{{ icons::x_mark("h-3 w-3") }} Back
@@ -580,8 +580,8 @@
-
- Save Cup
+
+ {{ icons::plus("h-4 w-4") }} Save Cup
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 %}
- Change
+ {{ icons::pencil("h-3 w-3") }} Change
@@ -136,9 +136,9 @@ block title %}Brewlog · Check In{% endblock %} {% block head %}
- Change
+ {{ icons::pencil("h-3 w-3") }} Change
@@ -185,7 +185,7 @@ block title %}Brewlog · Check In{% endblock %} {% block head %}
Back
@@ -316,10 +316,10 @@ block title %}Brewlog · Check In{% endblock %} {% block head %}
- Check In
+ {{ icons::check("h-4 w-4") }} Check In
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 @@
- Sign in with Passkey
+ class="inline-flex w-full items-center justify-center gap-2 rounded-md bg-accent px-4 py-3 text-sm font-semibold text-accent-text transition hover:bg-accent-hover disabled:opacity-50 disabled:cursor-not-allowed" >
+ {{ icons::key("h-4 w-4") }} Sign in with Passkey
diff --git a/templates/pages/register.html b/templates/pages/register.html
index 2b9c34c..519851d 100644
--- a/templates/pages/register.html
+++ b/templates/pages/register.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "base.html" %} {% import "partials/icons.html" as icons %}
{% block title %}Brewlog · Register{% endblock %}
{% block head %}
@@ -44,8 +44,8 @@
- Register Passkey
+ class="mt-2 inline-flex w-full items-center justify-center gap-2 rounded-md bg-accent px-4 py-3 text-sm font-semibold text-accent-text transition hover:bg-accent-hover disabled:opacity-50 disabled:cursor-not-allowed" >
+ {{ icons::key("h-4 w-4") }} Register Passkey
diff --git a/templates/partials/forms/scan_result_form.html b/templates/partials/forms/scan_result_form.html
index acf4170..a363f8b 100644
--- a/templates/partials/forms/scan_result_form.html
+++ b/templates/partials/forms/scan_result_form.html
@@ -20,8 +20,8 @@
-
Change
+
{{ icons::pencil("h-3 w-3") }} Change
@@ -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") }}
-
Change
+
{{ icons::pencil("h-3 w-3") }} Change
@@ -114,33 +114,33 @@
- Cancel
+ {{ icons::x_mark("h-4 w-4") }} Cancel
- Save Roaster & Roast
+ {{ icons::plus("h-4 w-4") }} Save Roaster & Roast
- Save Roast
+ {{ icons::plus("h-4 w-4") }} Save Roast
- Open Bag
+ {{ icons::bag("h-4 w-4") }} Open Bag