From 7b70d6cf94f58c31fdda760bcbd6adfac3435d36 Mon Sep 17 00:00:00 2001 From: limepotato Date: Sun, 14 Jul 2024 15:14:06 -0600 Subject: [PATCH] organize --- README.md | 5 +++-- patches/Observers/README.md | 6 +++++ patches/Observers/eyefollow.patch | 22 +++++++++++++++++++ .../observers.patch | 0 4 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 patches/Observers/README.md create mode 100644 patches/Observers/eyefollow.patch rename patches/{beeps/iceshrimp-bite => Observers}/observers.patch (100%) diff --git a/README.md b/README.md index 57511f9..9253aa4 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,11 @@ To apply a patch ``git am --keep-cr --signoff < {patch}`` ### Explanations -- [Beep/Rebeeps/Creatures/Observers](./patches/beeps/): Renames Posts and Boosts to Beeps and Rebeeps respectively, as well as Users to Creatures, and Followers/Following to Observers/Observing +- [Beep/Rebeeps/Creatures](./patches/beeps/): Renames Posts and Boosts to Beeps and Rebeeps respectively, as well as Users to Creatures. - [Builtin Catppuccin Themes](./patches/builtin-catppuccin-themes.patch): All catppuccin themes (and accents), built-in - [Configurable Pinned Post Limit](./patches/configurable-pinLimit.patch): Allows admin to configure pinned post limit in config file - [Fix Find Server Link](./patches/fix-findserver-link.patch): the link for "Find servers" on the signup page for locked registration instances leads to a dead page, so this replaces the link with fedidb.org - [Remove Maintainer-info Nag](./patches/remove-maintainer-info-nag.patch): Removes nag if you dont input maintainer information - [Post Form Height](./patches/textarea.patch): Increases the post form height for usability -- [Remove Chats](./patches/remove-messaging.patch): Removes the pages and buttons referring to the local chats feature \ No newline at end of file +- [Remove Chats](./patches/remove-messaging.patch): Removes the pages and buttons referring to the local chats feature +- [Observers] Renames Followers/Following to Observers/Observing, as well as replaces the hand icon with an eye \ No newline at end of file diff --git a/patches/Observers/README.md b/patches/Observers/README.md new file mode 100644 index 0000000..90b9aa8 --- /dev/null +++ b/patches/Observers/README.md @@ -0,0 +1,6 @@ +# Observers Patch + +The observers patch, assumes you have applied beeps, repeeps, creatures, and iceshrimp-bite. + +[Observers Lang Patch](./observers.patch) +[Change following icon to an eye](./eyefollow.patch) \ No newline at end of file diff --git a/patches/Observers/eyefollow.patch b/patches/Observers/eyefollow.patch new file mode 100644 index 0000000..ba45d6d --- /dev/null +++ b/patches/Observers/eyefollow.patch @@ -0,0 +1,22 @@ +From 3770a44c3a8f2f71c815d07a38671f91cc5cad12 Mon Sep 17 00:00:00 2001 +From: limepotato +Date: Thu, 11 Jul 2024 11:54:32 -0600 +Subject: [PATCH] replace follow notif icon with open eye (hopefully) + +--- + packages/client/src/components/MkNotification.vue | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/packages/client/src/components/MkNotification.vue b/packages/client/src/components/MkNotification.vue +index 80f6b3ac2..71a007300 100644 +--- a/packages/client/src/components/MkNotification.vue ++++ b/packages/client/src/components/MkNotification.vue +@@ -25,7 +25,7 @@ +
+ +