Commit Graph

4 Commits

Author SHA1 Message Date
icarus
f7f689b326 refactor: replace antd Input with @cherrystudio/ui Input across components 2025-11-02 23:57:35 +08:00
icarus
3911ee2843 refactor(input): consolidate input components and update exports
Move input component files to lowercase directory and simplify structure
Remove unused button and password input components
Update exports in components index file
2025-11-02 23:38:49 +08:00
icarus
cad71c3af7 feat(input): refactor input component to support compound pattern
Add new Input component with support for Password and Button variants through compound pattern. Move input implementation to new directory structure and enhance with label and caption support. Remove old input implementation.
2025-11-02 22:46:49 +08:00
icarus
13cacaba7f feat(input): add new input component and update eslint config
Add new custom input component to replace antd and heroui inputs
Update eslint config to enforce using the new input component
2025-11-02 21:24:07 +08:00