Commit Graph

19 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
Nat Fletcher
37f2fed2d9 added option to concurrently trim video 2025-09-24 00:48:54 -05: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
AshAnand34
d108fda6b5 Fixing 'Students' not available bug 2025-07-21 22:55:47 -07:00
AshAnand34
9e41071c01 Merge branch 'main' into tools-filtering 2025-07-18 14:45:15 -07:00
Ibrahima G. Coulibaly
3b5f852287 fix: translation related behaviors 2025-07-14 18:04:30 +01:00
Ibrahima G. Coulibaly
21c4f44d4e fix: misc 2025-07-13 11:25:05 +01:00
AshAnand34
f22bb8bd57 feat: add internationalization support 2025-07-12 23:02:35 -07:00
AshAnand34
4a7e6299d9 Added user type filters and applied them to all tools 2025-07-12 11:02:15 -07:00
Ibrahima G. Coulibaly
b8c6e9fdd1 fix: tsc 2025-07-07 02:02:27 +01:00
C043
a1cfccdbba Removed the properties from the type file too 2025-06-09 16:58:43 +02:00
C043
9b4d739f19 Removed unused configuration properties 2025-06-09 16:57:47 +02:00
C043
899797cd48 Removed linting comments 2025-06-09 16:55:59 +02:00
C043
3633420229 Adds ultra quality option 2025-06-09 16:54:48 +02:00
C043
22cd6def76 Adds main logic 2025-06-09 16:44:47 +02:00
C043
c629c7b07c Adds quality options to video to gif tool 2025-06-09 16:00:54 +02:00
C043
377dbc3685 Initial commit for new tool video to gif 2025-06-09 15:25:14 +02:00