Move copy task ID functionality to context menu#1558
Merged
Conversation
oliverb123
approved these changes
Apr 8, 2026
Generated-By: PostHog Code Task-Id: f9d7c635-6d95-4255-8a4d-d2281b1e0389
65c446e to
06b6d63
Compare
Contributor
Author
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.

TL;DR
Moved the "Copy Task ID" feature from the TaskDetail header to the task context menu, removing the task ID display from the component header and centralizing this action in the context menu.
Problem
The task ID was displayed as a clickable button in the TaskDetail header, taking up valuable space. This functionality is better served as a context menu action that's available on-demand.
Changes
context-menu/schemas.tsandcontext-menu/service.tsuseTaskContextMenuhook where it handles the clipboard write and toast notificationTooltipfrom radix-ui,useCallbackfrom React, andtoastfrom sonner (now only imported in the hook)How did you test this?
Created with PostHog Code