BuddyChain
-BuddyBook
+- Welcome to BuddyChain - Create and share your chains! +
+ Welcome to BuddyBook - Create and share your chains!
From ac506bcf5a2ef08aaa9f9baafa4c07629cf546a4 Mon Sep 17 00:00:00 2001 From: Danish Arora <35004822+danisharora099@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:23:21 +0530 Subject: [PATCH] chore(buddychain): improvements (#104) --- ci/Jenkinsfile | 11 +- examples/buddybook/index.html | 2 +- examples/buddybook/src/App.tsx | 23 ++- .../src/components/Chain/SignChain.tsx | 41 +++++- .../src/components/Chain/SignSharedChain.tsx | 6 +- .../src/components/Chain/View/ChainList.tsx | 11 +- examples/buddybook/src/components/Header.tsx | 131 ++++++++++-------- examples/buddybook/src/components/QRCode.tsx | 27 +++- .../src/components/TelemetryOptIn.tsx | 55 +++++--- .../src/components/TelemetryPage.tsx | 55 ++++---- examples/buddybook/src/components/ui/card.tsx | 4 +- examples/buddybook/src/index.css | 25 +++- examples/buddybook/src/lib/waku.ts | 2 +- examples/buddybook/src/lib/walletConnect.ts | 2 +- examples/buddybook/tasks.md | 2 +- 15 files changed, 250 insertions(+), 147 deletions(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 8b207e7..0649381 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -44,16 +44,7 @@ pipeline { stage('dogfooding') { steps { script { buildExample() } } } stage('message-monitor') { steps { script { buildExample() } } } stage('flush-notes') { steps { script { buildNextJSExample() } } } - stage('buddybook') { - steps { - script { - dir('examples/buddybook') { - sh 'npm install' - sh 'npm run build:ci' - } - } - } - } + stage('buddybook') { steps { script { buildExample() } } } } } diff --git a/examples/buddybook/index.html b/examples/buddybook/index.html index 6d4c0b5..822d00d 100644 --- a/examples/buddybook/index.html +++ b/examples/buddybook/index.html @@ -4,7 +4,7 @@ -
- Welcome to BuddyChain - Create and share your chains! +
+ Welcome to BuddyBook - Create and share your chains!