Commit Graph

1042 Commits

Author SHA1 Message Date
8793284e75 Feature/add tags to admin control panel ()
* Add tags

* Update changelog
2022-12-24 12:28:17 +01:00
4f187e1a9f Feature/increase fear and greed index to 365 days ()
* Increase fear and greed index to 365 days

* Update changelog
2022-12-23 11:06:52 +01:00
b56111ae85 Feature/add dry run to import api endpoint ()
* Add dry run to import API endpoint

* Update changelog
2022-12-23 10:51:49 +01:00
5293de14cd Bugfix/fix rounding of y axis ticks in benchmark comparator ()
* Fix rounding

* Update changelog
2022-12-22 12:27:34 +01:00
42cb3e2c73 Harmonize style of symbol () 2022-12-20 13:29:57 +01:00
e8a4a53c9f Feature/support position detail dialog in top performers of analysis page ()
* Add support for position detail dialog

* Update changelog
2022-12-19 09:36:34 +01:00
7c65cf6ddd Update locales () 2022-12-17 21:20:51 +01:00
c38ebec3be Feature/add name to activities table ()
* Add name to symbol column

* Update changelog
2022-12-17 21:14:58 +01:00
2b8ab26e7e Feature/combine name and symbol column in holdings table ()
* Combine name and symbol column

* Update changelog
2022-12-17 20:50:39 +01:00
60f52bb209 Handle user signup for OAuth and Internet Identity ()
Co-Authored-By: gobdevel <99349192+gobdevel@users.noreply.github.com>
2022-12-17 16:18:00 +01:00
616d168a7c Feature/add signup permission ()
* Added support to disable user sign up in the admin control panel

* Update changelog

Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2022-12-17 12:39:21 +01:00
b13e4425d3 Feature/extend glossary by deflation inflation and stagflation ()
* Extend glossary by deflation, inflation and stagflation

* Update changelog
2022-12-16 17:38:19 +01:00
2a605f850d Refactor requests and responses () 2022-12-14 08:03:38 +01:00
e87b93f19c Feature/add logo endpoint ()
* Add logo endpoint

* Update changelog
2022-12-12 20:13:45 +01:00
49dcade964 Feature/add date of first activity to holdings ()
* Add date of first activity

* Update changelog
2022-12-11 10:19:35 +01:00
7cd65eed39 Feature/improve asset profile details dialog ()
* Improve asset profile details dialog

* Update changelog
2022-12-11 09:37:07 +01:00
a51b210f79 Feature/upgrade chart.js to version 4.0.1 ()
* Upgrade chart.js to version 4.0.1 (including plugins)

* Migrate border attributes

* Update changelog
2022-12-10 16:47:09 +01:00
3a78d6c3f1 Feature/add dividend timeline ()
* Add dividend timeline

* Update changelog

Co-Authored-By: João Pereira <joao@jpereira.me>
2022-12-10 11:54:49 +01:00
2efb331370 Feature/improve value redaction interceptor ()
* Improve value redaction interceptor

* Update changelog
2022-12-07 17:48:46 +01:00
42306530b8 New strings translated to Spanish ()
* Update messages.es.xlf

* Update changelog

Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2022-12-04 20:02:02 +01:00
68c9d1b266 Bugfix/fix activities sorting in account detail dialog ()
* Fix activities sorting

* Update changelog
2022-12-04 18:54:41 +01:00
50f6d154e5 Feature/extend sorting in tables ()
* Extend sorting

* Update changelog
2022-12-03 19:17:30 +01:00
e4c44faee4 Fix sorting by performance field in positions table () 2022-12-03 18:25:53 +01:00
292d345ce0 Feature/support manual currency for fee ()
* Support manual currency for fee

* Update changelog
2022-12-03 18:22:19 +01:00
b5b7af7741 Feature/improve asset profile management ()
* Improve asset profile management (Add note, fix filter)

* Update changelog
2022-11-30 20:01:17 +01:00
de3e0fad83 Remove link () 2022-11-29 23:19:07 +01:00
fb496431e8 Clean up () 2022-11-27 10:21:21 +01:00
441b251536 Setup form ()
* Setup form to patch asset profile (for symbolMapping)
2022-11-27 10:19:34 +01:00
1dbb5db611 Feature/improve wording in single account rule ()
* Improve wording

* Update changelog
2022-11-26 08:53:01 +01:00
6a764fe893 Convert between ZAc and ZAR ()
* Convert between ZAc and ZAR

* Update changelog
2022-11-22 20:18:38 +01:00
d2b75a244c Feature/improve language selector ()
* Improve language selector

* Update changelog
2022-11-21 20:39:52 +01:00
3611684f17 Feature/extend asset profile details dialog ()
* Extend asset profile details dialog

* Update changelog
2022-11-21 20:14:36 +01:00
0d338bb083 Bugfix/fix dynamic decimal places for cryptocurrencies in position detail dialog ()
* Fix dynamic decimal places

* Update changelog
2022-11-19 12:13:02 +01:00
be14458437 Bugfix/fix division by zero error in cash positions calculation ()
* Handle division by zero

* Update changelog
2022-11-19 10:19:01 +01:00
5978ddb80f Feature/improve support for manual data source ()
* Improve support for MANUAL data source

* Update changelog
2022-11-19 10:06:05 +01:00
18638dd1b7 Bugfix/Fix matsort not working in position detail dialog ()
* Fix matsort in position detail dialog

* Update changelog

Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2022-11-19 10:02:36 +01:00
81db3852e6 Feature/add sorting to accounts table ()
* Add sorting

* Update changelog
2022-11-19 09:57:28 +01:00
608e7a774d Feature/improve activities tab icon ()
* Improve icon

* Update changelog
2022-11-17 21:37:26 +01:00
3b4f8c69bb Feature/setup black friday 2022 deal ()
* Setup Black Friday 2022 deal

* Update changelog
2022-11-14 20:45:41 +01:00
4169de580b Feature/add indicator for excluded accounts ()
* Add indicator for excluded accounts

* Update changelog
2022-11-12 16:46:17 +01:00
d95fc82f95 Feature/change view mode selector to slide toggle ()
* Change view mode selector to slide toggle

* Update changelog
2022-11-11 20:01:08 +01:00
31c949f9d2 Feature/upgrade nx to version 15.0.13 ()
* Upgrade Nx to version 15.0.13

* Update changelog
2022-11-11 19:44:32 +01:00
9623a363ed Feature/convert into pwa ()
* Setup @angular/pwa
2022-11-11 16:50:23 +01:00
2d42549967 Feature/improvements in pricing page ()
* Improve pricing page

* Update changelog
2022-11-11 16:42:51 +01:00
cd5eb64a4c Removed margin-bottom tag from the body element ()
- This only changes the behaviour in Firefox
- All browsers now show the UI in a single page view
2022-11-09 20:48:13 +01:00
fc1507de4f Clean up () 2022-11-09 10:08:36 +01:00
33fd1282e5 Bugfix/fix cash position in user currency ()
* Initialize cash positions with user currency

* Update changelog
2022-11-08 17:32:50 +01:00
693ff9d3ea Setup pt () 2022-11-07 17:17:07 +01:00
21e87a0055 Clean up () 2022-11-07 17:03:34 +01:00
43426c9b01 Feature/restructure portfolio page ()
* Restructure portfolio page

* Update changelog
2022-11-07 16:57:26 +01:00