Add bulk update functionality for image status
- Introduced a new endpoint in the backend to handle bulk updates of image statuses by content ID or image IDs. - Updated the frontend to include a new row action for updating image status and integrated a modal for status confirmation. - Enhanced the API service to support bulk status updates and updated the images page to manage status updates effectively.
This commit is contained in:
@@ -54,6 +54,7 @@ import { ReactComponent as ChatIcon } from "./chat.svg?react";
|
||||
import { ReactComponent as MoreDotIcon } from "./moredot.svg?react";
|
||||
import { ReactComponent as AlertHexaIcon } from "./alert-hexa.svg?react";
|
||||
import { ReactComponent as ErrorHexaIcon } from "./info-hexa.svg?react";
|
||||
import { ReactComponent as CalendarIcon } from "./calendar.svg?react";
|
||||
|
||||
export {
|
||||
ErrorHexaIcon,
|
||||
@@ -112,4 +113,12 @@ export {
|
||||
ChatIcon,
|
||||
AngleLeftIcon,
|
||||
AngleRightIcon,
|
||||
CalendarIcon,
|
||||
};
|
||||
|
||||
// Aliases for commonly used icon names
|
||||
export { AngleLeftIcon as ArrowLeftIcon };
|
||||
export { FileIcon as FileTextIcon };
|
||||
export { TimeIcon as ClockIcon };
|
||||
export { ErrorIcon as XCircleIcon };
|
||||
export { BoxIcon as TagIcon };
|
||||
|
||||
Reference in New Issue
Block a user