-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Filter transactions table by date #993
base: develop
Are you sure you want to change the base?
Conversation
2cfef85
to
2dfaa39
Compare
@@ -28,4 +28,61 @@ describe('transactions', () => { | |||
}) | |||
}) | |||
}) | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was really hard to achive, hence is fully tested
@@ -8,16 +8,16 @@ | |||
</template> | |||
<template #end> | |||
<chart-controls | |||
v-model="selectedRange" | |||
v-model="selectedScope" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
renaming of sibling component needed to be refactored
pageLimit.value = value | ||
} | ||
|
||
function formatSlug(scope, type) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is a lot of formatting function. After several attempts this is the minimal version
@michele-franchi In the meantime while waiting for minor MDW fix you can do the review. I will leave it On Hold column for automation purposes. |
Description
fixes #615
Demo
Checklist: