Skip to content

feat: redesign task board UI #86

feat: redesign task board UI

feat: redesign task board UI #86

Triggered via pull request March 14, 2026 06:04
@jcanizalezjcanizalez
synchronize #24
ui
Status Success
Total duration 1m 7s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
ci: src/renderer/components/rich-editor/SlashCommandMenu.tsx#L52
Unexpected any. Specify a different type
ci: src/renderer/components/rich-editor/SlashCommandMenu.tsx#L38
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
ci: src/renderer/components/rich-editor/SlashCommandMenu.tsx#L1
'useCallback' is defined but never used. Allowed unused vars must match /^_/u
ci: src/renderer/components/Toast.tsx#L25
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
ci: src/renderer/components/TaskQueuePanel.tsx#L388
'setConfig' is assigned a value but never used. Allowed unused vars must match /^_/u
ci: src/renderer/components/PromptLauncher.tsx#L101
React Hook useEffect has a missing dependency: 'settings'. Either include it or remove the dependency array
ci: src/renderer/components/DiffSidebar.tsx#L19
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
ci
'i' is defined but never used. Allowed unused args must match /^_/u
ci
'items' is assigned a value but never used. Allowed unused vars must match /^_/u
ci: src/renderer/components/CommandPalette.tsx#L329
Unexpected any. Specify a different type