Removed patron references
ci/woodpecker/push/ociImagePush Pipeline is pending
Details
ci/woodpecker/push/ociImagePush Pipeline is pending
Details
This commit is contained in:
parent
815d4da423
commit
46590301b5
|
@ -123,27 +123,6 @@
|
||||||
></template
|
></template
|
||||||
>
|
>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
<FormSection>
|
|
||||||
<template #label
|
|
||||||
><Mfm text="$[jelly ❤]" />
|
|
||||||
{{ i18n.ts._aboutMisskey.patrons }}</template
|
|
||||||
>
|
|
||||||
<MkSparkle>
|
|
||||||
<span
|
|
||||||
v-for="patron in patrons"
|
|
||||||
:key="patron"
|
|
||||||
style="
|
|
||||||
margin-bottom: 0.5rem;
|
|
||||||
margin-right: 0.5rem;
|
|
||||||
"
|
|
||||||
>
|
|
||||||
<Mfm :text="`${patron}`" />
|
|
||||||
</span>
|
|
||||||
</MkSparkle>
|
|
||||||
<template #caption>{{
|
|
||||||
i18n.ts._aboutMisskey.morePatrons
|
|
||||||
}}</template>
|
|
||||||
</FormSection>
|
|
||||||
</div>
|
</div>
|
||||||
</MkSpacer>
|
</MkSpacer>
|
||||||
</div>
|
</div>
|
||||||
|
@ -164,8 +143,6 @@ import { defaultStore } from "@/store";
|
||||||
import * as os from "@/os";
|
import * as os from "@/os";
|
||||||
import { definePageMetadata } from "@/scripts/page-metadata";
|
import { definePageMetadata } from "@/scripts/page-metadata";
|
||||||
|
|
||||||
const patrons = await os.api("patrons");
|
|
||||||
|
|
||||||
let easterEggReady = false;
|
let easterEggReady = false;
|
||||||
let easterEggEmojis = $ref([]);
|
let easterEggEmojis = $ref([]);
|
||||||
let easterEggEngine = $ref(null);
|
let easterEggEngine = $ref(null);
|
||||||
|
|
|
@ -100,20 +100,6 @@
|
||||||
v-tooltip.noDelay="i18n.ts.isBot"
|
v-tooltip.noDelay="i18n.ts.isBot"
|
||||||
><i class="ph-robot ph-bold ph-lg"></i
|
><i class="ph-robot ph-bold ph-lg"></i
|
||||||
></span>
|
></span>
|
||||||
<span
|
|
||||||
v-if="
|
|
||||||
patrons?.includes(
|
|
||||||
`@${user.username}@${
|
|
||||||
user.host || host
|
|
||||||
}`
|
|
||||||
)
|
|
||||||
"
|
|
||||||
v-tooltip.noDelay="i18n.ts.isPatron"
|
|
||||||
style="color: var(--badge)"
|
|
||||||
><i
|
|
||||||
class="ph-hand-coins ph-bold ph-lg"
|
|
||||||
></i
|
|
||||||
></span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -192,18 +178,6 @@
|
||||||
v-tooltip.noDelay="i18n.ts.isBot"
|
v-tooltip.noDelay="i18n.ts.isBot"
|
||||||
><i class="ph-robot ph-bold ph-lg"></i
|
><i class="ph-robot ph-bold ph-lg"></i
|
||||||
></span>
|
></span>
|
||||||
<span
|
|
||||||
v-if="
|
|
||||||
patrons?.includes(
|
|
||||||
`@${user.username}@${
|
|
||||||
user.host || host
|
|
||||||
}`
|
|
||||||
)
|
|
||||||
"
|
|
||||||
v-tooltip.noDelay="i18n.ts.isPatron"
|
|
||||||
style="color: var(--badge)"
|
|
||||||
><i class="ph-hand-coins ph-bold ph-lg"></i
|
|
||||||
></span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="follow-container">
|
<div class="follow-container">
|
||||||
|
@ -456,8 +430,6 @@ const timeForThem = $computed(() => {
|
||||||
return "";
|
return "";
|
||||||
});
|
});
|
||||||
|
|
||||||
const patrons = await os.api("patrons");
|
|
||||||
|
|
||||||
function parallaxLoop() {
|
function parallaxLoop() {
|
||||||
parallaxAnimationId = window.requestAnimationFrame(parallaxLoop);
|
parallaxAnimationId = window.requestAnimationFrame(parallaxLoop);
|
||||||
parallax();
|
parallax();
|
||||||
|
|
Loading…
Reference in New Issue