mirror of
https://github.com/defnull/fediwall.git
synced 2024-11-21 15:13:20 +01:00
Merge pull request #10 from andypiper/minor-fix
UI: fix Appearance typo.
This commit is contained in:
commit
53d4d76339
@ -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">
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user