feat(web): ProjectDetail "More ▾" actions dropdown (#113)#142
Open
themightychris wants to merge 1 commit into
Open
feat(web): ProjectDetail "More ▾" actions dropdown (#113)#142themightychris wants to merge 1 commit into
themightychris wants to merge 1 commit into
Conversation
Per project-detail.md, the header keeps "Edit Project" as the primary button and moves the secondary actions into a "More ▾" dropdown: Add Member, Log Buzz, Post Update, Post Help-Wanted Role, Manage Members, and (admin) Delete Project behind a confirm dialog. The previously-contextual section buttons (Post Update, Log Buzz, Post new role) are removed now that they live in the header dropdown — single source per the spec. Delete soft-deletes via the existing endpoint and refetches, so the soft-delete banner (from the prior PR) appears for staff immediately. Tests: dropdown trigger present for management perms, absent for anonymous. Completes the #113 UI-gaps umbrella. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
8 tasks
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.
The final #113 item.
What
Per
project-detail.md, the ProjectDetail header now keeps Edit Project as the primary button and consolidates the secondary actions into a "More ▾" dropdown:The previously-contextual section buttons (Post Update, Log Buzz, Post new role) are removed — they now live in the header dropdown (single source, per spec / the "literal per spec" call). Delete soft-deletes via the existing endpoint and refetches, so the soft-delete banner appears for staff immediately.
Tests
Dropdown trigger present for management perms, absent for anonymous (ProjectDetail 12/12). type-check + lint clean.
#113
This is the 8th of 8 — completes the umbrella. 🎉
🤖 Generated with Claude Code