This commit is contained in:
Ibrahima G. Coulibaly
2025-03-02 03:09:29 +00:00
parent 71e052ab4d
commit c570368f5d
10 changed files with 31 additions and 33 deletions

46
.idea/workspace.xml generated
View File

@@ -4,18 +4,16 @@
<option name="autoReloadType" value="SELECTIVE" /> <option name="autoReloadType" value="SELECTIVE" />
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="b30e2810-c4c1-4aad-b134-794e52cc1c7d" name="Changes" comment="docs: readme"> <list default="true" id="b30e2810-c4c1-4aad-b134-794e52cc1c7d" name="Changes" comment="feat: remove duplicate lines">
<change afterPath="$PROJECT_DIR$/.codebuddy/.gitignore" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/pages/tools/list/duplicate/meta.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/pages/tools/list/duplicate/meta.ts" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.codebuddy/summary.md" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/pages/tools/list/truncate/meta.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/pages/tools/list/truncate/meta.ts" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/pages/tools/string/remove-duplicate-lines/index.tsx" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/pages/tools/list/wrap/meta.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/pages/tools/list/wrap/meta.ts" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/pages/tools/string/remove-duplicate-lines/meta.ts" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/pages/tools/string/create-palindrome/meta.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/pages/tools/string/create-palindrome/meta.ts" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/pages/tools/string/remove-duplicate-lines/remove-duplicate-lines.service.test.ts" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/pages/tools/string/extract-substring/meta.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/pages/tools/string/extract-substring/meta.ts" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/pages/tools/string/remove-duplicate-lines/service.ts" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/pages/tools/string/palindrome/meta.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/pages/tools/string/palindrome/meta.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/pages/tools/string/randomize-case/meta.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/pages/tools/string/randomize-case/meta.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/scripts/create-tool.mjs" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/create-tool.mjs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/pages/tools/string/reverse/meta.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/pages/tools/string/reverse/meta.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/components/Hero.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/Hero.tsx" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/pages/tools/string/uppercase/meta.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/pages/tools/string/uppercase/meta.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/pages/tools/string/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/pages/tools/string/index.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/tools/defineTool.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/tools/defineTool.tsx" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -293,15 +291,7 @@
<workItem from="1740702343843" duration="657000" /> <workItem from="1740702343843" duration="657000" />
<workItem from="1740788381920" duration="465000" /> <workItem from="1740788381920" duration="465000" />
<workItem from="1740788856134" duration="659000" /> <workItem from="1740788856134" duration="659000" />
<workItem from="1740880919391" duration="3339000" /> <workItem from="1740880919391" duration="3993000" />
</task>
<task id="LOCAL-00089" summary="feat: find most popular ui">
<option name="closed" value="true" />
<created>1720546921899</created>
<option name="number" value="00089" />
<option name="presentableId" value="LOCAL-00089" />
<option name="project" value="LOCAL" />
<updated>1720546921899</updated>
</task> </task>
<task id="LOCAL-00090" summary="fix: misc"> <task id="LOCAL-00090" summary="fix: misc">
<option name="closed" value="true" /> <option name="closed" value="true" />
@@ -687,7 +677,15 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1740788899030</updated> <updated>1740788899030</updated>
</task> </task>
<option name="localTasksCounter" value="138" /> <task id="LOCAL-00138" summary="feat: remove duplicate lines">
<option name="closed" value="true" />
<created>1740884332734</created>
<option name="number" value="00138" />
<option name="presentableId" value="LOCAL-00138" />
<option name="project" value="LOCAL" />
<updated>1740884332735</updated>
</task>
<option name="localTasksCounter" value="139" />
<servers /> <servers />
</component> </component>
<component name="TypeScriptGeneratedFilesManager"> <component name="TypeScriptGeneratedFilesManager">
@@ -746,7 +744,6 @@
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" /> <option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
<option name="CHECK_NEW_TODO" value="false" /> <option name="CHECK_NEW_TODO" value="false" />
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" /> <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
<MESSAGE value="feat: compress png" />
<MESSAGE value="fix: compress png" /> <MESSAGE value="fix: compress png" />
<MESSAGE value="fix: docs" /> <MESSAGE value="fix: docs" />
<MESSAGE value="feat: funding" /> <MESSAGE value="feat: funding" />
@@ -771,7 +768,8 @@
<MESSAGE value="feat: jakarta font" /> <MESSAGE value="feat: jakarta font" />
<MESSAGE value="chore: img" /> <MESSAGE value="chore: img" />
<MESSAGE value="docs: readme" /> <MESSAGE value="docs: readme" />
<option name="LAST_COMMIT_MESSAGE" value="docs: readme" /> <MESSAGE value="feat: remove duplicate lines" />
<option name="LAST_COMMIT_MESSAGE" value="feat: remove duplicate lines" />
</component> </component>
<component name="XSLT-Support.FileAssociations.UIState"> <component name="XSLT-Support.FileAssociations.UIState">
<expand /> <expand />

View File

@@ -5,7 +5,7 @@ import { lazy } from 'react';
export const tool = defineTool('list', { export const tool = defineTool('list', {
name: 'Duplicate', name: 'Duplicate',
path: 'duplicate', path: 'duplicate',
// image, icon: '',
description: '', description: '',
shortDescription: '', shortDescription: '',
keywords: ['duplicate'], keywords: ['duplicate'],

View File

@@ -5,7 +5,7 @@ import { lazy } from 'react';
export const tool = defineTool('list', { export const tool = defineTool('list', {
name: 'Truncate', name: 'Truncate',
path: 'truncate', path: 'truncate',
// image, icon: '',
description: '', description: '',
shortDescription: '', shortDescription: '',
keywords: ['truncate'], keywords: ['truncate'],

View File

@@ -5,7 +5,7 @@ import { lazy } from 'react';
export const tool = defineTool('list', { export const tool = defineTool('list', {
name: 'Wrap', name: 'Wrap',
path: 'wrap', path: 'wrap',
// image, icon: '',
description: '', description: '',
shortDescription: '', shortDescription: '',
keywords: ['wrap'], keywords: ['wrap'],

View File

@@ -5,7 +5,7 @@ import { lazy } from 'react';
export const tool = defineTool('string', { export const tool = defineTool('string', {
name: 'Create palindrome', name: 'Create palindrome',
path: 'create-palindrome', path: 'create-palindrome',
// image, icon: '',
description: '', description: '',
shortDescription: '', shortDescription: '',
keywords: ['create', 'palindrome'], keywords: ['create', 'palindrome'],

View File

@@ -5,7 +5,7 @@ import { lazy } from 'react';
export const tool = defineTool('string', { export const tool = defineTool('string', {
name: 'Extract substring', name: 'Extract substring',
path: 'extract-substring', path: 'extract-substring',
// image, icon: '',
description: '', description: '',
shortDescription: '', shortDescription: '',
keywords: ['extract', 'substring'], keywords: ['extract', 'substring'],

View File

@@ -5,7 +5,7 @@ import { lazy } from 'react';
export const tool = defineTool('string', { export const tool = defineTool('string', {
name: 'Palindrome', name: 'Palindrome',
path: 'palindrome', path: 'palindrome',
// image, icon: '',
description: '', description: '',
shortDescription: '', shortDescription: '',
keywords: ['palindrome'], keywords: ['palindrome'],

View File

@@ -5,7 +5,7 @@ import { lazy } from 'react';
export const tool = defineTool('string', { export const tool = defineTool('string', {
name: 'Randomize case', name: 'Randomize case',
path: 'randomize-case', path: 'randomize-case',
// image, icon: '',
description: '', description: '',
shortDescription: '', shortDescription: '',
keywords: ['randomize', 'case'], keywords: ['randomize', 'case'],

View File

@@ -5,7 +5,7 @@ import { lazy } from 'react';
export const tool = defineTool('string', { export const tool = defineTool('string', {
name: 'Reverse', name: 'Reverse',
path: 'reverse', path: 'reverse',
// image, icon: '',
description: '', description: '',
shortDescription: '', shortDescription: '',
keywords: ['reverse'], keywords: ['reverse'],

View File

@@ -5,7 +5,7 @@ import { lazy } from 'react';
export const tool = defineTool('string', { export const tool = defineTool('string', {
name: 'Uppercase', name: 'Uppercase',
path: 'uppercase', path: 'uppercase',
// image, icon: '',
description: '', description: '',
shortDescription: '', shortDescription: '',
keywords: ['uppercase'], keywords: ['uppercase'],