Compare commits

..

No commits in common. "0a8ae5fe3124d62643a017d6ffb3c5eb7290a84b" and "885fc5f9064e960477f1dba12739072c24a79af7" have entirely different histories.

3 changed files with 8 additions and 8 deletions

View file

@ -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>

View file

@ -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) {

View file

@ -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">