Skip to content

feat: add pre-launch auction phase UI for creator key listings (#924) - #938

Open
cold-13 wants to merge 1 commit into
accesslayerorg:devfrom
cold-13:feat/924-pre-launch-auction-ui
Open

cold-13 wants to merge 1 commit into
accesslayerorg:devfrom
cold-13:feat/924-pre-launch-auction-ui

Conversation

@cold-13

@cold-13 cold-13 commented Sep 24, 2026 •

Copy link
Copy Markdown

Closes #924


Adds the reader-facing view of a creator key's pre-launch bidding window:
a live countdown driven by the auction end timestamp, a validated bid input
(floor = highest bid + min increment), a ranked/leader-highlighted bid
history that polls on an interval, an outbid state when the connected wallet
stops leading, and an automatic transition back to the bonding curve page
once the auction closes.

Wires the page to the pre-launch auction config surfaced in #816/#808 and
follows the polling/invalidation patterns established by the marketplace
price work in #918.

@baling-1

Copy link
Copy Markdown

Summary
Adds the reader-facing view of a creator key's pre-launch bidding window, wired to the pre-launch auction config from #816/#808 and following the polling/invalidation patterns established by the marketplace price work in #918.
What's included

  • AuctionCountdown – live countdown driven by the auction end timestamp
  • AuctionBidPanel – validated bid input (floor = highest bid + min increment)
  • AuctionBidHistory – ranked bid history with leader highlight, polling on an interval
  • AuctionPhaseSection – ties phase state, countdown, bid panel, and history together
  • Outbid state – flags when the connected wallet stops leading
  • Auto-transition – returns to the bonding curve page once the auction closes
  • New hooks (useAuctionPhase, useAuctionBids, useCreatorContractActions), auction bid utilities, query keys, and service methods
    Files (11 changed, ~1,048 insertions)
  • New components/hooks/utilities under src/components/common/, src/hooks/, src/utils/
  • Updates to CreatorDetailPage.tsx, course.service.ts, queryKeys.ts
    Closes Build pre-launch auction phase UI for new creator key listings #924

@drips-wave

drips-wave Bot commented Sep 24, 2026

Copy link
Copy Markdown

@cold-13 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@cold-13
cold-13 force-pushed the feat/924-pre-launch-auction-ui branch from 9e9c59a to 1ccf3b1 Compare September 27, 2026 10:56
feat: add pre-launch auction phase UI for creator key listings (accesslayerorg#924)
:wq
:wq

Adds the reader-facing view of a creator key's pre-launch bidding window:
a live countdown driven by the auction end timestamp, a validated bid input
(floor = highest bid + min increment), a ranked/leader-highlighted bid
history that polls on an interval, an outbid state when the connected wallet
:wq
stops leading, and an automatic transition back to the bonding curve page
once the auction closes.

Wires the page to the pre-launch auction config surfaced in accesslayerorg#816/accesslayerorg#808 and
:x
follows the polling/invalidation patterns established by the marketplace
price work in accesslayerorg#918.
@cold-13
cold-13 force-pushed the feat/924-pre-launch-auction-ui branch from 1ccf3b1 to 4c3716f Compare September 27, 2026 11:48
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.

Build pre-launch auction phase UI for new creator key listings

2 participants