Broker contact flow for Punk marketplace status#12
Open
jckbtchr-vv wants to merge 2 commits into
Open
Conversation
Rework Punk/Detail/Market.vue: move Top bid to the left cell with the Place-bid form beneath it, Listing to the right cell with a new Contact broker button beneath it, and surface the owner's wallet last-active time (from the indexer) under the listing state. New Market/BrokerContact.vue: a Contact broker popover with email capture (client-side only for now) and a co-branded "Canon" preview, toggled via a floating control that appears beneath the dialog while open. New Market/BrokerLogo.vue inlines the broker wordmark. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Move the broker name and logo SVG out of BrokerLogo.vue into runtimeConfig.public.broker (default "Canon"), overridable per deployment via NUXT_PUBLIC_BROKER_NAME / NUXT_PUBLIC_BROKER_LOGO. BrokerLogo.vue now renders the configured SVG and BrokerContact.vue reads the name from config. Documented both env vars in .env.example. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
Adds a broker contact flow to the Punk detail Marketplace Status module and rearranges the module layout.
Punk/Detail/Market.vue— Top bid moved to the left cell with the Place-bid form beneath it; Listing moved to the right cell with a new Contact broker button beneath it. Surfaces the owner's wallet last-active time (from the indexer) under the listing state. Owner/buyer transaction logic preserved.Market/BrokerContact.vue— Contact broker popover with email capture (client-side only for now — no collection endpoint wired yet) and a co-branded preview. A subtle floating toggle appears beneath the dialog while it's open, switching between the standard and branded versions.Market/BrokerLogo.vue— renders the broker wordmark from runtime config.runtimeConfig.public.broker, overridable per deployment viaNUXT_PUBLIC_BROKER_NAME/NUXT_PUBLIC_BROKER_LOGO. Documented in.env.example.Notes
POSTwhen the backend lands.fill="currentColor") — no code changes needed.🤖 Generated with Claude Code