chore: Merge branch 'origin/develop' into Weblate.

This commit is contained in:
Hosted Weblate 2023-06-08 22:20:42 +02:00
commit abf8e4f585
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -367,8 +367,6 @@ const props = withDefaults(
const router = useRouter();
const patrons = await os.api("patrons");
let parallaxAnimationId = $ref<null | number>(null);
let narrow = $ref<null | boolean>(null);
let rootEl = $ref<null | HTMLElement>(null);
@ -423,6 +421,8 @@ const timeForThem = $computed(() => {
return "";
});
const patrons = $computed(async () => await os.api("patrons"));
function menu(ev) {
os.popupMenu(
getUserMenu(props.user, router),