highlight error message & bigger h for history title

This commit is contained in:
axolotle 2021-04-08 13:24:12 +02:00
parent 016b49b94d
commit 128f059724
4 changed files with 8 additions and 7 deletions

View file

@ -98,6 +98,7 @@ div {
height: 1.25rem;
display: flex;
align-items: center;
justify-content: center;
min-width: 70px;
}

View file

@ -414,8 +414,7 @@
"warnings": "{count} warnings",
"words": {
"collapse": "Collapse",
"default": "Default",
"dismiss": "Dismiss"
"default": "Default"
},
"wrong_password": "Wrong password",
"yes": "Yes",

View file

@ -20,7 +20,8 @@
</p>
<p>
<strong v-t="'api_error.error_message'" /> <span v-html="error.message" />
<strong v-t="'api_error.error_message'" />
<b-alert class="mt-2" variant="danger" v-html="error.message" />
</p>
<template v-if="error.traceback">
@ -42,7 +43,7 @@
<!-- TODO add copy error ? -->
<b-button
variant="light" size="sm"
v-t="'words.dismiss'" @click="dismiss"
v-t="'ok'" @click="dismiss"
/>
</b-card-footer>
</div>

View file

@ -10,9 +10,9 @@
@mousedown.left.prevent="onHistoryBarClick"
@keyup.space.enter.prevent="onHistoryBarKey"
>
<h6 class="m-0">
<icon iname="history" /> <span class="d-none d-sm-inline">{{ $t('history.title') }}</span>
</h6>
<h5 class="m-0">
<icon iname="history" /> <span class="d-none d-sm-inline font-weight-bold">{{ $t('history.title') }}</span>
</h5>
<!-- CURRENT/LAST ACTION -->
<b-button