mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 17:26:34 +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;
|
padding: 0;
|
||||||
max-height: 250px;
|
max-height: 250px;
|
||||||
overflow: auto; }
|
overflow: auto; }
|
||||||
|
.modal-body a {
|
||||||
|
color: #5793db; }
|
||||||
.modal-body .list-group {
|
.modal-body .list-group {
|
||||||
padding: 0 20px; }
|
padding: 0 20px; }
|
||||||
.modal-body .list-group-item {
|
.modal-body .list-group-item {
|
||||||
|
@ -44,6 +44,10 @@
|
|||||||
max-height: 250px;
|
max-height: 250px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: $palette-theme-primary-background;
|
||||||
|
}
|
||||||
|
|
||||||
.list-group {
|
.list-group {
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
}
|
}
|
||||||
|
@ -6,6 +6,9 @@
|
|||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<div class="modal-text">
|
<div class="modal-text">
|
||||||
<p>A new version of Etcher is available for download</p>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user