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:
@@ -7,7 +7,7 @@ import {
|
|||||||
TrashIcon,
|
TrashIcon,
|
||||||
DotsSixVerticalIcon,
|
DotsSixVerticalIcon,
|
||||||
} from '@phosphor-icons/react';
|
} from '@phosphor-icons/react';
|
||||||
import { CustomInput, CustomLoader, CustomButton, Skeleton } from '../../../../components/custom';
|
import { CustomInput, CustomButton, Skeleton } from '../../../../components/custom';
|
||||||
import type { FieldDefinition } from '../ActionBuilderTypes';
|
import type { FieldDefinition } from '../ActionBuilderTypes';
|
||||||
|
|
||||||
interface ConfigurationFieldsColumnProps {
|
interface ConfigurationFieldsColumnProps {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { useState, useEffect } from 'react';
|
import { useState, useEffect } from 'react';
|
||||||
import { CheckCircleIcon } from '@phosphor-icons/react';
|
import { CheckCircleIcon } from '@phosphor-icons/react';
|
||||||
import { CustomConfirmationModal, CustomLoader, Skeleton } from '../../../components/custom';
|
import { CustomConfirmationModal, Skeleton } from '../../../components/custom';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
CategoriesColumn,
|
CategoriesColumn,
|
||||||
|
|||||||
Reference in New Issue
Block a user