From d39fd6fb3bd6c85696b9a2d2a4483dcfae75c3f0 Mon Sep 17 00:00:00 2001
From: Stanley <113554994+l3pr-org@users.noreply.github.com>
Date: Wed, 17 Sep 2025 04:26:27 +0000
Subject: [PATCH 1/4] Add simplex logo
---
assets/icons/simplex.svg | 1 +
1 file changed, 1 insertion(+)
create mode 100644 assets/icons/simplex.svg
diff --git a/assets/icons/simplex.svg b/assets/icons/simplex.svg
new file mode 100644
index 0000000..3fd0fe4
--- /dev/null
+++ b/assets/icons/simplex.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
From 979339d0012fb70253f7b0a8da98ebfea758a706 Mon Sep 17 00:00:00 2001
From: Stanley <113554994+l3pr-org@users.noreply.github.com>
Date: Wed, 17 Sep 2025 04:29:54 +0000
Subject: [PATCH 2/4] Add attribution README.md
Added Simple Icons attribution for downloaded simplex.svg in assets/icons/simplex.svg
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 8b308c9..c2c7cbf 100755
--- a/README.md
+++ b/README.md
@@ -59,6 +59,7 @@ You can,
- [Feather icons](https://feathericons.com)
- Logo and some icons by [Vishnu Raghav](https://www.vishnuraghav.com/)
- [QRCode-SVG](https://github.com/papnkukn/qrcode-svg)
+- [Simple Icons](https://simpleicons.org/)
## Self-Hosting Guide - Docker
From 6235650d5d0c4880adbeabf0e0b34b93fedfaa3d Mon Sep 17 00:00:00 2001
From: Stanley <113554994+l3pr-org@users.noreply.github.com>
Date: Wed, 17 Sep 2025 04:38:47 +0000
Subject: [PATCH 3/4] Update index.vue
Added SimpleX primary action and updated 'order' index for each button.
---
pages/index.vue | 31 ++++++++++++++++++++-----------
1 file changed, 20 insertions(+), 11 deletions(-)
diff --git a/pages/index.vue b/pages/index.vue
index 371f0a4..3a2413a 100755
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1248,6 +1248,15 @@ export default {
order: 8,
isURL: 1,
},
+ {
+ name: 'SimpleX',
+ icon: 'simplex',
+ placeholder: 'SimpleX link',
+ value: null,
+ label: 'Short SimpleX contact link',
+ order: 9,
+ isURL: 1,
+ },
{
name: 'Telegram',
icon: 'telegram',
@@ -1255,7 +1264,7 @@ export default {
placeholder: 'username',
value: null,
label: 'Telegram username',
- order: 9,
+ order: 10,
isURL: 1,
},
{
@@ -1265,7 +1274,7 @@ export default {
placeholder: '@username:matrix.org',
value: null,
label: 'Matrix userID',
- order: 10,
+ order: 11,
isURL: 1,
},
{
@@ -1274,7 +1283,7 @@ export default {
placeholder: 'https://wa.me/profileID',
value: null,
label: 'WhatsApp profile URL',
- order: 11,
+ order: 12,
isURL: 1,
},
{
@@ -1284,7 +1293,7 @@ export default {
placeholder: 'username',
value: null,
label: 'Messenger username',
- order: 12,
+ order: 13,
isURL: 1,
},
{
@@ -1295,7 +1304,7 @@ export default {
placeholder: 'username',
value: null,
label: 'Skype username',
- order: 13,
+ order: 14,
isURL: 1,
},
{
@@ -1305,7 +1314,7 @@ export default {
placeholder: 'LINE ID',
value: null,
label: 'Line profile ID',
- order: 14,
+ order: 15,
isURL: 1,
},
{
@@ -1315,7 +1324,7 @@ export default {
placeholder: 'XX XXXXX XXXXX',
value: null,
label: 'Viber mobile number',
- order: 15,
+ order: 16,
isURL: 1,
},
{
@@ -1325,7 +1334,7 @@ export default {
placeholder: 'WeChat ID',
value: null,
label: 'WeChat profile ID',
- order: 16,
+ order: 17,
isURL: 1,
},
{
@@ -1334,7 +1343,7 @@ export default {
placeholder: 'https://example.com/calendarID',
value: null,
label: 'Calendar URL',
- order: 17,
+ order: 18,
isURL: 1,
},
{
@@ -1344,7 +1353,7 @@ export default {
placeholder: 'XMPP ID',
value: null,
label: 'XMPP ID',
- order: 18,
+ order: 19,
isURL: 1,
},
// {
@@ -1354,7 +1363,7 @@ export default {
// placeholder: 'IRC ID',
// value: null,
// label: 'IRC ID',
- // order: 19,
+ // order: 20,
// isURL: 1,
// },
],
From 49cb9acd3d3ea01512683f0bd21138ab3555a7f1 Mon Sep 17 00:00:00 2001
From: Stanley <113554994+l3pr-org@users.noreply.github.com>
Date: Thu, 18 Sep 2025 01:04:25 +0000
Subject: [PATCH 4/4] Replace SimpleX logo
Previous version was a dark theme svg, so it has been replaced with the light version to conform to the current standard.
---
assets/icons/simplex.svg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assets/icons/simplex.svg b/assets/icons/simplex.svg
index 3fd0fe4..0b5f62d 100644
--- a/assets/icons/simplex.svg
+++ b/assets/icons/simplex.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file