From 78b3d239ebb22a05464c09ad2bd2d70532e2025d Mon Sep 17 00:00:00 2001
From: Tanguy <98350888+Eseltwift@users.noreply.github.com>
Date: Fri, 24 Nov 2023 06:12:28 +0100
Subject: [PATCH] Add Proxmox logo (#366)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
New logo + refractor
Add Proxmox logo. Remove test icon. Refractor X icon data with altNames.
SVGs with mix-blend-mode appear to be glitchy in emulators but not on
real devices
(https://github.com/dnfield/flutter_svg/issues/922#issuecomment-1552104687).
By the way, SVGs using mix-blend-mode get pixelated. This is probably
because of `flutter_svg` library
(https://github.com/dnfield/flutter_svg/issues/985). I didn't go into
any depth, I didn't feel like digging into the code.
- [x] ๐ผ๏ธ New icon
- [ ] โจ New feature (non-breaking change which adds functionality)
- [ ] ๐ ๏ธ Bug fix (non-breaking change which fixes an issue)
- [ ] โ Breaking change (fix or feature that would cause existing
functionality to change)
- [x] ๐งน Code refactor
- [ ] โ
Build configuration change
- [ ] ๐ Documentation
- [ ] ๐๏ธ Chore
---
assets/custom-icons/_data/custom-icons.json | 14 ++++++--------
assets/custom-icons/icons/proxmox.svg | 6 ++++++
assets/custom-icons/icons/zzz_dev_test_icon.svg | 5 -----
3 files changed, 12 insertions(+), 13 deletions(-)
create mode 100644 assets/custom-icons/icons/proxmox.svg
delete mode 100644 assets/custom-icons/icons/zzz_dev_test_icon.svg
diff --git a/assets/custom-icons/_data/custom-icons.json b/assets/custom-icons/_data/custom-icons.json
index fb503121f..d1a510614 100644
--- a/assets/custom-icons/_data/custom-icons.json
+++ b/assets/custom-icons/_data/custom-icons.json
@@ -163,6 +163,9 @@
{
"title": "Proton"
},
+ {
+ "title": "Proxmox"
+ },
{
"title": "Revolt",
"hex": "858585"
@@ -206,10 +209,6 @@
"title": "Twingate",
"hex": "858585"
},
- {
- "title": "Twitter",
- "slug": "x"
- },
{
"title": "Ubisoft",
"hex": "4285f4"
@@ -229,7 +228,9 @@
"title": "Wise"
},
{
- "title": "X"
+ "title": "X",
+ "altNames": ["twitter"],
+ "slug": "x"
},
{
"title": "NextDNS"
@@ -237,9 +238,6 @@
{
"title": "Skiff",
"hex": "EF5A3C"
- },
- {
- "title": "zzz_dev_test_icon"
}
]
}
diff --git a/assets/custom-icons/icons/proxmox.svg b/assets/custom-icons/icons/proxmox.svg
new file mode 100644
index 000000000..97c46af95
--- /dev/null
+++ b/assets/custom-icons/icons/proxmox.svg
@@ -0,0 +1,6 @@
+
diff --git a/assets/custom-icons/icons/zzz_dev_test_icon.svg b/assets/custom-icons/icons/zzz_dev_test_icon.svg
deleted file mode 100644
index 0d37d278e..000000000
--- a/assets/custom-icons/icons/zzz_dev_test_icon.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-