feat: implement configuration fields column with drag-and-drop reordering, search, and CRUD support

This commit is contained in:
azeeee05
2026-08-19 15:18:32 +05:30
parent 13c043ba56
commit f9fe81687a
2 changed files with 2 additions and 2 deletions
@@ -7,7 +7,7 @@ import {
TrashIcon,
DotsSixVerticalIcon,
} from '@phosphor-icons/react';
import { CustomInput, CustomLoader, CustomButton, Skeleton } from '../../../../components/custom';
import { CustomInput, CustomButton, Skeleton } from '../../../../components/custom';
import type { FieldDefinition } from '../ActionBuilderTypes';
interface ConfigurationFieldsColumnProps {
@@ -1,6 +1,6 @@
import { useState, useEffect } from 'react';
import { CheckCircleIcon } from '@phosphor-icons/react';
import { CustomConfirmationModal, CustomLoader, Skeleton } from '../../../components/custom';
import { CustomConfirmationModal, Skeleton } from '../../../components/custom';
import {
CategoriesColumn,