diff --git a/.gitignore b/.gitignore index fbfa7d1..6ae33d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ **/*.pyc +./tmp/**/* diff --git a/.roo/rules/01-general.md b/.roo/rules/01-general.md index 74c8936..9b8d24d 100644 --- a/.roo/rules/01-general.md +++ b/.roo/rules/01-general.md @@ -31,3 +31,18 @@ is preferred, and this is less preferred: # check if the user is an adult x = age >= 18 ``` + +9. Buttons should be disabled, and a spinner should replace the icon content when loading. Only the button that was clicked should be disabled though. Typically this is done something like this: +``` +
Create and manage your email organization rules
- +Organize your emails automatically with AI-powered rules. Create folders and set up rules to categorize incoming emails.
-Add your first folder to get started organizing your emails.
-Need help setting up your first folder?
View tutorial diff --git a/app/templates/partials/imap_config_modal.html b/app/templates/partials/imap_config_modal.html index fc6a20c..353e830 100644 --- a/app/templates/partials/imap_config_modal.html +++ b/app/templates/partials/imap_config_modal.html @@ -1,4 +1,4 @@ -