fix: radio and list sort init

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-27 20:27:03 +01:00
parent 8650703266
commit a6eb5d59e9
11 changed files with 180 additions and 79 deletions

View File

@@ -4,12 +4,14 @@ import { DefinedTool } from './defineTool';
import { capitalizeFirstLetter } from '../utils/string';
import { numberTools } from '../pages/number';
import { videoTools } from '../pages/video';
import { listTools } from '../pages/list';
export const tools: DefinedTool[] = [
...imageTools,
...stringTools,
...numberTools,
...videoTools
...videoTools,
...listTools
];
const categoriesDescriptions: { type: string; value: string }[] = [
{
@@ -31,6 +33,11 @@ const categoriesDescriptions: { type: string; value: string }[] = [
type: 'gif',
value:
'Tools for working with GIF animations create transparent GIFs, extract GIF frames, add text to GIF, crop, rotate, reverse GIFs, and much more.'
},
{
type: 'list',
value:
'Tools for working with lists sort, reverse, randomize lists, find unique and duplicate list items, change list item separators, and much more.'
}
];
export const filterTools = (