@@ -153,7 +153,7 @@
>
{{ icons::camera("h-5 w-5") }}
- or
+ or
diff --git a/templates/pages/home.html b/templates/pages/home.html
index 0491a60..f7fdcd4 100644
--- a/templates/pages/home.html
+++ b/templates/pages/home.html
@@ -60,7 +60,7 @@ is_authenticated %}
aria-label="Scan Bag"
>
{{ icons::camera("h-5 w-5") }}
-
Scan
+
Scan
{{ icons::location("h-5 w-5") }}
- Check In
+ Check In
{{ icons::plus("h-5 w-5") }}
- Add
+ Add
@@ -100,7 +100,6 @@ is_authenticated %}
{% endif %}
-{% if !recent_brews.is_empty() %}
Recent Brews
@@ -108,14 +107,18 @@ is_authenticated %}
>View all brews →
+ {% if !recent_brews.is_empty() %}
{% for brew in recent_brews %} {{ brew_card::card(brew, is_authenticated) }} {% endfor %}
+ {% else %}
+
+ No brews yet.
+
+ {% endif %}
-{% endif %}
-{% if !open_bags.is_empty() %}
Open Bags
@@ -123,17 +126,21 @@ is_authenticated %}
>View all bags →
+ {% if !open_bags.is_empty() %}
{% for bag in open_bags %} {{ bag_card::card(bag, is_authenticated) }} {% endfor %}
+ {% else %}
+
+ No open bags.
+
+ {% endif %}
-{% endif %}
-{% if !recent_events.is_empty() %}
Recent Activity
@@ -141,6 +148,7 @@ is_authenticated %}
>View full timeline →
+ {% if !recent_events.is_empty() %}
{% for event in recent_events %}
@@ -161,8 +169,12 @@ is_authenticated %}
{% endfor %}
+ {% else %}
+
+ No activity yet.
+
+ {% endif %}
-{% endif %}
@@ -172,59 +184,59 @@ is_authenticated %}
diff --git a/templates/pages/login.html b/templates/pages/login.html
index b9b9af8..c02bbe7 100644
--- a/templates/pages/login.html
+++ b/templates/pages/login.html
@@ -21,8 +21,7 @@
diff --git a/templates/pages/register.html b/templates/pages/register.html
index 72caf09..2b9c34c 100644
--- a/templates/pages/register.html
+++ b/templates/pages/register.html
@@ -44,8 +44,7 @@
@@ -61,8 +60,7 @@