Skip to content

fix(work-items): fix actions menu clipping and edit button 404#138

Merged
steilerDev merged 1 commit into
betafrom
fix/work-items-actions-menu
Feb 19, 2026
Merged

fix(work-items): fix actions menu clipping and edit button 404#138
steilerDev merged 1 commit into
betafrom
fix/work-items-actions-menu

Conversation

@steilerDev
Copy link
Copy Markdown
Owner

Summary

  • Remove overflow: hidden from .tableContainer so the actions dropdown menu is no longer clipped at the container boundary
  • Change edit button navigation from /work-items/:id/edit to /work-items/:id since the detail page already serves as the edit view (fixes 404)

Test plan

  • Open Work Items list page
  • Click the actions menu (three-dot button) on a work item — dropdown should render fully visible, not clipped
  • Click "Edit" in the actions menu — should navigate to the work item detail page (not a 404)
  • Verify on both table view (desktop) and card view (mobile)
  • All 1142 existing tests pass

🤖 Generated with Claude Code

Remove overflow: hidden from .tableContainer so the actions dropdown
menu is no longer clipped at the container boundary. Change edit button
navigation from /work-items/:id/edit to /work-items/:id since the
detail page already serves as the edit view.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@steilerDev steilerDev merged commit 41b6f96 into beta Feb 19, 2026
4 checks passed
@steilerDev steilerDev deleted the fix/work-items-actions-menu branch February 19, 2026 20:00
@github-actions
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.8.0-beta.28 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.8.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants