Activate dormant surfaces: Gantt/Calendar tabs, trigger preview, webhook panel - #802
Open
Neonforge98 wants to merge 5 commits into
Open
Activate dormant surfaces: Gantt/Calendar tabs, trigger preview, webhook panel#802Neonforge98 wants to merge 5 commits into
Neonforge98 wants to merge 5 commits into
Conversation
Pre-commit hook ran. Total eslint: 0, total circular: 0
Pre-commit hook ran. Total eslint: 0, total circular: 0
Pre-commit hook ran. Total eslint: 0, total circular: 0
Pre-commit hook ran. Total eslint: 0, total circular: 0
Pre-commit hook ran. Total eslint: 0, total circular: 0
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
Three features whose backends (and API client wrappers) already existed but had no UI wiring, plus removal of a dead legacy affordance found along the way. This PR activates the dormant surfaces without touching the underlying behavior.
readWorkItemsViewData, dedicated components) but hard-excluded fromWORK_ITEMS_VIEW_TABS. They are now selectable on the project Work Items page; i18n labels already existed in both locales.project_discussion_preview_triggerand its client wrapper existed with zero callers. The comment composer now shows a debounced preview chip: whether the comment will wake the agent, or why not (/notenote-only, no linked session).project_list_portable_routines, exposing the existingroutine_service::list_routines.orchestrator_startaffordance (handleStartAgent, its command constant, the unused collab-lock exposure, and five orphaned i18n keys across all 13 locales) is deleted. The start path of the old orchestrator is superseded by the durable Work Item run pipeline; Retry/Cancel/Accept flows are untouched.Verification
npm run typecheck,eslint, andviteston the touched modules all clean;cargo checkandcargo clippy --workspace --all-targetsclean (only the pre-existingblock v0.1.6future-incompat warning)