feat: cherry-pick upstream PR #11 — stability, KPI, filter, search improvements#12
Merged
Merged
Conversation
…provements Cherry-picked from w3dev33#11 Pipeline stability: - Queue-based single-flight handler replaces debounce+isProcessing - Poll backpressure scheduler (min 2s between expensive cycles) - Rust watcher rate-limiting with noise filtering (.dolt/stats, .tmp, .lock) - Pipeline diagnostics composable + DebugPanel Pipeline tab KPI & Dashboard: - Workflow KPI (active non-blocked issues) + All KPI (everything) - Blocked issues collapsible section in sidebar - Copy Issue ID button on quick-list items - Accurate Open/Blocked counts (dependency-aware) Filters & Search: - Search respects active filters instead of bypassing them - :model-value fix for filter dropdown checkboxes (shadcn/reka-ui) - Filter chips visible during search - Workflow as default filter on page load Table & Columns: - Drag-and-drop column reordering via Sortable.js - Blocked logic moved from IssueTable to StatusBadge tooltip Blocked state model: - Unified isIssueBlocked() + pruneClosedBlockers() in issue-helpers - blockedBy computed from dependencies in Nitro server transformer Other: - Remove tombstone/deleted status from entire codebase - macOS-only titleBarStyle: Overlay (programmatic window creation) - Graceful error handling for startDragging/setTitle - Churn stress tests, runbook, and shell script - 4 new test files + 2 updated (256 tests passing) Co-Authored-By: Devon Katz <devon@local> Co-Authored-By: Amp <amp@ampcode.com> Co-Authored-By: Claude Code <noreply@anthropic.com>
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
Cherry-pick of w3dev33/beads-task-issue-tracker#11 by Devon Katz (@drkatz) with Amp.
.beadschurn:model-valuecheckbox fix, filter chips always visible, Workflow as defaultisIssueBlocked()+pruneClosedBlockers(), blockedBy from dependencies in Nitro transformerTest plan
pnpm test— 256/256 passednpx vue-tsc --noEmit— 0 errors🤖 Generated with Claude Code