diff --git a/app/templates/index.html b/app/templates/index.html index 5cf5708..77251cd 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -55,44 +55,45 @@ {% if not current_user.imap_config %} {% include "partials/welcome_section.html" %} - {% endif %} + {% else %} - -
-
-
{{ folders|length }}
-
Total Folders
-
-
-
{{ folders|selectattr('folder_type', 'equalto', 'tidy')|list|length }}
-
Folders to Tidy
-
-
-
{{ folders|selectattr('folder_type', 'equalto', 'destination')|list|length }}
-
Destination Folders
-
-
-
- {{ folders|selectattr('folder_type', 'equalto', 'tidy')|sum(attribute='pending_count') }} + +
+
+
{{ folders|length }}
+
Total Folders
+
+
+
{{ folders|selectattr('folder_type', 'equalto', 'tidy')|list|length }}
+
Folders to Tidy
+
+
+
{{ folders|selectattr('folder_type', 'equalto', 'destination')|list|length }}
+
Destination Folders
+
+
+
+ {{ folders|selectattr('folder_type', 'equalto', 'tidy')|sum(attribute='pending_count') }} +
+
Pending Emails
-
Pending Emails
-
- -
-
- - + +
+
+ + +
+
+ + + +
-
- - - -
-
- - {% include 'partials/folders_list.html' %} + + {% include 'partials/folders_list.html' %} + {% endif %}
diff --git a/app/templates/partials/header.html b/app/templates/partials/header.html index 0eb05a8..954f8cc 100644 --- a/app/templates/partials/header.html +++ b/app/templates/partials/header.html @@ -1,6 +1,6 @@
-

+

Email Organizer

diff --git a/app/templates/partials/welcome_section.html b/app/templates/partials/welcome_section.html index 2675f49..3eda582 100644 --- a/app/templates/partials/welcome_section.html +++ b/app/templates/partials/welcome_section.html @@ -6,16 +6,16 @@

Ready to tame your email chaos? Let's get your email folders synchronized so we can start organizing your emails with AI-powered rules!

- -
- - Connect your email account to get started -
+

+ + Your privacy matters! We never store email content at rest. +

\ No newline at end of file