Merge pull request 'feat: implement configuration fields column with drag-and-drop reordering, search, and CRUD support' (#43) from azeem into development

Reviewed-on: https://gitea.maskantech.in/gitea_admin/aeroresolve_frontend/pulls/43
This commit is contained in:
Syed Waseem khadri Rafai
2026-08-19 09:50:06 +00:00
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,