Skip to content

fix(ui): migrate antd InputNumber and TextArea to shadcn on store edit page#2257

Open
NianJiuZst wants to merge 1 commit into
the-open-agent:masterfrom
NianJiuZst:fix/migrate-store-edit-button-input-shadcn
Open

fix(ui): migrate antd InputNumber and TextArea to shadcn on store edit page#2257
NianJiuZst wants to merge 1 commit into
the-open-agent:masterfrom
NianJiuZst:fix/migrate-store-edit-button-input-shadcn

Conversation

@NianJiuZst
Copy link
Copy Markdown
Member

@NianJiuZst NianJiuZst commented May 15, 2026

Summary

  • Replace antd InputNumber (knowledge count, suggestion count, memory limit, frequency, limit minutes) with shadcn Input type="number"
  • Replace antd TextArea with shadcn Textarea component
  • Simplify input/textarea border styles: 1px gray border, light blue highlight on focus
  • Add border-solid to fix browser-native 3D inset border on input elements
  • Extend parseStoreField to handle all numeric field conversions
image

…t page

Replace remaining antd InputNumber (knowledge count, suggestion count,
memory limit, frequency, limit minutes) and TextArea with shadcn Input
and Textarea components. Simplify input border styles to 1px gray with
light blue focus highlight.

Co-Authored-By: Claude Opus 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