Skip to content

Commit

Permalink
update to latest @waku/rln
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko committed Feb 13, 2024
1 parent ee12ca8 commit 4406f85
Show file tree
Hide file tree
Showing 7 changed files with 968 additions and 1,050 deletions.
17 changes: 15 additions & 2 deletions examples/rln-js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
}

Expand All @@ -141,6 +144,15 @@
padding: 5px;
margin-bottom: 10px;
}

.mb-1 {
margin-bottom: 1rem;
}

.status {
display: flex;
justify-content: space-between;
}
</style>
</head>
<body>
Expand All @@ -150,6 +162,7 @@ <h3>
<b>Status:</b>
<span id="status" class="progress">Starting...</span>
</h3>
<button id="connect" class="mb-1">Connect wallet</button>
</div>

<div class="chatArea" id="chat-area" style="display: none">
Expand Down
Loading

0 comments on commit 4406f85

Please sign in to comment.