1
0

fix: icons and update urls

This commit is contained in:
Marie
2024-02-19 18:46:42 +01:00
parent 70f7f976fb
commit d182402cfa
10 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -6,4 +6,4 @@
url = https://github.com/misskey-dev/emojis.git url = https://github.com/misskey-dev/emojis.git
[submodule "tossface-emojis"] [submodule "tossface-emojis"]
path = tossface-emojis path = tossface-emojis
url = https://git.joinsharkey.org/Sharkey/tossface-emojis.git url = https://activitypub.software/TransFem-org/tossface-emojis.git
+1 -1
View File
@@ -4,7 +4,7 @@
"codename": "shonk", "codename": "shonk",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.joinsharkey.org/Sharkey/Sharkey.git" "url": "https://activitypub.software/TransFem-org/Sharkey.git"
}, },
"packageManager": "pnpm@8.15.1", "packageManager": "pnpm@8.15.1",
"workspaces": [ "workspaces": [
@@ -18,7 +18,7 @@ doctype html
Thank you for using Sharkey! Thank you for using Sharkey!
If you are reading this message... how about joining the development? If you are reading this message... how about joining the development?
https://git.joinsharkey.org/Sharkey/Sharkey https://activitypub.software/TransFem-org/Sharkey
html html
@@ -13,7 +13,7 @@ doctype html
Thank you for using Sharkey! Thank you for using Sharkey!
If you are reading this message... how about joining the development? If you are reading this message... how about joining the development?
https://git.joinsharkey.org/Sharkey/Sharkey https://activitypub.software/TransFem-org/Sharkey
html html
@@ -45,7 +45,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template #label>{{ i18n.ts.basicNotesBeforeCreateAccount }}</template> <template #label>{{ i18n.ts.basicNotesBeforeCreateAccount }}</template>
<template #suffix><i v-if="agreeNote" class="ph-check ph-bold ph-lg" style="color: var(--success)"></i></template> <template #suffix><i v-if="agreeNote" class="ph-check ph-bold ph-lg" style="color: var(--success)"></i></template>
<a href="https://git.joinsharkey.org/Sharkey/Sharkey/src/branch/stable/IMPORTANT_NOTES.md" class="_link" target="_blank">{{ i18n.ts.basicNotesBeforeCreateAccount }} <i class="ph-arrow-square-out ph-bold ph-lg"></i></a> <a href="https://activitypub.software/TransFem-org/Sharkey/-/blob/stable/IMPORTANT_NOTES.md" class="_link" target="_blank">{{ i18n.ts.basicNotesBeforeCreateAccount }} <i class="ph-arrow-square-out ph-bold ph-lg"></i></a>
<MkSwitch :modelValue="agreeNote" style="margin-top: 16px;" data-cy-signup-rules-notes-agree @update:modelValue="updateAgreeNote">{{ i18n.ts.agree }}</MkSwitch> <MkSwitch :modelValue="agreeNote" style="margin-top: 16px;" data-cy-signup-rules-notes-agree @update:modelValue="updateAgreeNote">{{ i18n.ts.agree }}</MkSwitch>
</MkFolder> </MkFolder>
@@ -27,7 +27,7 @@ const modal = shallowRef<InstanceType<typeof MkModal>>();
const whatIsNew = () => { const whatIsNew = () => {
modal.value?.close(); modal.value?.close();
window.open(`https://git.joinsharkey.org/Sharkey/Sharkey/releases/tag/${version}`, '_blank'); window.open(`https://activitypub.software/TransFem-org/Sharkey/-/releases/${version}`, '_blank');
}; };
onMounted(() => { onMounted(() => {
@@ -69,16 +69,16 @@ SPDX-License-Identifier: AGPL-3.0-only
<FormSection> <FormSection>
<template #label>{{ i18n.ts._aboutMisskey.projectMembers }}</template> <template #label>{{ i18n.ts._aboutMisskey.projectMembers }}</template>
<div :class="$style.contributors" style="margin-bottom: 8px;"> <div :class="$style.contributors" style="margin-bottom: 8px;">
<a href="https://git.joinsharkey.org/Marie" target="_blank" :class="$style.contributor"> <a href="https://activitypub.software/Marie" target="_blank" :class="$style.contributor">
<img src="https://git.joinsharkey.org/avatar/0d57abf583f5ed6cf37f47055a1e1aa4?size=512" :class="$style.contributorAvatar"> <img src="https://activitypub.software/uploads/-/system/user/avatar/2/avatar.png?width=128" :class="$style.contributorAvatar">
<span :class="$style.contributorUsername">@Marie</span> <span :class="$style.contributorUsername">@Marie</span>
</a> </a>
<a href="https://git.joinsharkey.org/Amelia" target="_blank" :class="$style.contributor"> <a href="https://activitypub.software/Amelia" target="_blank" :class="$style.contributor">
<img src="https://git.joinsharkey.org/avatars/0634b661b89d6e45137074b6ddcd0b9ffc4cf467f2188ec12416ec6f91bb9d42?size=512" :class="$style.contributorAvatar"> <img src="https://activitypub.software/uploads/-/system/user/avatar/1/avatar.png?width=128" :class="$style.contributorAvatar">
<span :class="$style.contributorUsername">@Amelia</span> <span :class="$style.contributorUsername">@Amelia</span>
</a> </a>
</div> </div>
<template #caption><MkLink url="https://git.joinsharkey.org/Sharkey/Sharkey/graph">{{ i18n.ts._aboutMisskey.allContributors }}</MkLink></template> <template #caption><MkLink url="https://activitypub.software/TransFem-org/Sharkey/-/graphs/develop">{{ i18n.ts._aboutMisskey.allContributors }}</MkLink></template>
</FormSection> </FormSection>
<FormSection> <FormSection>
<template #label>Misskey Contributors</template> <template #label>Misskey Contributors</template>
+2 -2
View File
@@ -58,13 +58,13 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkKeyValue> </MkKeyValue>
</FormSplit> </FormSplit>
<FormLink v-if="instance.impressumUrl" :to="instance.impressumUrl" external> <FormLink v-if="instance.impressumUrl" :to="instance.impressumUrl" external>
<template #icon><i class="ti ti-user-shield"></i></template> <template #icon><i class="ph-newspaper-clipping ph-bold ph-lg"></i></template>
{{ i18n.ts.impressum }} {{ i18n.ts.impressum }}
</FormLink> </FormLink>
<div class="_gaps_s"> <div class="_gaps_s">
<MkFolder v-if="instance.serverRules.length > 0"> <MkFolder v-if="instance.serverRules.length > 0">
<template #label> <template #label>
<i class="ti ti-checkup-list"></i> <i class="ph-list-checks ph-bold ph-lg"></i>
{{ i18n.ts.serverRules }} {{ i18n.ts.serverRules }}
</template> </template>
@@ -84,12 +84,12 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkTextarea> </MkTextarea>
<MkInput v-model="repositoryUrl" type="url"> <MkInput v-model="repositoryUrl" type="url">
<template #prefix><i class="ti ti-link"></i></template> <template #prefix><i class="ph-link ph-bold ph-lg"></i></template>
<template #label>{{ i18n.ts.repositoryUrl }}</template> <template #label>{{ i18n.ts.repositoryUrl }}</template>
</MkInput> </MkInput>
<MkInput v-model="feedbackUrl" type="url"> <MkInput v-model="feedbackUrl" type="url">
<template #prefix><i class="ti ti-link"></i></template> <template #prefix><i class="ph-link ph-bold ph-lg"></i></template>
<template #label>{{ i18n.ts.feedbackUrl }}</template> <template #label>{{ i18n.ts.feedbackUrl }}</template>
</MkInput> </MkInput>
@@ -36,7 +36,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkInput v-model="repositoryUrl" type="url"> <MkInput v-model="repositoryUrl" type="url">
<template #label>{{ i18n.ts.repositoryUrl }}</template> <template #label>{{ i18n.ts.repositoryUrl }}</template>
<template #prefix><i class="ti ti-link"></i></template> <template #prefix><i class="ph-link ph-bold ph-lg"></i></template>
<template #caption>{{ i18n.ts.repositoryUrlDescription }}</template> <template #caption>{{ i18n.ts.repositoryUrlDescription }}</template>
</MkInput> </MkInput>