From deb8f731273436779fbc1a1b4fa2c265df2b634a Mon Sep 17 00:00:00 2001 From: Mar0xy Date: Fri, 22 Sep 2023 21:05:22 +0200 Subject: merge: develop branch commit 72f8f58fe8da217eb3176562516b0b7815c3ad5f Author: Insert5StarName Date: Fri Sep 22 20:37:36 2023 +0200 Partial Rebrand commit 918c80327c36bbb32ddf44fd7a5977e65c72f39f Author: Amelia Yukii <123300075+Insert5StarName@users.noreply.github.com> Date: Fri Sep 22 20:09:22 2023 +0200 Update FUNDING.yml commit b1d7aa5508e1da86fa92e3d79542ea7129439aaf Author: Amelia Yukii <123300075+Insert5StarName@users.noreply.github.com> Date: Fri Sep 22 17:57:44 2023 +0200 Update README.md --- .github/FUNDING.yml | 3 ++- README.md | 6 +++--- packages/frontend/assets/about-icon.png | Bin 26568 -> 326726 bytes packages/frontend/assets/misskey.svg | 7 ------- packages/frontend/assets/sharkey.svg | 1 + packages/frontend/src/pages/about-misskey.vue | 15 +++++---------- packages/frontend/src/pages/welcome.entrance.a.vue | 2 +- packages/frontend/src/ui/classic.sidebar.vue | 2 +- 8 files changed, 13 insertions(+), 23 deletions(-) delete mode 100644 packages/frontend/assets/misskey.svg create mode 100644 packages/frontend/assets/sharkey.svg diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index c6b2a1611c..2383856700 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,3 +1,4 @@ # These are supported funding model platforms -patreon: syuilo +github: transfem-org +ko-fi: transfem diff --git a/README.md b/README.md index 72de9233f8..a816a78407 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ ## ✨ Features - **ActivityPub support**\ -Not on Misskey? No problem! Not only can Misskey instances talk to each other, but you can make friends with people on other networks like Mastodon and Pixelfed! +Not on Sharky? No problem! Not only can Sharky instances talk to each other, but you can make friends with people on other networks like Mastodon and Pixelfed! - **Reactions**\ You can add emoji reactions to any post! No longer are you bound by a like button, show everyone exactly how you feel with the tap of a button. - **Drive**\ -With Misskey's built in drive, you get cloud storage right in your social media, where you can upload any files, make folders, and find media from posts you've made! +With Sharky's built in drive, you get cloud storage right in your social media, where you can upload any files, make folders, and find media from posts you've made! - **Rich Web UI**\ - Misskey has a rich and easy to use Web UI! + Sharky has a rich and easy to use Web UI! It is highly customizable, from changing the layout and adding widgets to making custom themes. Furthermore, plugins can be created using AiScript, an original programming language. - And much more... diff --git a/packages/frontend/assets/about-icon.png b/packages/frontend/assets/about-icon.png index 15fd1e3731..d59263cd80 100644 Binary files a/packages/frontend/assets/about-icon.png and b/packages/frontend/assets/about-icon.png differ diff --git a/packages/frontend/assets/misskey.svg b/packages/frontend/assets/misskey.svg deleted file mode 100644 index 3fcb2d3ecb..0000000000 --- a/packages/frontend/assets/misskey.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/frontend/assets/sharkey.svg b/packages/frontend/assets/sharkey.svg new file mode 100644 index 0000000000..82f8c8cfa8 --- /dev/null +++ b/packages/frontend/assets/sharkey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/packages/frontend/src/pages/about-misskey.vue b/packages/frontend/src/pages/about-misskey.vue index 37c869f98e..bb776cc5a0 100644 --- a/packages/frontend/src/pages/about-misskey.vue +++ b/packages/frontend/src/pages/about-misskey.vue @@ -12,7 +12,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
Misskey
+
Sharkey
v{{ version }}
@@ -25,24 +25,19 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts._aboutMisskey.about }}
{{ i18n.ts.learnMore }}
- I #Misskey + I #Sharkey
diff --git a/packages/frontend/src/pages/welcome.entrance.a.vue b/packages/frontend/src/pages/welcome.entrance.a.vue index 998d942488..d446b198d1 100644 --- a/packages/frontend/src/pages/welcome.entrance.a.vue +++ b/packages/frontend/src/pages/welcome.entrance.a.vue @@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-only
- +
diff --git a/packages/frontend/src/ui/classic.sidebar.vue b/packages/frontend/src/ui/classic.sidebar.vue index 9172d51893..6f22a736f5 100644 --- a/packages/frontend/src/ui/classic.sidebar.vue +++ b/packages/frontend/src/ui/classic.sidebar.vue @@ -55,7 +55,7 @@ import { openAccountMenu as openAccountMenu_, $i } from '@/account.js'; import MkButton from '@/components/MkButton.vue'; // import { StickySidebar } from '@/scripts/sticky-sidebar.js'; // import { mainRouter } from '@/router.js'; -//import MisskeyLogo from '@assets/client/misskey.svg'; +//import MisskeyLogo from '@assets/client/sharkey.svg'; import { defaultStore } from '@/store.js'; import { instance } from '@/instance.js'; import { i18n } from '@/i18n.js'; -- cgit v1.2.3-freya