feat: add simple logo

It maintains a discreet presence with dark & light mode.
This commit is contained in:
talksik
2025-04-11 12:24:28 -07:00
parent 5676d5a353
commit 1970bac28b
3 changed files with 11 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import QtQuick
Image {
sourceSize.width: 70
source: Theme.darkTheme ? "qrc:/live.flowy/imports/DesignSystem/logos/FLOWY-3.svg" : "qrc:/live.flowy/imports/DesignSystem/logos/FLOWY-5.svg"
}
+2
View File
@@ -18,6 +18,7 @@ set(plain_qml_files
AppHeadline.qml
AppSubHeadline.qml
AppLabel.qml
AppLogo.qml
)
set(qml_singletons
Fonts.qml
@@ -84,6 +85,7 @@ set(icons
app-icons/vs-code.svg
app-icons/ghostty.png
app-icons/outlook.svg
logos/FLOWY-3.svg
logos/FLOWY-4.svg
logos/FLOWY-5.svg
logos/FLOWY-6.svg
+2
View File
@@ -30,6 +30,8 @@ ApplicationWindow {
anchors.top: parent.top
anchors.margins: 10
AppLogo {}
AppPrimaryButton {
text: "Toggle theme"
onClicked: {