mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-20 06:29:32 +02:00
chore: show new tools in landing
This commit is contained in:
@@ -16,12 +16,12 @@ export const tools: DefinedTool[] = [
|
||||
...imageTools,
|
||||
...stringTools,
|
||||
...jsonTools,
|
||||
...pdfTools,
|
||||
...listTools,
|
||||
...csvTools,
|
||||
...videoTools,
|
||||
...numberTools,
|
||||
...timeTools,
|
||||
...pdfTools
|
||||
...timeTools
|
||||
];
|
||||
const categoriesConfig: {
|
||||
type: ToolCategory;
|
||||
@@ -91,6 +91,11 @@ const categoriesConfig: {
|
||||
'Tools for working with time and date – draw clocks and calendars, generate time and date sequences, calculate average time, convert between time zones, and much more.'
|
||||
}
|
||||
];
|
||||
// use for changelogs
|
||||
// console.log(
|
||||
// 'tools',
|
||||
// tools.map(({ name, type }) => ({ type, name }))
|
||||
// );
|
||||
export const filterTools = (
|
||||
tools: DefinedTool[],
|
||||
query: string
|
||||
|
Reference in New Issue
Block a user