chore: remove deprecation comments from EditableNumber and Sortable components

- Removed deprecation comments from EditableNumber and Sortable components, as they were previously marked for removal due to low usage and dependency conflicts.
This commit is contained in:
MyPrototypeWhat 2025-11-03 14:24:22 +08:00
parent fb6b326947
commit e06142b89a
2 changed files with 0 additions and 16 deletions

View File

@ -1,11 +1,3 @@
/**
* @deprecated 使 2 UI 3
* antd styled-components
*
* This component has only 2 usages and does not meet the UI library extraction criteria (requires 3 usages).
* Planned for removal in future versions. Also depends on antd and styled-components, which conflicts with the migration direction.
*/
// Original path: src/renderer/src/components/EditableNumber/index.tsx
import { InputNumber } from 'antd'
import type { FC } from 'react'

View File

@ -1,11 +1,3 @@
/**
* @deprecated 使 2 UI 3
* styled-components
*
* This component has only 2 usages and does not meet the UI library extraction criteria (requires 3 usages).
* Planned for removal in future versions. Also depends on styled-components, which conflicts with the migration direction.
*/
import type {
Active,
DragEndEvent,