Browse Source

Feature/update icon and add google play badge (#69)

* Add maskable icons

* Add Google Play badge

* Update changelog
pull/70/head
Thomas 4 years ago
committed by GitHub
parent
commit
a3d1ac2ce4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      CHANGELOG.md
  2. 9
      apps/client/src/app/pages/login/login-page.html
  3. 6
      apps/client/src/app/pages/login/login-page.scss
  4. BIN
      apps/client/src/assets/android-chrome-192x192.png
  5. BIN
      apps/client/src/assets/android-chrome-512x512.png
  6. BIN
      apps/client/src/assets/badge-en-google-play.png

10
CHANGELOG.md

@ -5,6 +5,16 @@ 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
### Added
- Added a _Google Play_ badge on the landing page
### Changed
- Changed to maskable icons
## 0.99.0 - 03.05.2021
### Added

9
apps/client/src/app/pages/login/login-page.html

@ -156,4 +156,13 @@
</div>
</div>
</div>
<div class="downloads my-5 row justify-content-center">
<a
href="https://play.google.com/store/apps/details?id=ch.dotsilver.ghostfolio.twa"
title="Get Ghostfolio on Google Play"
>
<img alt="Google Play Badge" src="assets/badge-en-google-play.png" />
</a>
</div>
</div>

6
apps/client/src/app/pages/login/login-page.scss

@ -18,6 +18,12 @@
background-color: var(--light-background);
}
}
.downloads {
img {
height: 2.5rem;
}
}
}
:host-context(.is-dark-theme) {

BIN
apps/client/src/assets/android-chrome-192x192.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
apps/client/src/assets/android-chrome-512x512.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 14 KiB

BIN
apps/client/src/assets/badge-en-google-play.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Loading…
Cancel
Save