From 4918abd5d68de07c82247db9350667c408ff66d6 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 26 Mar 2025 11:40:19 +0100 Subject: [PATCH] fix: fix eslint warnings/errors --- frontend/js/components/CrudFilter.vue | 195 ++++++++++++++++++ frontend/js/components/crud/CrudHeader.vue | 33 +++ frontend/js/components/crud/CrudPager.vue | 63 ++++++ .../js/components/dashboard/CapitalChart.vue | 70 +++++++ .../components/dashboard/CategoriesChart.vue | 140 +++++++++++++ .../js/components/dashboard/DashFilter.vue | 115 +++++++++++ .../dashboard/DiffCreditDebitChart.vue | 41 ++++ .../dashboard/DistributionChart.vue | 145 +++++++++++++ .../dashboard/MonthThresholdsTable.vue | 72 +++++++ .../dashboard/SavingAccountsChart.vue | 37 ++++ 10 files changed, 911 insertions(+) create mode 100644 frontend/js/components/CrudFilter.vue create mode 100644 frontend/js/components/crud/CrudHeader.vue create mode 100644 frontend/js/components/crud/CrudPager.vue create mode 100644 frontend/js/components/dashboard/CapitalChart.vue create mode 100644 frontend/js/components/dashboard/CategoriesChart.vue create mode 100644 frontend/js/components/dashboard/DashFilter.vue create mode 100644 frontend/js/components/dashboard/DiffCreditDebitChart.vue create mode 100644 frontend/js/components/dashboard/DistributionChart.vue create mode 100644 frontend/js/components/dashboard/MonthThresholdsTable.vue create mode 100644 frontend/js/components/dashboard/SavingAccountsChart.vue diff --git a/frontend/js/components/CrudFilter.vue b/frontend/js/components/CrudFilter.vue new file mode 100644 index 0000000..045bd00 --- /dev/null +++ b/frontend/js/components/CrudFilter.vue @@ -0,0 +1,195 @@ + + + diff --git a/frontend/js/components/crud/CrudHeader.vue b/frontend/js/components/crud/CrudHeader.vue new file mode 100644 index 0000000..a4a6b4f --- /dev/null +++ b/frontend/js/components/crud/CrudHeader.vue @@ -0,0 +1,33 @@ + + + + + diff --git a/frontend/js/components/crud/CrudPager.vue b/frontend/js/components/crud/CrudPager.vue new file mode 100644 index 0000000..241eed9 --- /dev/null +++ b/frontend/js/components/crud/CrudPager.vue @@ -0,0 +1,63 @@ + + + diff --git a/frontend/js/components/dashboard/CapitalChart.vue b/frontend/js/components/dashboard/CapitalChart.vue new file mode 100644 index 0000000..70a5047 --- /dev/null +++ b/frontend/js/components/dashboard/CapitalChart.vue @@ -0,0 +1,70 @@ + + + + + diff --git a/frontend/js/components/dashboard/CategoriesChart.vue b/frontend/js/components/dashboard/CategoriesChart.vue new file mode 100644 index 0000000..557a319 --- /dev/null +++ b/frontend/js/components/dashboard/CategoriesChart.vue @@ -0,0 +1,140 @@ + + + + + diff --git a/frontend/js/components/dashboard/DashFilter.vue b/frontend/js/components/dashboard/DashFilter.vue new file mode 100644 index 0000000..2cb7bf4 --- /dev/null +++ b/frontend/js/components/dashboard/DashFilter.vue @@ -0,0 +1,115 @@ + + + diff --git a/frontend/js/components/dashboard/DiffCreditDebitChart.vue b/frontend/js/components/dashboard/DiffCreditDebitChart.vue new file mode 100644 index 0000000..ff1546c --- /dev/null +++ b/frontend/js/components/dashboard/DiffCreditDebitChart.vue @@ -0,0 +1,41 @@ + + + diff --git a/frontend/js/components/dashboard/DistributionChart.vue b/frontend/js/components/dashboard/DistributionChart.vue new file mode 100644 index 0000000..f6c185e --- /dev/null +++ b/frontend/js/components/dashboard/DistributionChart.vue @@ -0,0 +1,145 @@ + + + diff --git a/frontend/js/components/dashboard/MonthThresholdsTable.vue b/frontend/js/components/dashboard/MonthThresholdsTable.vue new file mode 100644 index 0000000..74a0c1c --- /dev/null +++ b/frontend/js/components/dashboard/MonthThresholdsTable.vue @@ -0,0 +1,72 @@ + + + diff --git a/frontend/js/components/dashboard/SavingAccountsChart.vue b/frontend/js/components/dashboard/SavingAccountsChart.vue new file mode 100644 index 0000000..966e1da --- /dev/null +++ b/frontend/js/components/dashboard/SavingAccountsChart.vue @@ -0,0 +1,37 @@ + + +