mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
feat(gui): add changelog link to update notifier (#920)
We add a blue clickable link to the Github changelog in the update dialog modal. Closes: https://github.com/resin-io/etcher/issues/905 Change-Type: patch Changelog-Entry: Add a changelog link to the update notifier modal.
This commit is contained in:
parent
0c1f9e93ba
commit
ae6b707bb4
@ -6240,6 +6240,8 @@ body {
|
||||
padding: 0;
|
||||
max-height: 250px;
|
||||
overflow: auto; }
|
||||
.modal-body a {
|
||||
color: #5793db; }
|
||||
.modal-body .list-group {
|
||||
padding: 0 20px; }
|
||||
.modal-body .list-group-item {
|
||||
|
@ -44,6 +44,10 @@
|
||||
max-height: 250px;
|
||||
overflow: auto;
|
||||
|
||||
a {
|
||||
color: $palette-theme-primary-background;
|
||||
}
|
||||
|
||||
.list-group {
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
@ -6,6 +6,9 @@
|
||||
<div class="modal-body">
|
||||
<div class="modal-text">
|
||||
<p>A new version of Etcher is available for download</p>
|
||||
<a os-open-external="https://github.com/resin-io/etcher/blob/master/CHANGELOG.md#readme">
|
||||
See what's new
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user