feat(desktop): complete TaskBoard attention interactions - #215
Closed
IchenDEV wants to merge 2 commits into
Closed
Conversation
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
needs_youprojectionConflict resolution
This branch was rebased onto
origin/mainafter PR #214 merged. The follow-up was ported into #214's responsibility-owned TaskBoard modules; it does not restore the earlier monolithic page or replace the existing Task, Session, pane-tree, input-queue, transcript, or fork models.The unrelated OpenClaw and Superdot research documents in the local worktree are excluded.
Open PR #87 also changes
apps/desktop/src/App.tsxandapps/desktop/src/i18n/strings.ts. It is already reported DIRTY against current main; if revived, it should rebase after this follow-up rather than being folded into this PR.Verification
bun run lintbunx tsc --noEmitbun run build:renderer: 6,604 modules transformedbun run mutation:taskboard: 86 valid mutants killed, 84 compile errors, 0 survived, 100% scorebun test script/verify/checks.test.ts: 5 passedbun script/verify/docs.tsbun script/verify/sdlc.tsbun script/verify/sdlc.ts --worktreegit diff --checkFresh Browser acceptance covered desktop dark/light and 760x900 narrow layouts. All / Needs-you reduced ten visible Tasks to two; J moved selection and focus; the narrow inspector was a 360px fixed dialog with inert background, focus entry, and focus restoration. No relevant console warnings or errors were present.
Risk