mirror of
https://github.com/langchain-ai/openwork.git
synced 2026-07-21 10:05:29 -04:00
[PR #19] [CLOSED] Fix linter errors in shadcn/ui components #32
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/19
Author: @bwhiting2356
Created: 1/17/2026
Status: ❌ Closed
Base:
lint-fix-1-backend← Head:lint-fix-2-ui-components📝 Commits (1)
19c8231Fix linter errors in shadcn/ui components📊 Changes
10 files changed (+187 additions, -252 deletions)
View changed files
📝
src/renderer/src/components/ui/badge.tsx(+19 -22)📝
src/renderer/src/components/ui/button.tsx(+28 -33)📝
src/renderer/src/components/ui/card.tsx(+38 -65)📝
src/renderer/src/components/ui/context-menu.tsx(+32 -52)📝
src/renderer/src/components/ui/dialog.tsx(+3 -6)📝
src/renderer/src/components/ui/input.tsx(+5 -6)📝
src/renderer/src/components/ui/popover.tsx(+9 -11)📝
src/renderer/src/components/ui/resizable.tsx(+29 -26)📝
src/renderer/src/components/ui/scroll-area.tsx(+8 -10)📝
src/renderer/src/components/ui/separator.tsx(+16 -21)📄 Description
Part 2/4 of linter cleanup. Fixes all lint errors in shadcn/ui component library.
Stack: #18 → #19 → #20 → #21
Changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.