From 4406f8560b4f65e176da338d1b33e108f3d299b5 Mon Sep 17 00:00:00 2001 From: Sasha Date: Wed, 14 Feb 2024 00:45:17 +0100 Subject: [PATCH] update to latest @waku/rln --- examples/rln-js/index.html | 17 +- examples/rln-js/package-lock.json | 1887 ++++++++++++++--------------- examples/rln-js/package.json | 2 +- examples/rln-js/src/index.js | 7 +- examples/rln-js/src/rln.js | 11 +- examples/rln-js/src/ui.js | 40 +- examples/rln-js/src/waku.js | 54 +- 7 files changed, 968 insertions(+), 1050 deletions(-) diff --git a/examples/rln-js/index.html b/examples/rln-js/index.html index 2e012e6..6ad6e93 100644 --- a/examples/rln-js/index.html +++ b/examples/rln-js/index.html @@ -110,14 +110,17 @@ .pairingInfo button { flex-grow: 1; - cursor: pointer; - padding: 10px; } .pairingInfo button + button { margin-left: 5px; } + button { + cursor: pointer; + padding: 10px; + } + .chatArea { } @@ -141,6 +144,15 @@ padding: 5px; margin-bottom: 10px; } + + .mb-1 { + margin-bottom: 1rem; + } + + .status { + display: flex; + justify-content: space-between; + } @@ -150,6 +162,7 @@

Status: Starting...

+