Skip to content

feat: add wallet connection UI with address display - #584

Merged
Chucks1093 merged 1 commit into
accesslayerorg:devfrom
Buks05:fix/issue-548-wallet-connection-ui
Jul 29, 2026
Merged

feat: add wallet connection UI with address display#584
Chucks1093 merged 1 commit into
accesslayerorg:devfrom
Buks05:fix/issue-548-wallet-connection-ui

Conversation

@Buks05

@Buks05 Buks05 commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

📌 Summary

Adds wallet connection UI with address display and popover for the accesslayer client.

🎯 Purpose / Motivation

The client needs a proper wallet connection flow that displays the connected address and provides disconnect functionality.

🛠️ Changes Made

🧪 How to Test

  1. Click connect wallet button
  2. Verify wallet connects and shows address
  3. Click address to see popover with disconnect option
  4. Verify disconnect works

⚠️ Breaking Changes

  • None.

🔗 Related Issues

Closes #548

✅ Checklist

  • Code builds successfully
  • Tests added/updated
  • No console errors
  • Documentation updated (if needed)

@Chucks1093

Copy link
Copy Markdown
Contributor

This one is well done. The popover approach for showing the address and disconnect option is very clean, it does not clutter the UI at all. The flow feels natural, connect, see your address, click to disconnect if you want. Good job on this.

@Chucks1093

Copy link
Copy Markdown
Contributor

I see what you have done here, the wallet connection state is persisted and the UI updates cleanly on connect and disconnect. Nice work.

… disconnect flow

- Add popover showing full wallet address when connected
- Include copy-to-clipboard button with confirmation feedback
- Add disconnect button that opens confirmation dialog
- Close popover on outside click or Escape key

Closes accesslayerorg#548
@Buks05
Buks05 force-pushed the fix/issue-548-wallet-connection-ui branch from 3307f3d to 94acf5e Compare July 29, 2026 22:28
@Chucks1093
Chucks1093 merged commit cd5ea3d into accesslayerorg:dev Jul 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add wallet connection UI with address display, copy action, and disconnect flow

2 participants