* Respect data source in data gathering
* Update changelog
* optimize fetching from multiple data sources (#123)
* optimize fetching from multiple data sources
* improve performance by executing data gathering promises in parallel
* removed unused imports
* rename hasHistoricalData to canHandle
* Sort imports
* Clean up
Co-authored-by: Valentin Zickner <3200232+vzickner@users.noreply.github.com>
* feat: add link to retrieve manually the current market price from data source
* Add icon
* Update changelog
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
* add multi-filter support for transaction filtering with auto completion
* update changelog
* fix table for transaction for accounts without platform
* simplify readme file since docker compose build is not required (#75)
* simplify readme file since docker compose build is not required
* add anchor navigation in README.md
* Improve UI
* Refactoring
* Refactoring
* Feature/travis (#77)
* integrate travis
* fix prettier transactions-page.component.ts
* change base branch to main
* fetch all branches in .travis.yml
* Bugfix/keep current menu item active (#78)
* Keep current menu item active
* Update changelog
* Feature/travis (#77)
* integrate travis
* fix prettier transactions-page.component.ts
* change base branch to main
* fetch all branches in .travis.yml
* Keep current menu item active
* Update changelog
Co-authored-by: Valentin Zickner <3200232+vzickner@users.noreply.github.com>
* add multi-filter support for transaction filtering with auto completion
* update changelog
* fix table for transaction for accounts without platform
* Improve UI
* Refactoring
* Refactoring
* Update changelog
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
* Keep current menu item active
* Update changelog
* Feature/travis (#77)
* integrate travis
* fix prettier transactions-page.component.ts
* change base branch to main
* fetch all branches in .travis.yml
* Keep current menu item active
* Update changelog
Co-authored-by: Valentin Zickner <3200232+vzickner@users.noreply.github.com>
* fix: add filterPredicate on transactions table to filter by account name
* Minor refactoring
* Update changelog
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>