From 95009877a4fbe663117e67788556ea2d2d5c53c3 Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Fri, 6 Oct 2023 13:28:08 -0700 Subject: [PATCH 1/3] Update appwrite icons --- static/icons/dark/color/appwrite.svg | 20 +++++++++++++++++--- static/icons/dark/grayscale/appwrite.svg | 20 +++++++++++++++++--- static/icons/light/color/appwrite.svg | 20 +++++++++++++++++--- static/icons/light/grayscale/appwrite.svg | 20 +++++++++++++++++--- 4 files changed, 68 insertions(+), 12 deletions(-) diff --git a/static/icons/dark/color/appwrite.svg b/static/icons/dark/color/appwrite.svg index 053d2dadc5..e0d307d790 100644 --- a/static/icons/dark/color/appwrite.svg +++ b/static/icons/dark/color/appwrite.svg @@ -1,3 +1,17 @@ - - - + + + + \ No newline at end of file diff --git a/static/icons/dark/grayscale/appwrite.svg b/static/icons/dark/grayscale/appwrite.svg index 3210bb306a..2eb67f2b76 100644 --- a/static/icons/dark/grayscale/appwrite.svg +++ b/static/icons/dark/grayscale/appwrite.svg @@ -1,3 +1,17 @@ - - - + + + + \ No newline at end of file diff --git a/static/icons/light/color/appwrite.svg b/static/icons/light/color/appwrite.svg index 053d2dadc5..e0d307d790 100644 --- a/static/icons/light/color/appwrite.svg +++ b/static/icons/light/color/appwrite.svg @@ -1,3 +1,17 @@ - - - + + + + \ No newline at end of file diff --git a/static/icons/light/grayscale/appwrite.svg b/static/icons/light/grayscale/appwrite.svg index 9c135b0ca4..2eb67f2b76 100644 --- a/static/icons/light/grayscale/appwrite.svg +++ b/static/icons/light/grayscale/appwrite.svg @@ -1,3 +1,17 @@ - - - + + + + \ No newline at end of file From c7497492537621ef491fef62c09b234d5abeacae Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Fri, 6 Oct 2023 13:34:55 -0700 Subject: [PATCH 2/3] Update appwrite logo on function template detail --- .../templates/template-[template]/+page.svelte | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/routes/console/project-[project]/functions/templates/template-[template]/+page.svelte b/src/routes/console/project-[project]/functions/templates/template-[template]/+page.svelte index f76bbf6c30..7ad7157ac2 100644 --- a/src/routes/console/project-[project]/functions/templates/template-[template]/+page.svelte +++ b/src/routes/console/project-[project]/functions/templates/template-[template]/+page.svelte @@ -1,13 +1,15 @@ @@ -41,9 +43,10 @@

Published by

+ src={$app.themeInUse == 'dark' ? AppwriteLogoDark : AppwriteLogoLight} + width="120" + height="22" + alt="Appwrite" /> From 887a29527d757b3ac77a8d4a7e196ef5d0d33456 Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Fri, 6 Oct 2023 13:30:11 -0700 Subject: [PATCH 3/3] Delete unused old appwrite logos --- src/lib/images/appwrite-cloud.svg | 22 ----------------- src/lib/images/appwrite-cooler.svg | 31 ------------------------ src/lib/images/appwrite-footer-dark.svg | 2 -- src/lib/images/appwrite-footer-light.svg | 2 -- src/lib/images/appwrite-nav.svg | 2 -- src/lib/images/appwrite-white.svg | 2 -- static/logos/appwrite-full.svg | 7 ------ 7 files changed, 68 deletions(-) delete mode 100644 src/lib/images/appwrite-cloud.svg delete mode 100644 src/lib/images/appwrite-cooler.svg delete mode 100644 src/lib/images/appwrite-footer-dark.svg delete mode 100644 src/lib/images/appwrite-footer-light.svg delete mode 100644 src/lib/images/appwrite-nav.svg delete mode 100644 src/lib/images/appwrite-white.svg delete mode 100644 static/logos/appwrite-full.svg diff --git a/src/lib/images/appwrite-cloud.svg b/src/lib/images/appwrite-cloud.svg deleted file mode 100644 index c7b7a06942..0000000000 --- a/src/lib/images/appwrite-cloud.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/lib/images/appwrite-cooler.svg b/src/lib/images/appwrite-cooler.svg deleted file mode 100644 index 54e29b9827..0000000000 --- a/src/lib/images/appwrite-cooler.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/lib/images/appwrite-footer-dark.svg b/src/lib/images/appwrite-footer-dark.svg deleted file mode 100644 index 4e4fbc5e08..0000000000 --- a/src/lib/images/appwrite-footer-dark.svg +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/src/lib/images/appwrite-footer-light.svg b/src/lib/images/appwrite-footer-light.svg deleted file mode 100644 index 142c03ca0c..0000000000 --- a/src/lib/images/appwrite-footer-light.svg +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/src/lib/images/appwrite-nav.svg b/src/lib/images/appwrite-nav.svg deleted file mode 100644 index 9a052d4533..0000000000 --- a/src/lib/images/appwrite-nav.svg +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/src/lib/images/appwrite-white.svg b/src/lib/images/appwrite-white.svg deleted file mode 100644 index b82cfef311..0000000000 --- a/src/lib/images/appwrite-white.svg +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/static/logos/appwrite-full.svg b/static/logos/appwrite-full.svg deleted file mode 100644 index aa591c9497..0000000000 --- a/static/logos/appwrite-full.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file