Merge pull request #10 from andypiper/minor-fix

UI: fix Appearance typo.
This commit is contained in:
Marcel Hellkamp 2023-10-17 09:33:44 +02:00 committed by GitHub
commit 53d4d76339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@ const stopUpdates = () => {
/**
* Trigger a wall update.
*
*
* Does nothing if there is an update running already.
*/
async function updateWall() {
@ -203,7 +203,7 @@ const privacyLink = computed(() => {
</header>
<main>
<div v-if="config === undefined">Initialiting ...</div>
<div v-if="config === undefined">Initializing ...</div>
<div v-else-if="filteredPosts.length === 0 && updateInProgress">Loading first posts ...</div>
<div v-else-if="filteredPosts.length === 0">Nothing there yet ...</div>
<div v-else v-masonry transition-duration="1s" item-selector=".wall-item" percent-position="true" id="wall">

View File

@ -135,7 +135,7 @@ const onSubmit = () => {
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" data-bs-toggle="tab" id="btab-appearance" data-bs-target="#ctab-appearance"
type="button" role="tab" aria-controls="ctab-appearance" aria-selected="false">Apperance</button>
type="button" role="tab" aria-controls="ctab-appearance" aria-selected="false">Appearance</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" data-bs-toggle="tab" id="btab-advanced" data-bs-target="#ctab-advanced" type="button"