From f9fd98e0d1435bd518a0ee1d33a4ec36f7d443fe Mon Sep 17 00:00:00 2001 From: Marcus Farrell Date: Thu, 17 Jul 2025 07:31:38 -0700 Subject: [PATCH 01/10] Updated the Gemini logo Gemini update --- static/library/gemini_wordmark.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/library/gemini_wordmark.svg b/static/library/gemini_wordmark.svg index d81aba8..c866ebf 100644 --- a/static/library/gemini_wordmark.svg +++ b/static/library/gemini_wordmark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From e537b2ef376bb1e4126c44f58795f75442bfb240 Mon Sep 17 00:00:00 2001 From: Marcus Farrell Date: Thu, 17 Jul 2025 07:40:31 -0700 Subject: [PATCH 02/10] Revert "Updated the Gemini logo" This reverts commit f9fd98e0d1435bd518a0ee1d33a4ec36f7d443fe. --- static/library/gemini_wordmark.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/library/gemini_wordmark.svg b/static/library/gemini_wordmark.svg index c866ebf..d81aba8 100644 --- a/static/library/gemini_wordmark.svg +++ b/static/library/gemini_wordmark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 1aa47fd1c231470334bef3c5dbfa873608f49e13 Mon Sep 17 00:00:00 2001 From: Marcus Farrell Date: Thu, 17 Jul 2025 07:41:52 -0700 Subject: [PATCH 03/10] Updated the Gemini logo Gemini update --- static/library/gemini.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/library/gemini.svg b/static/library/gemini.svg index 1f6cf95..c866ebf 100644 --- a/static/library/gemini.svg +++ b/static/library/gemini.svg @@ -1 +1 @@ -Gemini \ No newline at end of file + \ No newline at end of file From def73acf1f21a0b858215ebae67f0f84bf7bd42a Mon Sep 17 00:00:00 2001 From: danielz0102 Date: Thu, 17 Jul 2025 18:47:31 -0600 Subject: [PATCH 04/10] Add Google Classroom logo --- src/data/svgs.ts | 7 +++++++ static/library/google-classroom.svg | 1 + 2 files changed, 8 insertions(+) create mode 100644 static/library/google-classroom.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index fa3c62d..25a3674 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1,6 +1,13 @@ import type { iSVG } from '@/types/svg'; export const svgs: iSVG[] = [ + { + title: 'Google Classroom', + category: ['Google', 'Education'], + route: '/library/google-classroom.svg', + url: 'https://edu.google.com/workspace-for-education/products/classroom/', + brandUrl: 'https://developers.google.com/workspace/classroom/brand' + }, { title: 'Perspective', category: 'Software', diff --git a/static/library/google-classroom.svg b/static/library/google-classroom.svg new file mode 100644 index 0000000..4a73d81 --- /dev/null +++ b/static/library/google-classroom.svg @@ -0,0 +1 @@ + \ No newline at end of file From f3f169537b1e016e59d6c002db0b385b21838a80 Mon Sep 17 00:00:00 2001 From: lloydrichards Date: Fri, 18 Jul 2025 11:52:56 +0200 Subject: [PATCH 05/10] docs: add Effect logo --- src/data/svgs.ts | 9 +++++++++ static/library/effect_dark.svg | 1 + static/library/effect_light.svg | 1 + 3 files changed, 11 insertions(+) create mode 100644 static/library/effect_dark.svg create mode 100644 static/library/effect_light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 25a3674..d705578 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3749,4 +3749,13 @@ export const svgs: iSVG[] = [ route: '/library/google-cloud.svg', url: 'https://cloud.google.com/' }, + { + title: 'Effect TS', + category: 'Library', + route: { + light: '/library/effect_light.svg', + dark: '/library/effect_dark.svg' + }, + url: 'https://effect.website/' + } ]; diff --git a/static/library/effect_dark.svg b/static/library/effect_dark.svg new file mode 100644 index 0000000..c00c6a4 --- /dev/null +++ b/static/library/effect_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/effect_light.svg b/static/library/effect_light.svg new file mode 100644 index 0000000..8d6912b --- /dev/null +++ b/static/library/effect_light.svg @@ -0,0 +1 @@ + \ No newline at end of file From be8885397eff58478e38a559c30df564d059e3b3 Mon Sep 17 00:00:00 2001 From: lloydrichards Date: Fri, 18 Jul 2025 12:17:08 +0200 Subject: [PATCH 06/10] docs: add brand guidelines --- src/data/svgs.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index d705578..798b869 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3756,6 +3756,8 @@ export const svgs: iSVG[] = [ light: '/library/effect_light.svg', dark: '/library/effect_dark.svg' }, - url: 'https://effect.website/' + url: 'https://effect.website/', + brandUrl: + 'https://sparkling-lancer-5bd.notion.site/Effect-logo-guidelines-14280adbc6354eaa8bd173e1bc0128a4' } ]; From a0acf46afa1bbcbccfa290a78ece9488f4347788 Mon Sep 17 00:00:00 2001 From: pheralb Date: Sat, 19 Jul 2025 15:18:59 +0100 Subject: [PATCH 07/10] =?UTF-8?q?=F0=9F=94=A7=20Fix=20grid=20layout=20by?= =?UTF-8?q?=20adjusting=20the=20column=20count=20for=20extra=20large=20scr?= =?UTF-8?q?eens?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/grid.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/grid.svelte b/src/components/grid.svelte index 14f8d22..e7553d2 100644 --- a/src/components/grid.svelte +++ b/src/components/grid.svelte @@ -1,5 +1,5 @@
From 3a9bf33e863b28d7e87fcb938c28072559004b88 Mon Sep 17 00:00:00 2001 From: pheralb Date: Sat, 19 Jul 2025 15:19:22 +0100 Subject: [PATCH 08/10] =?UTF-8?q?=F0=9F=94=A7=20Add=20overscroll-none=20cl?= =?UTF-8?q?ass=20to=20all=20layout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.html b/src/app.html index 7455af7..b8690e0 100644 --- a/src/app.html +++ b/src/app.html @@ -31,7 +31,7 @@
%sveltekit.body%
From 17b0c2512fcf41ad4868536e0c38bb0ae87761b6 Mon Sep 17 00:00:00 2001 From: Alckor Date: Fri, 25 Jul 2025 17:27:19 -0500 Subject: [PATCH 09/10] feat: :rocket: Add ark ui library --- src/data/svgs.ts | 6 ++++++ static/library/ark-ui.svg | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 static/library/ark-ui.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 25a3674..d535f69 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3749,4 +3749,10 @@ export const svgs: iSVG[] = [ route: '/library/google-cloud.svg', url: 'https://cloud.google.com/' }, + { + title: 'Ark UI', + category: 'Library', + route: '/library/ark-ui.svg', + url: 'https://ark-ui.com/' + } ]; diff --git a/static/library/ark-ui.svg b/static/library/ark-ui.svg new file mode 100644 index 0000000..c8f3c1a --- /dev/null +++ b/static/library/ark-ui.svg @@ -0,0 +1,7 @@ + + + + From 4e97289238bcbbacd82f016db543990929ae91a5 Mon Sep 17 00:00:00 2001 From: Alckor Date: Tue, 29 Jul 2025 00:40:46 -0500 Subject: [PATCH 10/10] feat: :rocket: add mantine library --- src/data/svgs.ts | 6 ++++++ static/library/mantine.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/mantine.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 5aab38a..5c51dd0 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3765,5 +3765,11 @@ export const svgs: iSVG[] = [ category: 'Library', route: '/library/ark-ui.svg', url: 'https://ark-ui.com/' + }, + { + title: 'Mantine', + category: 'Library', + route: '/library/mantine.svg', + url: 'https://mantine.dev' } ]; diff --git a/static/library/mantine.svg b/static/library/mantine.svg new file mode 100644 index 0000000..fa308ff --- /dev/null +++ b/static/library/mantine.svg @@ -0,0 +1 @@ + \ No newline at end of file