mirror of
https://github.com/langchain-ai/openwork.git
synced 2026-07-21 10:05:29 -04:00
[PR #20] [CLOSED] Fix linter errors in feature components #33
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/openwork/pull/20
Author: @bwhiting2356
Created: 1/17/2026
Status: ❌ Closed
Base:
lint-fix-2-ui-components← Head:lint-fix-3-feature-components📝 Commits (6)
af02b9dFix linter errors in backend & main processda31c7aFix linter errors in feature components9fa01bcExtract selectWorkspaceFolder to separate utility filefa548bbFix ModelSwitcher to derive selectedProviderId instead of setState in effect1121a26Revert "Fix ModelSwitcher to derive selectedProviderId instead of setState in effect"2348796Add TODO comments for eslint-disable directives📊 Changes
22 files changed (+468 additions, -410 deletions)
View changed files
📝
bin/cli.js(+5 -1)📝
src/renderer/src/components/chat/ApiKeyDialog.tsx(+13 -18)📝
src/renderer/src/components/chat/ChatContainer.tsx(+16 -9)📝
src/renderer/src/components/chat/ChatTodos.tsx(+2 -2)📝
src/renderer/src/components/chat/ContextUsageIndicator.tsx(+25 -24)📝
src/renderer/src/components/chat/MessageBubble.tsx(+32 -38)📝
src/renderer/src/components/chat/ModelSwitcher.tsx(+34 -35)📝
src/renderer/src/components/chat/StreamingMarkdown.tsx(+1 -3)📝
src/renderer/src/components/chat/ToolCallRenderer.tsx(+115 -66)📝
src/renderer/src/components/chat/WorkspacePicker.tsx(+4 -32)📝
src/renderer/src/components/panels/FilesystemPanel.tsx(+50 -39)📝
src/renderer/src/components/settings/SettingsDialog.tsx(+7 -11)📝
src/renderer/src/components/sidebar/ThreadSidebar.tsx(+9 -13)📝
src/renderer/src/components/tabs/BinaryFileViewer.tsx(+5 -4)📝
src/renderer/src/components/tabs/CodeViewer.tsx(+51 -35)📝
src/renderer/src/components/tabs/FileViewer.tsx(+11 -11)📝
src/renderer/src/components/tabs/ImageViewer.tsx(+26 -31)📝
src/renderer/src/components/tabs/MediaViewer.tsx(+7 -6)📝
src/renderer/src/components/tabs/PDFViewer.tsx(+5 -14)📝
src/renderer/src/components/tabs/TabBar.tsx(+22 -17)...and 2 more files
📄 Description
Part 3/4 of linter cleanup. Fixes all lint errors in feature components.
Stack: #18 → #19 → #20 → #21
Changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.