diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html index faf9d6d..8c79d48 100644 --- a/app/templates/dashboard.html +++ b/app/templates/dashboard.html @@ -3,24 +3,27 @@ {% block title %}Dashboard - {{ app_name }}{% endblock %} {% block content %} -
+
-

- Dashboard -

-

Welcome back, {{ current_user.username }}!

+
+

+ Dashboard +

+

Welcome back, {{ current_user.username }}! 🎉

+
-
-
+
+
Total Sets

{{ total_sets }}

+ in your collection
@@ -30,13 +33,14 @@
-
+
Instructions

{{ total_instructions }}

+ PDFs & images
@@ -46,13 +50,14 @@
-
+
Themes

{{ theme_stats|length }}

+ unique themes
@@ -62,13 +67,14 @@
-
+
Years Collected

{{ year_stats|length }}

+ different years
@@ -79,13 +85,13 @@
-
+
-
+
- Top Themes + Top Themes
@@ -93,24 +99,30 @@
    {% for theme, count in theme_stats %}
  • - {{ theme }} + {{ theme }} {{ count }}
  • {% endfor %}
{% else %} -

No themes yet. Add your first set!

+
+ +

No themes yet.

+ + Add your first set + +
{% endif %}
-
+
- Sets by Year + Sets by Year
@@ -118,13 +130,16 @@
    {% for year, count in year_stats %}
  • - {{ year }} + {{ year }} {{ count }}
  • {% endfor %}
{% else %} -

No sets yet.

+
+ +

No sets yet.

+
{% endif %}
@@ -135,9 +150,9 @@
-
+
- Recently Added Sets + Recently Added Sets
View All @@ -145,10 +160,10 @@
{% if recent_sets %} -
+
{% for set in recent_sets %} -
-
+
+ -{% endblock %} + + +{% if not recent_sets %} +
+
+
+
+

+ Getting Started +

+
+
+
+ +
Add a Set
+

Add your first LEGO set or MOC to begin organizing your collection

+
+
+
+
+ +
Upload Instructions
+

Upload PDF or image files of your instruction manuals

+
+
+
+
+ +
Search & Manage
+

Easily find and manage all your instructions in one place

+
+
+
+
+
+
+
+{% endif %} + +{% endblock %} \ No newline at end of file