From cf582b2e98396540507c62b860b543dde64cdf29 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Thu, 22 Apr 2021 21:21:52 +0200 Subject: [PATCH] Add symbol icon to position detail dialog (#37) --- CHANGELOG.md | 1 + .../dialog-header/dialog-header.component.html | 6 ++++++ .../dialog-header/dialog-header.component.scss | 1 + .../dialog-header/dialog-header.component.ts | 1 + .../components/dialog-header/dialog-header.module.ts | 3 ++- .../position-detail-dialog/interfaces/interfaces.ts | 1 + .../position-detail-dialog.html | 1 + .../app/components/position/position.component.html | 5 ----- .../src/app/components/position/position.component.ts | 11 ++++++----- .../src/app/components/position/position.module.ts | 2 -- .../components/symbol-icon/symbol-icon.component.html | 1 + .../components/symbol-icon/symbol-icon.component.scss | 5 +++++ .../components/symbol-icon/symbol-icon.component.ts | 1 + 13 files changed, 26 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ea298a74..874349dce 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 - Improved the user table of the admin control panel +- Added the symbol logo to the position detail dialog ## 0.89.0 - 21.04.2021 diff --git a/apps/client/src/app/components/dialog-header/dialog-header.component.html b/apps/client/src/app/components/dialog-header/dialog-header.component.html index 0b683f9b9..20a55bb4a 100644 --- a/apps/client/src/app/components/dialog-header/dialog-header.component.html +++ b/apps/client/src/app/components/dialog-header/dialog-header.component.html @@ -1,3 +1,9 @@ + {{ title }}