Commit graph

807 commits

Author SHA1 Message Date
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
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
Some checks failed
CI / test-and-build (push) Has been cancelled
CI / Playwright Tests (push) Has been cancelled
CI / Build and Push Multi-Platform Docker Image (push) Has been cancelled
CI / deploy (push) Has been cancelled
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
Ibrahima G. Coulibaly
06a278d3cb chore: remove mime.types 2025-07-26 01:26:51 +01:00
Ibrahima G. Coulibaly
2eb319ee1b fix: #224 2025-07-26 01:24:46 +01:00
Ibrahima G. Coulibaly
2755590fce fix: #224
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-25 17:48:42 +01:00
Ibrahima G. Coulibaly
18bf2cddaf chore: pull locize 2025-07-25 16:57:12 +01:00
Ibrahima G. Coulibaly
dfdba0302e chore: sync locize 2025-07-25 16:56:04 +01:00
Ibrahima G. Coulibaly
06bfed932f
Merge pull request #211 from AshAnand34/tool/hidden-character-detector
Hidden Character Detector
2025-07-25 16:45:20 +01:00
Ibrahima G. Coulibaly
030455c45c fix: tsc 2025-07-25 16:44:22 +01:00
Aashish Anand
fe3634a671
Merge branch 'main' into tool/hidden-character-detector 2025-07-24 23:51:06 -07:00
Ibrahima G. Coulibaly
fafa36a02b
Merge pull request #212
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
fix (string): correct keywords for url  encoder and decoder features
2025-07-24 22:59:13 +01:00
Ibrahima G. Coulibaly
4d1a4e7e99
Merge pull request #213
fix(ui): improve code editor styling to match MUI components
2025-07-24 22:58:26 +01:00
Ibrahima G. Coulibaly
14e090a5e7
Merge pull request #218 from AshAnand34/tool/random-generators
Random Port and Number generators
2025-07-24 22:50:40 +01:00
Ibrahima G. Coulibaly
7a6e1c0e07 chore: userTypes 2025-07-24 22:48:22 +01:00
Ibrahima G. Coulibaly
75b08de646 fix: misc 2025-07-24 22:46:43 +01:00
Ibrahima G. Coulibaly
ebe0858e03
Merge pull request #215
feat: replace text inputs with code editor in JSON tools
2025-07-24 22:24:14 +01:00
Ibrahima G. Coulibaly
d8b214e57e
Merge pull request #219
Heic background remover
2025-07-24 22:21:46 +01:00
Chesterkxng
04657469b0 Merge branch 'main' into chesterking 2025-07-23 15:08:32 +02:00
Aashish Anand
ad58d5c584
Merge branch 'iib0011:main' into tool/random-generators 2025-07-22 12:33:35 -07:00
Ibrahima G. Coulibaly
82fda038aa fix: tsc
Some checks failed
CI / test-and-build (push) Has been cancelled
CI / Playwright Tests (push) Has been cancelled
CI / Build and Push Multi-Platform Docker Image (push) Has been cancelled
CI / deploy (push) Has been cancelled
2025-07-22 20:30:20 +01:00
Ibrahima G. Coulibaly
a5bdec633b
Merge pull request #209 from AshAnand34/tools-filtering
Tools filtering
2025-07-22 19:55:14 +01:00
Ibrahima G. Coulibaly
c3fb9f8a0e chore: sync translations 2025-07-22 19:54:27 +01:00
Ibrahima G. Coulibaly
caecaac38e Merge branch 'main' of https://github.com/iib0011/omni-tools into fork/AshAnand34/tools-filtering 2025-07-22 19:48:46 +01:00
Ibrahima G. Coulibaly
56e0f1696c chore: translate userTypes 2025-07-22 19:47:09 +01:00
Ibrahima G. Coulibaly
6fddf8ec42 chore: CATEGORIES_USER_TYPES_MAPPINGS 2025-07-22 19:37:59 +01:00
Ibrahima G. Coulibaly
e27b893548 chore: show only necessary tags on a category 2025-07-22 19:09:41 +01:00
Ibrahima G. Coulibaly
ed81954bf8 fix: misc 2025-07-22 18:53:03 +01:00
AshAnand34
d108fda6b5 Fixing 'Students' not available bug 2025-07-21 22:55:47 -07:00
AshAnand34
1cae1c9fda Refactor UserTypeFilter component to use Chips for selection and update user type filtering logic 2025-07-21 21:22:05 -07:00
Ibrahima G. Coulibaly
90e2291e2e feat: language browser detection
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-21 19:59:43 +01:00
AshAnand34
2b27329d7f feat: add support for HEIC image conversion using heic2any 2025-07-20 00:24:26 -07:00
AshAnand34
164c2b6ecc Revert "feat: add random number and port generators with customizable options and validations"
This reverts commit b8d6924abc.
2025-07-20 00:09:39 -07:00
AshAnand34
1734b4dff4 feat: add random number and port generators with customizable options and validations 2025-07-19 23:06:44 -07:00
AshAnand34
b8d6924abc feat: add random number and port generators with customizable options and validations 2025-07-19 20:17:27 -07:00
Bhavesh Kshatriya
4cec13da63 feat: replace text inputs with code editor in JSON tools 2025-07-19 19:04:55 +05:30
Bhavesh Kshatriya
4ba23ca127 fix: configure scrollbar settings for Monaco Editor 2025-07-19 18:38:38 +05:30
Bhavesh Kshatriya
6942b0b0a4 fix(ui): improve code editor styling to match MUI components 2025-07-19 18:32:33 +05:30