From 595c3441af9a63e6ea3da64641ce7a34b1664de3 Mon Sep 17 00:00:00 2001 From: Mehdi Dara Date: Sat, 10 Feb 2024 22:36:52 +0330 Subject: [PATCH 01/10] =?UTF-8?q?=F0=9F=92=9A=20Added=20Kick?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 9 +++++++++ static/library/kick-dark.svg | 15 +++++++++++++++ static/library/kick-light.svg | 15 +++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 static/library/kick-dark.svg create mode 100644 static/library/kick-light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index d76981f..8f6edc2 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1177,6 +1177,15 @@ export const svgs: iSVG[] = [ route: '/library/elementor.svg', url: 'https://elementor.com/' }, + { + title: 'Kick', + category: 'Entertainment', + route: { + light: '/library/kick-light.svg', + dark: '/library/kick-dark.svg', + }, + url: 'https://kick.com/' + }, { title: 'Prime video', category: 'Entertainment', diff --git a/static/library/kick-dark.svg b/static/library/kick-dark.svg new file mode 100644 index 0000000..7595bed --- /dev/null +++ b/static/library/kick-dark.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/static/library/kick-light.svg b/static/library/kick-light.svg new file mode 100644 index 0000000..f8c13cf --- /dev/null +++ b/static/library/kick-light.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From 46ac870d81adfb7bd7108432124de6f0f32b6642 Mon Sep 17 00:00:00 2001 From: Mehdi Dara Date: Sat, 10 Feb 2024 22:43:58 +0330 Subject: [PATCH 02/10] =?UTF-8?q?=F0=9F=9A=80=20Added=20Solidity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 6 ++++++ static/library/solidity.svg | 8 ++++++++ 2 files changed, 14 insertions(+) create mode 100644 static/library/solidity.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 8f6edc2..a382a2d 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1012,6 +1012,12 @@ export const svgs: iSVG[] = [ route: '/library/python.svg', url: 'https://www.python.org/' }, + { + title: 'Solidity', + category: 'Language', + route: '/library/solidity.svg', + url: 'https://soliditylang.org/' + }, { title: 'Turbopack', category: 'Software', diff --git a/static/library/solidity.svg b/static/library/solidity.svg new file mode 100644 index 0000000..af93c3c --- /dev/null +++ b/static/library/solidity.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file From caf6609bbd1a1bb540f2d40544f298704635fcf5 Mon Sep 17 00:00:00 2001 From: Mehdi Dara Date: Sun, 11 Feb 2024 11:49:46 +0330 Subject: [PATCH 03/10] =?UTF-8?q?=F0=9F=91=80=20Blocked=20user=20selection?= =?UTF-8?q?=20for=20the=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/svgCard.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/svgCard.svelte b/src/components/svgCard.svelte index cd4f41c..f8e002b 100644 --- a/src/components/svgCard.svelte +++ b/src/components/svgCard.svelte @@ -88,7 +88,7 @@ {#if wordmarkSvg == true} {:else} {svgInfo.title} {svgInfo.title} Date: Sun, 11 Feb 2024 11:55:35 +0330 Subject: [PATCH 04/10] =?UTF-8?q?=E2=9A=A1=20Fixed=20backdrop=20blue=20app?= =?UTF-8?q?earing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/navbar.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navbar.svelte b/src/components/navbar.svelte index 1355902..fb9ba30 100644 --- a/src/components/navbar.svelte +++ b/src/components/navbar.svelte @@ -47,7 +47,7 @@ 'dark:bg-neutral-900 bg-white', 'w-full px-5 py-4 border-b border-neutral-200 dark:border-neutral-800', 'sticky top-0 z-50', - 'backdrop-blur-md opacity-95' + 'backdrop-blur-md dark:bg-neutral-900/95 bg-white/95' )} > From eff53d84c81ff1955cea5ea45db7116cbda6dda5 Mon Sep 17 00:00:00 2001 From: Mehdi Dara Date: Sun, 11 Feb 2024 12:03:07 +0330 Subject: [PATCH 05/10] =?UTF-8?q?=F0=9F=98=84=20Fixed=20YouTube=20Music=20?= =?UTF-8?q?ViewBox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/library/youtube_music_wordmark_dark.svg | 2 +- static/library/youtube_music_wordmark_light.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/library/youtube_music_wordmark_dark.svg b/static/library/youtube_music_wordmark_dark.svg index 41b77e9..448d55d 100644 --- a/static/library/youtube_music_wordmark_dark.svg +++ b/static/library/youtube_music_wordmark_dark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/static/library/youtube_music_wordmark_light.svg b/static/library/youtube_music_wordmark_light.svg index c7cae5a..7f74b6a 100644 --- a/static/library/youtube_music_wordmark_light.svg +++ b/static/library/youtube_music_wordmark_light.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From e4de8f08d7bcbc15719cc2a1e166a1c14cbed5c3 Mon Sep 17 00:00:00 2001 From: Mehdi Dara Date: Sun, 11 Feb 2024 12:05:37 +0330 Subject: [PATCH 06/10] =?UTF-8?q?=E2=9C=A8=20Decreased=20the=20transparenc?= =?UTF-8?q?y=20for=20the=20better=20ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/navbar.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navbar.svelte b/src/components/navbar.svelte index fb9ba30..0a29a59 100644 --- a/src/components/navbar.svelte +++ b/src/components/navbar.svelte @@ -47,7 +47,7 @@ 'dark:bg-neutral-900 bg-white', 'w-full px-5 py-4 border-b border-neutral-200 dark:border-neutral-800', 'sticky top-0 z-50', - 'backdrop-blur-md dark:bg-neutral-900/95 bg-white/95' + 'backdrop-blur-md dark:bg-neutral-900/90 bg-white/90' )} > From 757304e0e20f921eebe49b6a0075b1f1d3920dba Mon Sep 17 00:00:00 2001 From: Mehdi Dara Date: Sun, 11 Feb 2024 12:10:55 +0330 Subject: [PATCH 07/10] =?UTF-8?q?=F0=9F=AA=84=20UI=20friendly=20buttons=20?= =?UTF-8?q?with=20the=20full=20rounded=20variant=20of=20border=20radius?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ui/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/styles.ts b/src/ui/styles.ts index f14a1fb..6d4eb69 100644 --- a/src/ui/styles.ts +++ b/src/ui/styles.ts @@ -1,5 +1,5 @@ export const buttonStyles = - 'flex items-center space-x-2 relative h-10 rounded-md border border-neutral-200 dark:border-neutral-800 bg-transparent px-4 text-neutral-950 dark:text-white hover:bg-neutral-200/50 dark:hover:bg-neutral-800/50 focus:outline-none focus:ring-1 focus:ring-neutral-300 dark:focus:ring-neutral-700 transition-colors duration-100'; + 'flex items-center space-x-2 relative h-10 rounded-full border border-neutral-200 dark:border-neutral-800 bg-transparent px-4 text-neutral-950 dark:text-white hover:bg-neutral-200/50 dark:hover:bg-neutral-800/50 focus:outline-none focus:ring-1 focus:ring-neutral-300 dark:focus:ring-neutral-700 transition-colors duration-100'; export const inputStyles = 'w-full border-b border-neutral-300 bg-white p-3 px-11 placeholder-neutral-500 focus:outline-none focus:ring-1 focus:ring-neutral-300 dark:border-neutral-800 dark:bg-neutral-900 dark:focus:ring-neutral-700'; From 9e88f19219a91ba2cdf4aee757208295c7418551 Mon Sep 17 00:00:00 2001 From: Mehdi Dara Date: Sun, 11 Feb 2024 12:18:50 +0330 Subject: [PATCH 08/10] =?UTF-8?q?=F0=9F=91=80=20Enhanced=20the=20hover=20s?= =?UTF-8?q?tate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 2ab7a0b..f56dcf1 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -107,7 +107,7 @@