refactor(escrow): agent page restructure + overflow fixes - #33
Merged
Conversation
… register dialogs Replaces the raw debug-style agent list with a proper marketplace UX: - Two tabs: Available (discovered from Nostr) and My agents (self-published) - Agent cards show human-readable names, type/network badges, release/refund summaries. Clicking a card opens a detail dialog. - Detail dialog displays full rules, funding confirmation, and collapsible technical details (coordinate + pubkey) with copy button. - Register agent moved into a separate dialog triggered by a + button. - Empty states for both tabs. - 'Use this agent' button in detail view navigates to events page.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
comwanga
marked this pull request as ready for review
August 8, 2026 16:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to #32. Restructures the Agent page from a debug-style raw registry view into a proper escrow agent marketplace.
Changes
Agent page restructure:
Overflow fixes:
min-w-0 overflow-hidden+truncateon text elementsAbout the ClientFetchError
The
ClientFetchErrorfrom Auth.js is an environment issue, not a code bug:NEXT_PUBLIC_API_URLis set infrontend/.env.localAUTH_SECRETandAUTH_URLin.env.local