285 Commits

Author SHA1 Message Date
Eduardo Marinho
60ef46accf
Bugfix/fix state handling of currency selector component (#2795) (#3429)
* Fix state handling of currency selector component

* Update changelog
2024-06-01 10:53:02 +02:00
Thomas Kaul
4355c96ab6
Bugfix/fix initial annual interest rate in fire calculator (#3437)
* Fix initial annual interest rate

* Update changelog
2024-05-31 17:29:19 +02:00
Thomas Kaul
5d49ff7a4a
Feature/improve usability of date range selector in assistant (#3409)
* Improve usability of date range selector

* Update changelog
2024-05-22 16:39:39 +02:00
Thomas Kaul
e31b4c64cb
Feature/refactor holding detail dialog to standalone (#3407)
* Refactor holding detail dialog to standalone

* Update changelog
2024-05-19 19:13:14 +03:00
Fedron
5616bc4956
Feature/validate account balance creation/update using DTO (#3400)
* Validate create account balance using DTO
2024-05-13 13:47:33 +02:00
Gerard Du Pre
8319b216bb
Feature/support delete activities with filtering (#3394)
* Support delete activities with filtering

* Update changelog

---------

Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2024-05-12 09:56:07 +02:00
Thomas Kaul
72e75208df
Bugfix/fix position detail dialog close functionality (#3396)
* Handle holding detail dialog open functionality in a single place (AppComponent)

* Update changelog
2024-05-11 20:27:18 +02:00
Thomas Kaul
61f0da35bc
Feature/disable delete all activities if filters are active (#3389)
* Disable delete all activities button if filters are active

* Update changelog
2024-05-10 08:51:34 +02:00
Thomas Kaul
66bdb374e8
Feature/set icon columns of tables to stick at beginning (#3377)
* Set icon columns to stick at the beginning

* Update changelog
2024-05-08 20:04:58 +02:00
Thomas Kaul
4ad4fa2b30
Feature/clean up deprecated GET api/portfolio/positions endpoint (#3373) 2024-05-08 20:04:32 +02:00
Thomas Kaul
1fd836194f
Feature/add absolute change column to holdings table (#3378)
* Add absolute change column

* Update changelog
2024-05-08 20:02:50 +02:00
Thomas Kaul
f2cb671c7f
Feature/optimize get porfolio details endpoint (#3366)
* Eliminate getPerformance() from getSummary() function

* Disable cache for getDetails()

* Add hint to portfolio summary

* Update changelog
2024-05-04 15:53:02 +02:00
Thomas Kaul
c1ad483f33
Improve alignment (#3370) 2024-05-04 15:50:47 +02:00
Thomas Kaul
f3d961bc16
Feature/move holdings table to holdings tab of home page (#3368)
* Move holdings table to holdings tab of home page

* Deprecate api/v1/portfolio/positions endpoint

* Update changelog
2024-05-04 14:11:37 +02:00
Thomas Kaul
42b70ef568
Feature/improve performance labels in position detail dialog (#3363)
* Improve performance labels (with and without currency effects)

* Update changelog
2024-05-04 07:49:37 +02:00
Thomas Kaul
4416ba0c88
Feature/set performance column of holdings table to stick at end (#3353)
* Set up stickyEnd in performance column

* Update changelog
2024-05-02 19:16:59 +02:00
Thomas Kaul
a4efbc0131
Feature/migrate UI components to control flow (#3324)
* Migrate to control flow

* Update changelog
2024-04-26 17:40:00 +02:00
Thomas Kaul
990028316e
Refactor form controls to form getter (#3325) 2024-04-24 20:20:56 +02:00
Thomas Kaul
cdbe6eedeb
Feature/change cash to liquidity in asset class enum (#3321)
* Change CASH to LIQUIDITY in asset class enum

* Update changelog
2024-04-23 18:55:37 +02:00
Thomas Kaul
47fd029e0c
Clean up styles (#3305) 2024-04-20 12:15:21 +02:00
Bastien Jeannelle
dfacbed66d
Feature/add support to create account cash balances (#3260)
* Add support to create account cash balances

* Update changelog

---------

Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2024-04-20 11:00:00 +02:00
Thomas Kaul
bed9ae916c
Migrate UI components to standalone (#3302) 2024-04-19 20:57:47 +02:00
Thomas Kaul
92fb05320a
Migrate UI components to standalone (#3296) 2024-04-19 18:31:35 +02:00
Thomas Kaul
73d62bb51f
Migrate UI components to standalone (#3290) 2024-04-18 20:46:12 +02:00
Thomas Kaul
50dbbf0569
Feature/refactor symbol icon module to asset profile icon component (#3245)
* Refactor symbol icon module to asset profile icon component (standalone)
2024-04-06 21:15:19 +02:00
Thomas Kaul
efdc9b387f
Eliminate ghostfolio-style.scss (#3228) 2024-04-01 13:24:00 +02:00
Thomas Kaul
084467ee9a
Feature/reverse order of specific years in date range selector of assistant (#3221)
* Reverse order

* Update changelog
2024-03-31 11:24:50 +02:00
Thomas Kaul
f1eeee0525
Feature/extend date range support by specific years (#3190)
* Extend date range support by specific years

* Support date range in benchmark endpoint

* Support date range in activities endpoint

* Update changelog
2024-03-30 13:06:42 +01:00
Thomas Kaul
a33f8d5bed
Upgrade @types/big.js to version 6.2.2 (#3191)
* Upgrade @types/big.js to version 6.2.2

* Refactor imports
2024-03-25 08:34:30 +01:00
Thomas Kaul
8a49a04324
Feature/improve usability of benchmarks in markets overview (#3077)
* Improve icons, localize label

* Update changelog
2024-03-02 09:48:53 +01:00
Thomas Kaul
15cc294581
Feature/move break down of performance from experimental to general availability (#3047)
* Move break down of performance to general availability

* Update changelog
2024-02-25 19:12:30 +01:00
Thomas Kaul
2e9d40c201
Feature/switch to performance calculations with currency effects (#3039)
* Switch to performance calculations with currency effects

* Improve value redaction in portfolio details endpoint

* Update changelog
2024-02-24 19:58:13 +01:00
Thomas Kaul
c002e37285
Feature/add missing default currency to prepare currencies function (#3042)
* Add missing default currency

* Update changelog
2024-02-24 19:45:51 +01:00
Thomas Kaul
48b412cfb8
Feature/harmonize setting of default locale (#3032)
* Harmonize setting of default locale

* Update changelog
2024-02-22 20:10:27 +01:00
Thomas Kaul
b62488628c
Prettify markup (#3029) 2024-02-21 09:58:15 +01:00
Thomas Kaul
e1371a8d2b
Clean up (#3018) 2024-02-18 12:27:34 +01:00
Thomas Kaul
448cea0b69
Feature/improve usability of holdings table (#3017)
* Improve usability

* Update changelog
2024-02-18 10:18:53 +01:00
Thomas Kaul
2518a8fd9d
Feature/add accounts tab to position detail dialog (#3012)
* Add accounts tab to position detail dialog

* Update changelog
2024-02-17 21:32:56 +01:00
Thomas Kaul
1fec49fbc2
Improve states (#3000) 2024-02-13 19:44:17 +01:00
Thomas Kaul
d5d40c0ea1
Migrate to control flow (#2991)
* Migrate to control flow
2024-02-11 20:51:06 +01:00
Thomas Kaul
446c7cb517
Remove closing tags of mat-* components (#2989) 2024-02-11 18:12:16 +01:00
Thomas Kaul
e921ed7f52
Reorder imports (#2988) 2024-02-11 17:50:18 +01:00
Thomas Kaul
fcbf2f1645
Feature/remove lazy from name of activities table (#2978)
* Remove lazy from name

* Update translations
2024-02-09 18:48:05 +01:00
Thomas Kaul
9fe90273c7
Feature/move assistant to general availability (#2977)
* Move assistant from experimental to general availability

* Update changelog
2024-02-09 18:25:15 +01:00
Thomas Kaul
4078229fe6
Feature/add button to apply filters in assistant (#2971)
* Add apply filters button

* Update changelog
2024-02-09 09:45:54 +01:00
Thomas Kaul
893e76f83f
Feature/provide data provider info in search (#2958)
* Provide data provider info in search

* Update changelog
2024-02-05 19:55:39 +01:00
Thomas Kaul
06ba7a4b1b
Feature/extend assistant by asset class selector (#2957)
* Remove tabs

* Add asset class selector

* Update changelog
2024-02-04 15:50:58 +01:00
Thomas Kaul
c68d113d27
Feature/improve usability of account and tag selector of assistant (#2955)
* Change radio button to select

* account
* tag

* Update changelog
2024-02-04 12:11:01 +01:00
Thomas Kaul
d4afa03505
Bugfix/fix rendering issue with date range selector of assistant (#2950)
* Improve click handling

* Improve locales

* Update changelog
2024-02-03 09:42:50 +01:00
Thomas Kaul
8b10695353
Feature/only show used tags in tag selector of assistant (#2943)
* Only show used tags in tag selector

* Update changelog
2024-01-29 19:53:47 +01:00