From 24a8cca7587de4e1b61d3ae932b4924903de94bb Mon Sep 17 00:00:00 2001
From: hunicus <93150691+hunicus@users.noreply.github.com>
Date: Sat, 11 Mar 2023 01:04:35 -0500
Subject: [PATCH 1/4] Add bitcoin-s and edge to community integrations
---
.../app/components/about/about.component.html | 10 +++-
.../app/components/about/about.component.scss | 4 ++
frontend/src/resources/profile/bitcoin-s.svg | 52 +++++++++++++++++++
frontend/src/resources/profile/edge.svg | 1 +
4 files changed, 66 insertions(+), 1 deletion(-)
create mode 100644 frontend/src/resources/profile/bitcoin-s.svg
create mode 100644 frontend/src/resources/profile/edge.svg
diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html
index 23fed8dcd..a96856c9c 100644
--- a/frontend/src/app/components/about/about.component.html
+++ b/frontend/src/app/components/about/about.component.html
@@ -209,7 +209,7 @@
EmbassyOS
-
+
BTCPay
@@ -268,6 +268,14 @@
Nunchuk
+
+
+ bitcoin-s
+
+
+
+ Edge
+
diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss
index 2efd2f73b..fb9a22d61 100644
--- a/frontend/src/app/components/about/about.component.scss
+++ b/frontend/src/app/components/about/about.component.scss
@@ -11,6 +11,10 @@
line-height: 32px;
}
+ .image.not-rounded {
+ border-radius: 0;
+ }
+
.intro {
margin: 25px auto 30px;
width: 250px;
diff --git a/frontend/src/resources/profile/bitcoin-s.svg b/frontend/src/resources/profile/bitcoin-s.svg
new file mode 100644
index 000000000..1f4210e4b
--- /dev/null
+++ b/frontend/src/resources/profile/bitcoin-s.svg
@@ -0,0 +1,52 @@
+
+
diff --git a/frontend/src/resources/profile/edge.svg b/frontend/src/resources/profile/edge.svg
new file mode 100644
index 000000000..1bd8f4e70
--- /dev/null
+++ b/frontend/src/resources/profile/edge.svg
@@ -0,0 +1 @@
+
From 3b080ee5fb444f0fff8420f8281cf1f3da96ba4d Mon Sep 17 00:00:00 2001
From: hunicus <93150691+hunicus@users.noreply.github.com>
Date: Sun, 12 Mar 2023 04:50:51 -0400
Subject: [PATCH 2/4] Add galoy and boltz to community integrations
---
.../app/components/about/about.component.html | 8 +++++++
.../app/components/about/about.component.scss | 5 ++++
frontend/src/resources/profile/boltz.svg | 24 +++++++++++++++++++
frontend/src/resources/profile/galoy.svg | 1 +
4 files changed, 38 insertions(+)
create mode 100644 frontend/src/resources/profile/boltz.svg
create mode 100644 frontend/src/resources/profile/galoy.svg
diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html
index a96856c9c..e50e54b83 100644
--- a/frontend/src/app/components/about/about.component.html
+++ b/frontend/src/app/components/about/about.component.html
@@ -276,6 +276,14 @@
Edge
+
+
+ Galoy
+
+
+
+ Boltz
+
diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss
index fb9a22d61..78ec5b6a2 100644
--- a/frontend/src/app/components/about/about.component.scss
+++ b/frontend/src/app/components/about/about.component.scss
@@ -219,3 +219,8 @@
max-width: 965px;
margin: auto;
}
+
+.community-integrations-sponsor img.image {
+ width: 78px;
+ height: 78px;
+}
diff --git a/frontend/src/resources/profile/boltz.svg b/frontend/src/resources/profile/boltz.svg
new file mode 100644
index 000000000..713209500
--- /dev/null
+++ b/frontend/src/resources/profile/boltz.svg
@@ -0,0 +1,24 @@
+
+
\ No newline at end of file
diff --git a/frontend/src/resources/profile/galoy.svg b/frontend/src/resources/profile/galoy.svg
new file mode 100644
index 000000000..a833d7d4d
--- /dev/null
+++ b/frontend/src/resources/profile/galoy.svg
@@ -0,0 +1 @@
+
From ab96a17e8033b3e6b5ea11730a3ebbebae53f234 Mon Sep 17 00:00:00 2001
From: hunicus <93150691+hunicus@users.noreply.github.com>
Date: Sun, 12 Mar 2023 04:59:37 -0400
Subject: [PATCH 3/4] Make non-rounded icons smaller
---
frontend/src/app/components/about/about.component.scss | 2 ++
1 file changed, 2 insertions(+)
diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss
index 78ec5b6a2..5e191634c 100644
--- a/frontend/src/app/components/about/about.component.scss
+++ b/frontend/src/app/components/about/about.component.scss
@@ -13,6 +13,8 @@
.image.not-rounded {
border-radius: 0;
+ width: 74px;
+ height: 74px;
}
.intro {
From 8995283a585ff1c7020acf36b8a9dffd0cd4e56a Mon Sep 17 00:00:00 2001
From: hunicus <93150691+hunicus@users.noreply.github.com>
Date: Sun, 12 Mar 2023 05:12:25 -0400
Subject: [PATCH 4/4] Remove trailing slash
---
frontend/src/app/components/about/about.component.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html
index cff78a96a..73e7a17a2 100644
--- a/frontend/src/app/components/about/about.component.html
+++ b/frontend/src/app/components/about/about.component.html
@@ -280,7 +280,7 @@
Galoy
-
+
Boltz