Commit Graph

18 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
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
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
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
863f00e913 chore: remove unnecessary prop 2025-05-23 20:20:51 +01:00
Ibrahima G. Coulibaly
9593ee516b fix: misc 2025-05-23 20:18:04 +01:00
Mario Fragnito
9d89f8c0b9 Refactored code for readability 2025-05-23 15:35:28 +02:00
C043
2d55cab940 Removed boilerplate test file 2025-05-23 12:41:32 +02:00
C043
9ac36711a7 Moved setLoading call inside the processVideo fucntion 2025-05-23 12:31:41 +02:00
Mario Fragnito
338bd8d937 Adds ffmpeg logic 2025-05-23 09:55:33 +02:00
C043
e064689e35 WIP
- Setted the tool structure and integration with the project
2025-05-22 23:34:17 +02:00
C043
9a0ca5c611 [Video Change-speed tool] Initial commit 2025-05-22 22:48:29 +02:00