From fb6fb2f6954e64d6256bebfe5dcd2725e9ac8aa8 Mon Sep 17 00:00:00 2001 From: kloo kloo Date: Sat, 17 May 2025 17:07:14 +0000 Subject: [PATCH 1/4] Upload discourse.svg --- resources/icons/social/discourse.svg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 resources/icons/social/discourse.svg diff --git a/resources/icons/social/discourse.svg b/resources/icons/social/discourse.svg new file mode 100644 index 00000000..4cbb8c87 --- /dev/null +++ b/resources/icons/social/discourse.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file From 609678e4daa90d2c762e62e3332cda41e3005a25 Mon Sep 17 00:00:00 2001 From: kloo kloo Date: Sat, 17 May 2025 17:12:09 +0000 Subject: [PATCH 2/4] Edit _index.php to add discourse --- resources/icons/social/_index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/icons/social/_index.php b/resources/icons/social/_index.php index 571d8ab0..72ef25ca 100644 --- a/resources/icons/social/_index.php +++ b/resources/icons/social/_index.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @icon("social:bluesky") * @icon("social:discord") + * @icon("social:discourse") * @icon("social:facebook") * @icon("social:funkwhale") * @icon("social:instagram") From 864b6c6563c6d9488d9f44a7107b8d38bc638904 Mon Sep 17 00:00:00 2001 From: kloo kloo Date: Sat, 17 May 2025 17:15:09 +0000 Subject: [PATCH 3/4] Edit Platforms.php add discourse --- modules/Platforms/Platforms.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/Platforms/Platforms.php b/modules/Platforms/Platforms.php index 019f6847..72743d0c 100644 --- a/modules/Platforms/Platforms.php +++ b/modules/Platforms/Platforms.php @@ -274,6 +274,11 @@ class Platforms 'home_url' => 'https://discord.com/', 'submit_url' => 'https://discord.com/register', ], + 'discourse' => [ + 'label' => 'Discourse', + 'home_url' => 'https://www.discourse.org/', + 'submit_url' => null, + ], 'facebook' => [ 'label' => 'Facebook', 'home_url' => 'https://www.facebook.com/', From 45b3de062c341593d0cc8aff280f6585b9c2c457 Mon Sep 17 00:00:00 2001 From: Yassine Doghri Date: Tue, 20 May 2025 12:19:10 +0000 Subject: [PATCH 4/4] fix: change the discourse icon to be monochrome and 24px --- resources/icons/social/discourse.svg | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/resources/icons/social/discourse.svg b/resources/icons/social/discourse.svg index 4cbb8c87..b8f621c7 100644 --- a/resources/icons/social/discourse.svg +++ b/resources/icons/social/discourse.svg @@ -1,8 +1 @@ - - - - - - - - \ No newline at end of file + \ No newline at end of file