847 Commits

Author SHA1 Message Date
Chesterkxng
ff27f8debe chore: select values populated through AUDIO_FORMATS iteration 2025-12-10 16:50:18 +01:00
Chesterkxng
09456bf6ed chore:
- use of InitialValuesType
- cleaning up added after conversion
2025-12-10 16:47:51 +01:00
Chesterkxng
cfc0ba3b41 chore:
- 'types.ts' file
- global variables including necessary details about audio formats added
2025-12-10 16:45:10 +01:00
Chesterkxng
82b56b4973 Chore:
- 'file' util added
- getFileExtension method
2025-12-10 16:43:04 +01:00
Chesterkxng
adbc389c5d Merge branch 'main' into pr/Srivarshan-T/216 2025-12-10 10:55:56 +01:00
Ibrahima G. Coulibaly
41c8d82859
Merge pull request #296 from mike-bricknell-barlow/feature/convert-time-to-decimal
Add tool to convert human time to decimal time
2025-12-07 16:43:28 +01:00
Chesterkxng
d9917c6b3e chore:
- validations added for edge cases handling
- Multiple lines processing added
2025-12-05 18:03:55 +01:00
Chesterkxng
55354e3cd7 locales: enhanced tool description 2025-12-05 18:01:30 +01:00
Chesterkxng
e67612424d style: icon change 2025-12-05 18:01:07 +01:00
Chesterkxng
9d25c37f4b chore:
- time util file created
- time validation util function implemented
2025-12-05 17:59:23 +01:00
Ibrahima G. Coulibaly
7cec37b7fe
Merge pull request #297 from iib0011/fix-278
Fix 278
2025-12-04 19:13:05 +01:00
Mike Bricknell-Barlow
b1f63a3207 Add tool to convert human time to decimal time 2025-12-02 12:52:52 +00:00
Chesterkxng
80662c59c6 locales: desc minor changes 2025-11-30 18:00:03 +01:00
Chesterkxng
009a0dd6ad chore: checkbox used instead of switch 2025-11-30 17:59:06 +01:00
Chesterkxng
6ad57674ea chore: keywords added to list 2025-11-30 17:57:48 +01:00
Chesterkxng
ef034f2b8b chore: void input edge case added to service 2025-11-30 17:56:43 +01:00
Chesterkxng
8cc7986c7f tests: rewritten test file to match main function struct 2025-11-30 17:55:49 +01:00
Learncold
f30aeb45eb Add unicode encoder/decoder tool 2025-11-05 15:12:58 +09:00
Ibrahima G. Coulibaly
f3c5946e0d
Merge pull request #272 from mgrivalsky/feature/images-to-pdf
feat: add Images to PDF conversion tool (closes #261)
2025-10-29 13:15:55 +01:00
Matus
691bef8304 refactor code structure - created types.ts and service.ts 2025-10-28 16:13:45 +01:00
Matus
0ee424fe12 Add full Images to PDF functionality with language updates and tests 2025-10-24 17:32:07 +02:00
Ibrahima G. Coulibaly
d22b7e56eb
Merge pull request #263 from o-200/locale-main-page-ru
locale main page ru
2025-10-04 15:24:38 +01:00
Alex Abramov
9141fa1f82 locale main page ru 2025-10-04 19:38:36 +07:00
Ibrahima G. Coulibaly
922b28ce15 fix(i18n): Correct "hireMe" translation in navbar (main)
This commit corrects the translation of "hireMe" in the
navigation bar across all supported languages. The order of
the elements was also fixed to be consistent.
v0.6.0
2025-10-03 15:55:07 +01:00
Ibrahima G. Coulibaly
958b9b8cd8 fix(i18n): Correct "hireMe" translation in navbar
This commit corrects the translation of "hireMe" in the
navigation bar across all supported languages. The order of
the elements was also fixed to be consistent.
2025-10-03 15:50:49 +01:00
Ibrahima G. Coulibaly
5a0a01aa94 feat: Update workspace and translation files (main)
This commit includes the following changes:

- Updated the workspace configuration in .idea/workspace.xml to
  reflect the recent npm script execution.
- Modified the English translation file (translation.json) by
  reordering the "navbar" keys.
- Updated translation files in other languages with "hireMe".
2025-10-03 15:50:14 +01:00
Ibrahima G. Coulibaly
0de9c7872d Merge remote-tracking branch 'origin/main' 2025-10-03 15:45:11 +01:00
Ibrahima G. Coulibaly
409f2cb0f9 feat: Update workspace and translation files (main)
This commit includes the following changes:

- Updated the workspace configuration in .idea/workspace.xml to
  reflect the recent npm script execution.
- Modified the English translation file (translation.json) by
  reordering the "navbar" keys.
2025-10-03 15:45:04 +01:00
Ibrahima G. Coulibaly
f0e78e5cd4 chore: Replace "Buy me a coffee" with "Hire me" (main)
This commit replaces the "Buy me a coffee" button with a
"Hire me" button in the navbar. It also updates the
corresponding translation in the `en/translation.json` file.
The icon has been changed to a job search icon, and the
link points to a Google Drive document.
2025-10-03 15:41:05 +01:00
Ibrahima G. Coulibaly
bd83c26857
Update version in README.md 2025-10-03 14:12:25 +01:00
Ibrahima G. Coulibaly
9d22c53357 feat: Add Monaco Editor and its types
This commit adds the Monaco Editor and its related types to
the project's dependencies. This includes the
`@types/trusted-types` package, which is a dependency of
Monaco Editor.
```
2025-10-02 23:30:30 +01:00
Ibrahima G. Coulibaly
327c4142ff fix: Downgrade onnxruntime-web and onnxruntime-common (main)
Downgrades onnxruntime-web and onnxruntime-common to
version 1.21.0.  This reverts the previous upgrade due
to potential issues.
```
2025-10-02 23:27:11 +01:00
Ibrahima G. Coulibaly
5147de08aa feat: Upgrade onnxruntime-web and onnxruntime-common (main)
Upgrades onnxruntime-web and onnxruntime-common to versions
1.23.0. This includes updates to dependencies and related
packages.
2025-10-02 23:06:02 +01:00
Ibrahima G. Coulibaly
9a9a9463c9 feat: Upgrade Node.js versions in CI (main)
This commit updates the Node.js versions used in the CI
workflows to version 20. This ensures that the CI
environment uses a more up-to-date and supported version
of Node.js.
2025-10-02 22:55:24 +01:00
Ibrahima G. Coulibaly
19393343a3 fix: onnxruntime-web version 2025-10-02 22:51:36 +01:00
Ibrahima G. Coulibaly
4436f03811 feat: Remove onnxruntime-web dependency (main)
This commit removes the onnxruntime-web package
from package.json.
```
2025-10-02 22:42:44 +01:00
Ibrahima G. Coulibaly
9a9ce814fd ```
feat: fix Blob type in tools (main)

This commit fixes a type-related issue. The 'Blob'
constructor was used without specifying 'as any' for the
data argument in several tools. This change ensures
correctness and prevents potential type errors.

The following files were modified:
- src/pages/tools/video/change-speed/index.tsx
- src/pages/tools/video/crop-video/service.ts
- src/pages/tools/audio/trim/service.ts
- src/pages/tools/video/merge-video/service.ts
- src/pages/tools/video/rotate/service.ts
- src/pages/tools/image/generic/rotate/service.ts
- src/pages/tools/pdf/merge-pdf/service.ts
- src/pages/tools/pdf/rotate-pdf/service.ts
- src/pages/tools/video/compress/service.ts
- src/pages/tools/video/flip/service.ts
- src/pages/tools/video/trim/index.tsx
- src/pages/tools/video/loop/service.ts
- src/pages/tools/audio/extract-audio/service.ts
- src/pages/tools/pdf/split-pdf/service.ts
- src/pages/tools/audio/change-speed/service.ts
- src/pages/tools/image/generic/resize/service.ts
- src/pages/tools/video/gif/change-speed/index.tsx
- src/pages/tools/audio/merge-audio/service.ts
- src/pages/tools/video/video-to-gif/index.tsx
2025-10-02 22:33:34 +01:00
Ibrahima G. Coulibaly
28f4c64d30 feat: remove temperature conversion from generic-calc
This commit removes the temperature conversion tool from the
generic-calc tool. This is because the tool was causing issues.

The following files were modified:
- src/pages/tools/number/generic-calc/data/index.ts
- src/pages/tools/number/generic-calc/data/temperature.ts
- package.json
- .idea/workspace.xml
2025-10-02 22:18:34 +01:00
Ibrahima G. Coulibaly
579cfeb55f
Merge pull request #128
feat: temperature converter
2025-10-02 20:54:28 +01:00
Ibrahima G. Coulibaly
ee71c0d39c
Merge pull request #230
fix (video): Missing loop video icon
2025-10-02 20:51:26 +01:00
Ibrahima G. Coulibaly
f889de8068
Merge pull request #256 from njfletcher215/trim-on-video-to-gif
added option to concurrently trim video
2025-10-02 20:45:24 +01:00
Ibrahima G. Coulibaly
0542063e30
Merge pull request #257 from njfletcher215/qr-code-wifi-uri-wpa-type-update
Changed the 'type' for WPA/WPA2/WPA3 to just 'WPA'
2025-10-02 20:43:41 +01:00
Nat Fletcher
20b5c322ad Changed the 'type' for WPA/WPA2/WPA3 to just 'WPA' 2025-09-25 02:28:57 -05:00
Nat Fletcher
37f2fed2d9 added option to concurrently trim video 2025-09-24 00:48:54 -05:00
Srivarshan-T
0888885e96
Merge branch 'iib0011:main' into feat/aac-to-mp3 2025-07-26 23:02:04 +05:30
Chesterkxng
1ff1642052 fix (video): Missing loop video icon 2025-07-26 16:00:46 +02:00
Chesterkxng
613aa49532 Merge branch 'main' into chesterking 2025-07-26 16:00:06 +02:00
Ibrahima G. Coulibaly
234fc8090b chore: pull locize 2025-07-26 05:56:39 +01:00
Ibrahima G. Coulibaly
6fd77718c6 fix: pdfToEpub description 2025-07-26 05:50:28 +01:00
Ibrahima G. Coulibaly
4cb1d3cfd5 fix: mime.types 2025-07-26 01:56:36 +01:00