Commit graph

219 commits

Author SHA1 Message Date
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
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
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
75b08de646 fix: misc 2025-07-24 22:46:43 +01:00
Ibrahima G. Coulibaly
c3fb9f8a0e chore: sync translations 2025-07-22 19:54:27 +01:00
Ibrahima G. Coulibaly
ad2c70841f chore: ToolCodeInput.tsx dark mode
Some checks are pending
CI / test-and-build (push) Waiting to run
CI / Playwright Tests (push) Waiting to run
CI / Build and Push Multi-Platform Docker Image (push) Blocked by required conditions
CI / deploy (push) Blocked by required conditions
2025-07-18 03:40:01 +01:00
Ibrahima G. Coulibaly
ecf62b0059 chore: translate merge videos 2025-07-18 02:42:11 +01:00
Ibrahima G. Coulibaly
c5e8ba8059 chore: i18n pull initial translations
Some checks are pending
CI / test-and-build (push) Waiting to run
CI / Playwright Tests (push) Waiting to run
CI / Build and Push Multi-Platform Docker Image (push) Blocked by required conditions
CI / deploy (push) Blocked by required conditions
2025-07-15 20:43:15 +01:00
Ibrahima G. Coulibaly
54a5fd1757 chore: i18n pull dutch 2025-07-15 19:58:56 +01:00
Ibrahima G. Coulibaly
e7ac590023 fix: i18n tsc 2025-07-15 19:42:34 +01:00
Ibrahima G. Coulibaly
a0bb24c520 fix: i18n sync 2025-07-15 18:57:21 +01:00
Ibrahima G. Coulibaly
bf2668b963 fix: i18n 2025-07-15 18:30:02 +01:00
Ibrahima G. Coulibaly
5ba8955890 chore: sync locales
Some checks are pending
CI / test-and-build (push) Waiting to run
CI / Playwright Tests (push) Waiting to run
CI / Build and Push Multi-Platform Docker Image (push) Blocked by required conditions
CI / deploy (push) Blocked by required conditions
2025-07-15 17:20:32 +01:00
Ibrahima G. Coulibaly
aed1681b7f chore: delete unused i18n json files 2025-07-15 14:23:44 +01:00
Ibrahima G. Coulibaly
80e32dceba chore: add full languages array 2025-07-14 19:14:11 +01:00
Ibrahima G. Coulibaly
88c096544c docs: translation docs 2025-07-14 18:54:31 +01:00
Ibrahima G. Coulibaly
4441f987d2 feat: password generator to test translation 2025-07-14 18:33:59 +01:00
Ibrahima G. Coulibaly
3b5f852287 fix: translation related behaviors 2025-07-14 18:04:30 +01:00
Ibrahima G. Coulibaly
c64c29878e chore: add i18n to meta script 2025-07-14 13:55:01 +01:00
Ibrahima G. Coulibaly
24e0e38b4a fix: tsc 2025-07-13 15:39:12 +01:00
Ibrahima G. Coulibaly
0ed18c7231 fix: i18n tsc 2025-07-13 14:09:04 +01:00
Ibrahima G. Coulibaly
2bcd88cfd1 fix: i18n tsc 2025-07-13 13:01:02 +01:00
Ibrahima G. Coulibaly
21c4f44d4e fix: misc 2025-07-13 11:25:05 +01:00
Ibrahima G. Coulibaly
425102415a refactor: getGroups
Some checks are pending
CI / test-and-build (push) Waiting to run
CI / Playwright Tests (push) Waiting to run
CI / Build and Push Multi-Platform Docker Image (push) Blocked by required conditions
CI / deploy (push) Blocked by required conditions
2025-07-10 16:04:55 +01:00
Ibrahima G. Coulibaly
65574872ae chore: style link
Some checks are pending
CI / test-and-build (push) Waiting to run
CI / Playwright Tests (push) Waiting to run
CI / Build and Push Multi-Platform Docker Image (push) Blocked by required conditions
CI / deploy (push) Blocked by required conditions
2025-07-09 17:58:22 +01:00
Ibrahima G. Coulibaly
cd19ffccf6 feat: pdf editor 2025-07-09 17:51:12 +01:00
Ibrahima G. Coulibaly
143a5684cf chore: examples button visibility 2025-07-09 17:47:44 +01:00
Ibrahima G. Coulibaly
90e0389156 feat: edit image 2025-07-09 04:34:43 +01:00
Ibrahima G. Coulibaly
82df4ee475 fix: remove xml viewer 2025-07-09 02:16:29 +01:00
Ibrahima G. Coulibaly
57fe32d15f chore: png icon 2025-07-09 02:06:18 +01:00
Ibrahima G. Coulibaly
992d7c4376 chore: white logo 2025-07-09 01:58:47 +01:00
Ibrahima G. Coulibaly
1bd9e9098d chore: new logo and font 2025-07-09 01:48:33 +01:00
Ibrahima G. Coulibaly
e5090014f5 fix: misc 2025-07-07 02:29:20 +01:00
Ibrahima G. Coulibaly
a6a13eff75 chore: bump version 2025-06-05 23:38:13 +01:00
Ibrahima G. Coulibaly
88d4073f10 feat: tsv to json 2025-06-05 23:15:58 +01:00
Ibrahima G. Coulibaly
6ed0f95f88 feat: qr code 2025-06-05 19:51:02 +01:00
Ibrahima G. Coulibaly
25397f2cf4 feat: qr code generation init 2025-06-05 19:13:43 +01:00
Ibrahima G. Coulibaly
13c05fe9f1 chore: remove unnecessary deps 2025-06-05 18:30:53 +01:00
Ibrahima G. Coulibaly
215f4027f2 fix: compute flow 2025-06-02 17:19:07 +01:00
Ibrahima G. Coulibaly
88d34928fd chore: remove TextareaWithDesc.tsx 2025-05-26 19:14:46 +01:00
Ibrahima G. Coulibaly
0a68edfbad fix: missing previews 2025-05-22 17:18:36 +01:00
Ibrahima G. Coulibaly
001b9a525a fix: unnecessary 2025-05-13 22:52:13 +01:00
Ibrahima G. Coulibaly
93c776aa72 fix: misc 2025-05-13 22:48:28 +01:00
Ibrahima G. Coulibaly
c033cfc9a6 fix: add mkv to supported videos 2025-04-26 18:25:52 +01:00
Ibrahima G. Coulibaly
8047d32734 feat: tool search by category 2025-04-05 00:28:31 +00:00