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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with
25 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/login/login-page.html
-
apps/client/src/app/pages/login/login-page.scss
-
BIN
apps/client/src/assets/android-chrome-192x192.png
-
BIN
apps/client/src/assets/android-chrome-512x512.png
-
BIN
apps/client/src/assets/badge-en-google-play.png
|
|
@ -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 |
|
|
|
|
|
@ -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> |
|
|
|
|
|
@ -18,6 +18,12 @@ |
|
|
|
background-color: var(--light-background); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.downloads { |
|
|
|
img { |
|
|
|
height: 2.5rem; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
:host-context(.is-dark-theme) { |
|
|
|
Width:
|
Height:
|
Size: 4.3 KiB
Width:
|
Height:
|
Size: 3.9 KiB
|
Width:
|
Height:
|
Size: 13 KiB
Width:
|
Height:
|
Size: 14 KiB
|
Width:
|
Height:
|
Size: 13 KiB
|