temp remove unfinished features

This commit is contained in:
Mads Rasmussen
2024-05-22 10:23:46 +02:00
parent cb8a70e0eb
commit ba43dad4f0

View File

@@ -57,6 +57,7 @@ export const manifests: Array<ManifestEntityBulkAction> = [
},
],
},
/* TODO: implement bulk duplicate action
{
type: 'entityBulkAction',
kind: 'default',
@@ -79,6 +80,8 @@ export const manifests: Array<ManifestEntityBulkAction> = [
},
],
},
*/
/* TODO: implement bulk move action
{
type: 'entityBulkAction',
kind: 'default',
@@ -101,6 +104,8 @@ export const manifests: Array<ManifestEntityBulkAction> = [
},
],
},
*/
/* TODO: implement bulk trash action
{
type: 'entityBulkAction',
kind: 'default',
@@ -123,4 +128,5 @@ export const manifests: Array<ManifestEntityBulkAction> = [
},
],
},
*/
];