Skip to content

feat: v1.4.0 Phase 1 & Phase 2 implementation#173

Merged
fatihkan merged 3 commits intomainfrom
dev
Mar 3, 2026
Merged

feat: v1.4.0 Phase 1 & Phase 2 implementation#173
fatihkan merged 3 commits intomainfrom
dev

Conversation

@fatihkan
Copy link
Owner

@fatihkan fatihkan commented Mar 3, 2026

Summary

Both Swift/macOS and Tauri/React frontends updated. 120 files changed, 6312 insertions.

Test plan

  • cd CreedFlow && swift build — 0 errors
  • cd creedflow-desktop && npm run build — 0 errors
  • cd creedflow-desktop/src-tauri && cargo build — 0 errors
  • Search bar works on Projects, Tasks, Reviews, Deploys, Agents, Archive views
  • Dark/Light/System theme toggle in Settings applies correctly
  • Cmd+? opens keyboard shortcuts overlay, Escape closes it
  • Right-click task → Duplicate creates "Copy of {title}" in Queued column
  • Notification toasts appear on backend status changes
  • Health dots show green/red in Settings for backends and MCP servers

🤖 Generated with Claude Code

fatihkan and others added 3 commits March 3, 2026 13:02
Add backend health monitoring, rate-limit detection, MCP server health
checks, and in-app notification center for CreedFlow v1.4.0.

New: v20 migration (appNotification + healthEvent tables),
BackendHealthMonitor (60s CLI probes), MCPHealthMonitor (120s process
checks), RateLimitDetector (pattern matching + exponential backoff),
NotificationService actor, toast overlay UI, notification panel with
bell icon badge, and health status dots in Settings.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
#144)

Port backend health monitoring, MCP health checks, rate-limit detection,
and in-app notification center to the Tauri (Rust + React) desktop app.

Rust: V21 migration, NotificationService, BackendHealthMonitor,
MCPHealthMonitor, RateLimitDetector, 7 Tauri commands, engine wiring.
React: notification store, toast overlay, notification panel, sidebar bell.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add search/filter to all list views, skeleton loading states, dark/light
mode toggle, keyboard shortcuts overlay, and task duplication across both
Swift/macOS and Tauri/React frontends.

- #145: SearchBar component + search on Projects, Tasks, Reviews, Deploys,
  Agents, Archive views (both frontends)
- #150: Skeleton loading primitives (SkeletonCard, SkeletonRow) for React;
  existing ProgressView retained for Swift
- #147: Theme store with system/light/dark modes (Zustand + localStorage for
  React, NSApp.appearance + @AppStorage for Swift)
- #148: Keyboard shortcuts overlay (Cmd+?) listing all navigation and action
  shortcuts (both frontends)
- #158: Task duplication via context menu — copies task fields, resets
  status/timestamps (Rust command + Swift DB write)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant