Code documentation views
Compare changes
Files
10+ 105
− 19
@@ -29,18 +29,39 @@ const pages = ref<number>(0);
@@ -51,6 +72,12 @@ const fetchTransactions = async() => {
@@ -58,29 +85,58 @@ onMounted(async () => {
@@ -91,10 +147,21 @@ const distinctCategories = computed(() => {
@@ -103,14 +170,29 @@ const filteredTransactions = computed(() => {
@@ -149,7 +231,11 @@ const chartData = computed(() => {
@@ -180,15 +266,15 @@ const getRandomColor = () => {
@@ -214,13 +300,13 @@ const getRandomColor = () => {
@@ -228,10 +314,10 @@ const getRandomColor = () => {