Compare commits
No commits in common. "0a8ae5fe3124d62643a017d6ffb3c5eb7290a84b" and "885fc5f9064e960477f1dba12739072c24a79af7" have entirely different histories.
0a8ae5fe31
...
885fc5f906
3 changed files with 8 additions and 8 deletions
7
app.vue
7
app.vue
|
@ -1,12 +1,5 @@
|
|||
<template>
|
||||
<div>
|
||||
<div id="homebar">
|
||||
<div class="homebar-item">
|
||||
<marquee>
|
||||
gorb!!!!!
|
||||
</marquee>
|
||||
</div>
|
||||
</div>
|
||||
<Banner v-if="banner" />
|
||||
<NuxtPage :keepalive="true" />
|
||||
</div>
|
||||
|
|
|
@ -55,7 +55,7 @@ function changeTheme(id: string, url: string) {
|
|||
return;
|
||||
}
|
||||
|
||||
settingSave("selectedThemeId", id)
|
||||
settingSave("selectedThemeUrl", id)
|
||||
|
||||
// if the theme didn't originally load for some reason, create it
|
||||
if (!themeLinkElement) {
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
<template>
|
||||
<Loading v-show="loading" />
|
||||
<div :class="{ hidden: loading, visible: !loading }" id="client-root">
|
||||
<div id="homebar">
|
||||
<div class="homebar-item">
|
||||
<marquee>
|
||||
gorb!!!!!
|
||||
</marquee>
|
||||
</div>
|
||||
</div>
|
||||
<div id = "page-content">
|
||||
<div id="left-column">
|
||||
<NuxtLink id="home-button" href="/me">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue