From f6acf5207b5bec5afc06c95df69ad08f1c132d9b Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 21 Nov 2021 17:55:58 +0100 Subject: [PATCH] Feature/add value to positions table (#484) * Add value column * Update changelog --- CHANGELOG.md | 1 + .../positions-table.component.html | 21 +++++++++++++++++++ .../positions-table.component.ts | 1 + 3 files changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 958a49530..8b50a6b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added the value column to the positions table - Added support for cryptocurrency _Algorand_ ### Changed diff --git a/apps/client/src/app/components/positions-table/positions-table.component.html b/apps/client/src/app/components/positions-table/positions-table.component.html index 6b07f013d..69f09678c 100644 --- a/apps/client/src/app/components/positions-table/positions-table.component.html +++ b/apps/client/src/app/components/positions-table/positions-table.component.html @@ -15,6 +15,27 @@ + + + Value + + +
+ +
+ +
+