diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c4ea5c66..180306acd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Extended the _Public API_ with a new endpoint that provides portfolio performance metrics (experimental) +- Added the portfolio performance metrics to the public page - Added a blog post: _Hacktoberfest 2024_ ### Changed diff --git a/apps/client/src/app/pages/public/public-page.html b/apps/client/src/app/pages/public/public-page.html index fe213166f..369ea50f5 100644 --- a/apps/client/src/app/pages/public/public-page.html +++ b/apps/client/src/app/pages/public/public-page.html @@ -7,6 +7,62 @@ +
+
+ + + Today + + +
+
+ + + This year + + +
+
+ + + From the beginning + + +
+
diff --git a/libs/ui/src/lib/value/value.component.html b/libs/ui/src/lib/value/value.component.html index d1e498bcc..a691c54e8 100644 --- a/libs/ui/src/lib/value/value.component.html +++ b/libs/ui/src/lib/value/value.component.html @@ -5,7 +5,7 @@