From 357825232fea2667293417740a1a5c99bbca63f1 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Sun, 30 Jun 2024 23:46:41 -0400 Subject: [PATCH] Add a new transparent version of our icon and display it on homepage. Signed-off-by: Adam Treat --- gpt4all-chat/CMakeLists.txt | 1 + gpt4all-chat/icons/gpt4all_transparent.svg | 225 +++++++++++++++++++++ gpt4all-chat/metadata/latestnews.md | 4 +- gpt4all-chat/qml/HomeView.qml | 2 +- 4 files changed, 229 insertions(+), 3 deletions(-) create mode 100644 gpt4all-chat/icons/gpt4all_transparent.svg diff --git a/gpt4all-chat/CMakeLists.txt b/gpt4all-chat/CMakeLists.txt index c9d20622..f2f40e43 100644 --- a/gpt4all-chat/CMakeLists.txt +++ b/gpt4all-chat/CMakeLists.txt @@ -213,6 +213,7 @@ qt_add_qml_module(chat icons/left_panel_closed.svg icons/left_panel_open.svg icons/gpt4all.svg + icons/gpt4all_transparent.svg icons/gpt4all-32.png icons/gpt4all-48.png icons/you.svg diff --git a/gpt4all-chat/icons/gpt4all_transparent.svg b/gpt4all-chat/icons/gpt4all_transparent.svg new file mode 100644 index 00000000..90c3d4c4 --- /dev/null +++ b/gpt4all-chat/icons/gpt4all_transparent.svg @@ -0,0 +1,225 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gpt4all-chat/metadata/latestnews.md b/gpt4all-chat/metadata/latestnews.md index 3df44e84..0603dbc9 100644 --- a/gpt4all-chat/metadata/latestnews.md +++ b/gpt4all-chat/metadata/latestnews.md @@ -1,6 +1,6 @@ -## Welcome to GPT4All 3.0! +## All New Version 3.0! -We're thrilled to introduce our latest release, packed with updates and improvements! +We're thrilled to introduce our latest release, packed with updates and improvements * **LocalDocs Experience**: Completely redesigned LocalDocs UI and backend * **New Design**: Modern design making it easier to focus on what matters most - getting things done diff --git a/gpt4all-chat/qml/HomeView.qml b/gpt4all-chat/qml/HomeView.qml index 84f4d1da..90f00baf 100644 --- a/gpt4all-chat/qml/HomeView.qml +++ b/gpt4all-chat/qml/HomeView.qml @@ -151,7 +151,7 @@ Rectangle { sourceSize: Qt.size(40, 40) mipmap: true visible: false - source: "qrc:/gpt4all/icons/alt_logo.svg" + source: "qrc:/gpt4all/icons/gpt4all_transparent.svg" } ColorOverlay {