-
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
Open
janmichek
wants to merge
57
commits into
develop
Choose a base branch
from
Filter-transactions-table-by-date
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
b048959
add basic UI
janmichek 6fd2312
watch selected range value
janmichek 00fb597
concat url string for combined parameter
janmichek e216c2f
style UI
janmichek 2dfaa39
fix combining queries
janmichek 338560f
fix passing parameter
janmichek e2b9640
style UI
janmichek f4a9421
todo move solution to store
janmichek bdae425
todo move solution to store
janmichek 6d5e3c2
todo move solution to store
janmichek 1296b4c
fix combine filtering
janmichek 44a46c4
set parameters to components from directly pasted url
janmichek 82e877a
fix initial state
janmichek a3adf28
cleanup code
janmichek e98fdb7
names refactoring
janmichek 32f6dbd
names refactoring
janmichek 4d5a956
add cancel button
janmichek b870edf
set component state after nevigating throught direct link
janmichek 748e3b5
enable clear date
janmichek b75c564
increase test timeout
janmichek 86f1e09
fix setting time parameters from url
janmichek d586ce7
fix initialize table
janmichek 4009485
fix combine parameters
janmichek 0eb2132
resolve edge casees of combining parameters
janmichek 038bdcd
fix code style
janmichek a367f13
add e2e test before refactoring
janmichek 51f3ea4
components refactoring
janmichek c5aa757
components refactoring
janmichek 1cb9174
store refactoring
janmichek cca00fc
edit tx counter
janmichek e7ad96a
improve tests
janmichek c303599
refactor store
janmichek 4f65202
refactor store
janmichek ed5d713
improve test precision
janmichek ab2a6d9
rename variables
janmichek 16f51f5
move formatting to store
janmichek 4e1bd02
move formatting to store
janmichek dfd2010
format datetime value inside component
janmichek b911c14
rename variable
janmichek 7037d0b
Merge branch 'develop' into Filter-transactions-table-by-date
janmichek be3902d
simplify formatting
janmichek acb327b
refactor formatting
janmichek 7e72ace
ui style fixes
janmichek 623d2e7
fix code style
janmichek 7d568a2
simplify parameters
janmichek c7c9611
simplify parameters
janmichek 16343fd
fix styles
janmichek 5410db1
formatting fixes
janmichek 4f10027
tod fix reseting scope
janmichek 78bfc04
use useVModel
janmichek 506199e
reuse clear function
janmichek 7b5bcdb
code cleanup
janmichek 9bcddb1
code cleanup
janmichek b08fa0b
fix test to pass
janmichek 4c2a907
fix test to pass
janmichek 573795f
Merge branch 'develop' into Filter-transactions-table-by-date
janmichek 79d3bb0
fixes after rebase
janmichek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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