enhance: improve alert for "a new version has been downloaded"

pull/3316/head
Devon Zuegel 2021-11-25 15:36:27 -05:00 committed by Tienson Qin
parent 295c6d7b91
commit 196c402780
3 changed files with 13 additions and 13 deletions

View File

@ -151,7 +151,7 @@
(when downloaded
[:div.cp__header-tips
[:p (t :updater/new-version-install)
[:a.ui__button.restart
[:a.restart.ml-2
{:on-click #(handler/quit-and-install-new-version!)}
(svg/reload 16) [:strong (t :updater/quit-and-install)]]]])))

View File

@ -52,28 +52,27 @@
&-tips {
position: absolute;
padding: 6px 0;
text-align: center;
min-width: var(--ls-main-content-max-width);
width: 100%;
padding: 0 0;
transform: translateY(100%);
display: flex;
justify-content: center;
font-weight: 500;
align-items: center;
background-color: var(--ls-secondary-background-color);
box-sizing: border-box;
margin: 0;
background: rgba(219, 234, 254);
margin-top: -16px;
left: 0;
top: -2px;
color: var(--ls-secondary-text-color);
z-index: 1000;
> p {
color: #433f38;
margin: 0;
display: flex;
display: inline-flex;
align-items: center;
font-size: 14px;
}
a {
color: var(--ls-link-text-color) !important;
color: #106ba3 !important;
}
a.restart {
@ -84,6 +83,7 @@
svg {
color: currentColor !important;
margin-right: 2px;
}
> strong {

View File

@ -349,7 +349,7 @@
:pdf/linked-ref "Linked references"
:pdf/toggle-dashed "Dashed style for area highlight"
:updater/new-version-install "A new version has been downloaded. Restart the application to apply the updates."
:updater/new-version-install "A new version has been downloaded."
:updater/quit-and-install "Restart to install"
:paginates/pages "Total {1} pages"