Commit Graph

10 Commits

Author SHA1 Message Date
Ibrahima G. Coulibaly
bc83b0fcfa Merge branch 'main' into truncate-text 2025-03-11 18:30:49 +00:00
EugSh
19bdc5a53c feat: add Text Truncate tool
Implement Text Truncate tool with options for truncating text from the right, left, and line-by-line.
Allows setting custom truncation length and defining a truncation indicator.
2025-03-10 13:09:22 +03:00
Ibrahima G. Coulibaly
04832bd104 feat: missing tools 2025-03-09 17:45:13 +00:00
‘lukasHerajt’
6402001d80 Added ui's(create palindrome, extract substring, palindrome check, randomize case, reverse, uppercase) 2025-03-08 07:32:13 -05:00
Ibrahima G. Coulibaly
ac98878349 Merge remote-tracking branch 'origin/main' into truncate
# Conflicts:
#	src/pages/tools/string/index.ts
2025-03-07 22:13:09 +00:00
EugSh
eb9e3cbdf9 feat: add text repeat tool
- Added text repeat tool to repeat input text multiple times with optional delimiter.
- Included functionality for custom repetition amounts and delimiters.
2025-03-07 15:26:04 +03:00
EugSh
52ccfec60f feat: minor improvements and refactoring in Text Replacer Tool
- Changed the replaceText method to take all options as arguments.
- Removed compute from SimpleRadio component.
- Moved InitialValuesType type and initialValues object to a separate file to avoid Fast Refresh error.
- Used ToolContent and added usage examples.
2025-03-06 10:34:44 +03:00
Ibrahima G. Coulibaly
71e052ab4d feat: remove duplicate lines 2025-03-02 02:58:50 +00:00
Ibrahima G. Coulibaly
97b940a803 fix: misc 2025-02-23 14:11:21 +00:00
Ibrahima G. Coulibaly
64936ab11f refactor: tools folder inside pages 2025-02-23 01:38:42 +01:00