mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
chore(profile): added information about no recent history
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
</div>
|
||||
|
||||
<div class="history-list-box">
|
||||
<div v-if="combinedJournal.length == 0" class="no-recent-history text--grayed">
|
||||
{{ t('profile.list.no-recent-history') }}
|
||||
</div>
|
||||
|
||||
<router-link
|
||||
v-for="entry in combinedJournal"
|
||||
:to="
|
||||
@@ -269,6 +273,12 @@ async function fetchPlayerJournal() {
|
||||
}
|
||||
}
|
||||
|
||||
.no-recent-history {
|
||||
padding: 1em;
|
||||
font-size: 1.25em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.entry-top-date {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user