Commit Graph

530 Commits

Author SHA1 Message Date
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
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
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
fix (string): correct keywords for url  encoder and decoder features
2025-07-24 22:59:13 +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
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 2025-07-22 20:30:20 +01:00
Ibrahima G. Coulibaly
56e0f1696c chore: translate userTypes 2025-07-22 19:47:09 +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
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
Chesterkxng
52ebb681fd fix (string): correct keywords for url encoder and decoder features 2025-07-19 02:47:41 +02:00
AshAnand34
bc5746d359 feat (string): add Hidden Character Detector tool to identify and analyze hidden Unicode characters 2025-07-18 17:12:08 -07:00
AshAnand34
b29845c2d3 Merge branch 'tools-filtering' of https://github.com/AshAnand34/omni-tools into tools-filtering 2025-07-18 15:03:48 -07:00
AshAnand34
d5c71b479e Fixing errors with userTypes 2025-07-18 15:03:26 -07:00
Aashish Anand
68a4d8edf8 Merge branch 'iib0011:main' into tools-filtering 2025-07-18 14:48:40 -07:00
AshAnand34
9e41071c01 Merge branch 'main' into tools-filtering 2025-07-18 14:45:15 -07:00
Chesterkxng
a54e8be366 Merge branch 'main' into chesterking 2025-07-18 19:53:03 +02:00
Chesterkxng
ff17e540c7 fix: updated decode method to handle special characters like emojis and others 2025-07-18 19:52:23 +02:00
Chesterkxng
1a327e2a93 feat (string): common files between url encoder and decoder 2025-07-18 17:26:37 +02:00
Chesterkxng
94fdcaef0d feat (string): url decode 2025-07-18 17:25:45 +02:00
Chesterkxng
c106489a26 feat (string): url encode 2025-07-18 17:23:52 +02:00
c.bringer
a2d6444cef feat: implement unix to date converter (#184) 2025-07-18 13:34:24 +02:00
Ibrahima G. Coulibaly
297b91cf29 Merge branch 'main' of https://github.com/iib0011/omni-tools into fork/bhavesh158/json-compare
# Conflicts:
#	.idea/workspace.xml
2025-07-18 03:28:14 +01:00
Ibrahima G. Coulibaly
db87355274 chore: use monaco editor 2025-07-18 03:26:42 +01:00
Ibrahima G. Coulibaly
64d6628270 fix: json comparison 2025-07-18 02:57:01 +01:00
Ibrahima G. Coulibaly
ecf62b0059 chore: translate merge videos 2025-07-18 02:42:11 +01:00
Ibrahima G. Coulibaly
fd943ff000 Merge branch 'main' of https://github.com/iib0011/omni-tools into fork/AshAnand34/merge-video-tool 2025-07-18 02:35:35 +01:00
Ibrahima G. Coulibaly
9fa493e27b fix: merge videos 2025-07-18 02:34:32 +01:00
Ibrahima G. Coulibaly
2a05f42d1d fix: missing translations 2025-07-16 15:58:41 +01:00
Ibrahima G. Coulibaly
e533c6e39c fix: tools by category page title 2025-07-16 13:58:05 +01:00
Bhavesh Kshatriya
91d743bafc fix: improve JSON comparison error reporting and add line numbers 2025-07-16 00:45:31 +05:30
Bhavesh Kshatriya
2c5972023f fix: add JSON comparison translations 2025-07-16 00:20:01 +05:30