Skip to content

Comments

docs: add UX specification for React UI redesign#6

Closed
dgarson wants to merge 5 commits intomainfrom
claude/redesign-ui-modern-LNU9D
Closed

docs: add UX specification for React UI redesign#6
dgarson wants to merge 5 commits intomainfrom
claude/redesign-ui-modern-LNU9D

Conversation

@dgarson
Copy link
Owner

@dgarson dgarson commented Feb 1, 2026

  • UX-SPEC.md: High-level user experience goals, view specifications, component patterns, state management approach, and routing structure
  • SETUP.md: Technical setup guide with project structure, dependencies, Tailwind config, and migration strategy
  • ANTIPATTERNS.md: Documents current UI issues to avoid (god object state, inline styles, type casting hacks, prop drilling, mixed concerns)

Planning for complete rewrite using React, Tailwind, Shadcn/ui, and Radix.

https://claude.ai/code/session_01AVfCxQpcwmzB5qoo18SdNN

dgarson and others added 5 commits January 26, 2026 18:12
- UX-SPEC.md: High-level user experience goals, view specifications,
  component patterns, state management approach, and routing structure
- SETUP.md: Technical setup guide with project structure, dependencies,
  Tailwind config, and migration strategy
- ANTIPATTERNS.md: Documents current UI issues to avoid (god object state,
  inline styles, type casting hacks, prop drilling, mixed concerns)

Planning for complete rewrite using React, Tailwind, Shadcn/ui, and Radix.

https://claude.ai/code/session_01AVfCxQpcwmzB5qoo18SdNN
dgarson added a commit that referenced this pull request Feb 2, 2026
…-content link

- Mobile hamburger menu with slide-out drawer (replaces hidden nav links)
- Back-to-top floating button appears after scrolling 600px
- Skip-to-content accessibility link for keyboard users
- ARIA attributes on navigation, mobile menu dialog, and buttons
- Tablet breakpoint (1024px) for nav link spacing
- prefers-reduced-motion support for new animations
- BACKLOG.md: fix PR #6 reference (was SaaS docs, not landing page),
  mark completed items from PR #13, update fuzzy search status
dgarson added a commit that referenced this pull request Feb 2, 2026
…ion-boiUu

docs: add comprehensive SaaS transformation plan
dgarson added a commit that referenced this pull request Feb 7, 2026
…#208)

* feat: added work-queue workflow workers and a worker manager, integrate w/cron

* fix: address 12 logic flaws in workflow engine, adapter, phases, and cron types

- engine: capture phase before clobbering in catch handler (#1)
- engine: remove dead `state.plan ?? plan` fallback (#2)
- engine: mark workflow failed when all execution nodes fail (#6)
- adapter: fix retry count off-by-one (attemptNumber vs retryCount) (#3)
- adapter: clean up abort listener in sleep on timeout (#10)
- discover: fix batch/entries index mismatch when spawns fail (#4)
- execute: add cycle detection to topological sort (#5)
- review: add autoApproved flag to distinguish fallback approvals (#7)
- plan: add comment clarifying sessionKey reuse across repair attempts (#8)
- decompose: remove unused model/maxPhases/maxTasksPerPhase/maxSubtasksPerTask opts (#9)
- types: add autoApproved to ReviewIteration (#7)
- cron/state: use discriminated union for CronEvent (CronJobEvent | CronHealthEvent) (#12)
- tests: add WorkflowWorkerAdapter test suite (8 tests) (#11)

https://claude.ai/code/session_01L8kquwpmUh5zmU9S4MHgPu

---------

Co-authored-by: Claude <[email protected]>
dgarson added a commit that referenced this pull request Feb 7, 2026
…cron types (openclaw#217)

- engine: capture phase before clobbering in catch handler (#1)
- engine: remove dead `state.plan ?? plan` fallback (#2)
- engine: mark workflow failed when all execution nodes fail (#6)
- adapter: fix retry count off-by-one (attemptNumber vs retryCount) (#3)
- adapter: clean up abort listener in sleep on timeout (#10)
- discover: fix batch/entries index mismatch when spawns fail (#4)
- execute: add cycle detection to topological sort (#5)
- review: add autoApproved flag to distinguish fallback approvals (#7)
- plan: add comment clarifying sessionKey reuse across repair attempts (#8)
- decompose: remove unused model/maxPhases/maxTasksPerPhase/maxSubtasksPerTask opts (#9)
- types: add autoApproved to ReviewIteration (#7)
- cron/state: use discriminated union for CronEvent (CronJobEvent | CronHealthEvent) (#12)
- tests: add WorkflowWorkerAdapter test suite (8 tests) (#11)

https://claude.ai/code/session_01L8kquwpmUh5zmU9S4MHgPu

Co-authored-by: Claude <[email protected]>
@dgarson
Copy link
Owner Author

dgarson commented Feb 7, 2026

Superseded — UI redesign direction has evolved past this spec.

@dgarson dgarson closed this Feb 7, 2026
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.

2 participants