feat(copilot): move drawer trigger into the app header #57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "claude/copilot-header-trigger"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Moves the scrum4me-copilot drawer trigger into the app header so it's a discoverable entry point, instead of rendering at the bottom of the page.
S4MCopilotDraweris now mounted in the header's right-side group (next toUserMenu) insrc/app/(app)/layout.tsx, instead of after<main>.position: relative, so where it's mounted is where it renders — it now sits top-right with the user menu. The overlay/panel arefixed, so open/close behavior is unchanged.MAIN_NAV_ITEMSlink — the drawer self-mounts its own trigger (with an open-questions badge), matching the DigiPlein integration.Test plan
npm run buildgreen;/api/s4m/[...path]route intact🤖 Generated with Claude Code