From b8c05d1014c85b14e4694ed8cf9bdabf02ab1042 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Wed, 12 May 2021 20:32:34 +0200 Subject: [PATCH] Feature/harmonize table styles (#80) * Harmonize table styles * Update changelog --- CHANGELOG.md | 6 + .../access-table/access-table.component.html | 10 +- .../access-table/access-table.component.scss | 2 + .../accounts-table.component.html | 39 ++----- .../accounts-table.component.scss | 36 +----- .../accounts-table.component.ts | 2 +- .../positions-table.component.html | 27 +++-- .../positions-table.component.scss | 24 +--- .../transactions-table.component.html | 70 ++++++------ .../transactions-table.component.scss | 26 +---- .../transactions-table.component.ts | 4 +- .../src/app/pages/account/account-page.html | 6 +- .../create-or-update-account-dialog.html | 2 +- .../src/app/pages/admin/admin-page.html | 106 +++++++++--------- .../src/app/pages/admin/admin-page.scss | 38 ++----- apps/client/src/styles/ghostfolio-style.scss | 28 +++++ 16 files changed, 175 insertions(+), 251 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d57c9a27..fb47651b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Changed + +- Harmonized the style of various tables + ## 1.1.0 - 11.05.2021 ### Added diff --git a/apps/client/src/app/components/access-table/access-table.component.html b/apps/client/src/app/components/access-table/access-table.component.html index 3ca35bee..8897a440 100644 --- a/apps/client/src/app/components/access-table/access-table.component.html +++ b/apps/client/src/app/components/access-table/access-table.component.html @@ -1,14 +1,14 @@ -
User | -+ | User | +{{ element.granteeAlias }} | Type | -+ | Type | +
| Name | -+ | + Name + | +{{ element.name }} | - Type - | -
-
- {{ element.accountType }}
-
- |
- Platform | -+ | + Platform + | +
- |
+ |
+ |
| |
---|