feat(wave-admin): UI for managing waves; split current/upcoming display#1909
Open
efstajas wants to merge 1 commit into
Open
feat(wave-admin): UI for managing waves; split current/upcoming display#1909efstajas wants to merge 1 commit into
efstajas wants to merge 1 commit into
Conversation
β¦ve display - Admin dashboard: new "Waves" card (gated on manageWaves) linking to /wave/admin/waves, listing all wave programs. - Per-program admin page: list scheduled waves with status badges, schedule new waves, edit upcoming ones, extend active ones (start/budget locked), and delete upcoming waves (with confirmation). Ended waves are read-only. - Wave program public page: split into separate "Current Wave" and "Upcoming Waves" sections so a current+upcoming combo renders both; upcoming section hides entirely when there's a current wave but nothing scheduled, and keeps the newsletter/Discord empty state when neither exists. - API client: add manualCreateWave, updateWave, and deleteWave helpers.
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
Front-end for the new wave-admin endpoints (see matching wave PR: drips-network/wave#624), plus a small fix to the public wave program page so a current wave and an upcoming wave can both show at the same time.
Admin
/wave/admin(gated onmanageWaves)./wave/admin/wavesβ lists wave programs with a "Manage Waves" link each./wave/admin/waves/[waveProgramId]β lists scheduled waves with status badges and per-row actions:Public wave program page
Test plan