Add support for 12 and 24 hour time formats (and add radio buttons) #33

Merged
twig merged 8 commits from time-format into main 2025-07-12 20:48:36 +00:00
3 changed files with 8 additions and 8 deletions
Showing only changes of commit 0a8ae5fe31 - Show all commits

View file

@ -1,5 +1,12 @@
<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("selectedThemeUrl", id)
settingSave("selectedThemeId", id)
// if the theme didn't originally load for some reason, create it
if (!themeLinkElement) {

View file

@ -1,13 +1,6 @@
<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">