feat: data annotation page adaptation to backend API. Improve labeling project creation module.

* feat: data annotation page adaptation to the backend API.

* feat: Implement labeling configuration editor and enhance annotation task creation form
This commit is contained in:
Jason Wang
2025-10-31 15:56:29 +08:00
committed by GitHub
parent 452d279195
commit ba0c69086a
20 changed files with 737 additions and 194 deletions

View File

@@ -54,12 +54,11 @@ const CustomNode = ({ data, selected }: { data: any; selected: boolean }) => {
/>
<Card
className={`w-80 transition-all duration-200 ${
selected
className={`w-80 transition-all duration-200 ${selected
? "ring-2 ring-blue-500 shadow-lg"
: "shadow-md hover:shadow-lg"
}`}
bodyStyle={{ padding: 0 }}
}`}
styles={{ body: { padding: 0 } }}
>
<div className="pb-3 bg-blue-50 border-b px-4 pt-4">
<div className="flex items-center justify-between">