Skip to content

feat(vibenet): rework account dialog into an explorer-address page - #110

Merged
montycheese merged 3 commits into
mainfrom
danyal/rework-account-dialog
Aug 28, 2026
Merged

feat(vibenet): rework account dialog into an explorer-address page#110
montycheese merged 3 commits into
mainfrom
danyal/rework-account-dialog

Conversation

@danyalprout

@danyalprout danyalprout commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Summary

Moves the account "dialog" experience onto the explorer address page, so account details, activity, apps, and session-key management live at /vibenet/explorer/address/[addr] instead of a modal.

danyalprout and others added 2 commits August 28, 2026 10:33
Moves account management (owners, session keys, sub-accounts) from the
standalone /vibenet/accounts modal into /vibenet/explorer/address/[addr],
unifying it with the read-only inspector. Also fixes several bugs surfaced
in review: disallow revoking the last owner, keep the page from spinning
forever on a non-404 API failure, refresh balances after a transaction
lands, and show every session-key spend limit instead of just the first.
…action popup

Session-key authorize/revoke now stages through the shared Transact modal
(pending-auth/pending-revoke badges with review/discard/undo actions) instead
of bouncing the user to the account page's session section. Error, submit
status, and revert-recovery state move out of the account engine and into the
modal that owns their UI, so nothing leaks onto the page behind it.

Also extracts a shared ViewTransactionButton, opens explorer links in a new
tab instead of navigating away from the demo, and trims a few unused
engine exports.

Co-Authored-By: Claude <noreply@anthropic.com>
@cb-heimdall

cb-heimdall commented Aug 28, 2026

Copy link
Copy Markdown
Collaborator

✅ Heimdall Review Status

Requirement Status More Info
Reviews 1/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

@vercel

vercel Bot commented Aug 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
omni-ui Ready Ready Preview Aug 28, 2026 3:53pm

Request Review

Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
@montycheese
montycheese added this pull request to the merge queue Aug 28, 2026
Merged via the queue into main with commit 1cc5d02 Aug 28, 2026
12 checks 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.

3 participants