diff --git a/app/templates/calendar_view/pages/calendar.html b/app/templates/calendar_view/pages/calendar.html index 8521bc6..5f8e01a 100644 --- a/app/templates/calendar_view/pages/calendar.html +++ b/app/templates/calendar_view/pages/calendar.html @@ -13,45 +13,47 @@ {% endblock %} {% block content %} -
-
-{# Date picker#} -
-
- +
+
+ {# Date picker#} +
+
+ +
+
+ {{ month|month_name }} {{ year }} +
+
+ + + +
-
- {{ month|month_name }} {{ year }} -
-
- - - + {# Action buttons#} +
+ {# #}
-{# Action buttons#} -
- +
+
-
-
-
-
+ {% endblock %} diff --git a/app/templates/cotton/components/fab.html b/app/templates/cotton/components/fab.html new file mode 100644 index 0000000..e25c177 --- /dev/null +++ b/app/templates/cotton/components/fab.html @@ -0,0 +1,33 @@ +
+
+ + + +
+
diff --git a/app/templates/cotton/components/fab_menu_button.html b/app/templates/cotton/components/fab_menu_button.html new file mode 100644 index 0000000..26e496b --- /dev/null +++ b/app/templates/cotton/components/fab_menu_button.html @@ -0,0 +1,11 @@ +{% load i18n %} +
+ +
diff --git a/app/templates/cotton/ui/transactions_fab.html b/app/templates/cotton/ui/transactions_fab.html new file mode 100644 index 0000000..a3f1f64 --- /dev/null +++ b/app/templates/cotton/ui/transactions_fab.html @@ -0,0 +1,53 @@ +{% load i18n %} + + + + + + + + + + + + + diff --git a/app/templates/includes/toasts.html b/app/templates/includes/toasts.html index 27349d0..7694cee 100644 --- a/app/templates/includes/toasts.html +++ b/app/templates/includes/toasts.html @@ -1,6 +1,5 @@
-
+
- diff --git a/app/templates/monthly_overview/pages/overview.html b/app/templates/monthly_overview/pages/overview.html index 9035af7..e3bc52b 100644 --- a/app/templates/monthly_overview/pages/overview.html +++ b/app/templates/monthly_overview/pages/overview.html @@ -44,12 +44,12 @@
{# Action buttons#} -
- -
+{#
#} +{# #} +{#
#}
{# Monthly summary#}
@@ -174,8 +174,9 @@