Chesterkxng
46d4e1ce1f
tests: convert audio test cases
2025-12-10 17:01:26 +01:00
Chesterkxng
ff27f8debe
chore: select values populated through AUDIO_FORMATS iteration
2025-12-10 16:50:18 +01:00
Chesterkxng
09456bf6ed
chore:
...
- use of InitialValuesType
- cleaning up added after conversion
2025-12-10 16:47:51 +01:00
Chesterkxng
cfc0ba3b41
chore:
...
- 'types.ts' file
- global variables including necessary details about audio formats added
2025-12-10 16:45:10 +01:00
Chesterkxng
82b56b4973
Chore:
...
- 'file' util added
- getFileExtension method
2025-12-10 16:43:04 +01:00
Chesterkxng
adbc389c5d
Merge branch 'main' into pr/Srivarshan-T/216
2025-12-10 10:55:56 +01:00
Ibrahima G. Coulibaly
41c8d82859
Merge pull request #296 from mike-bricknell-barlow/feature/convert-time-to-decimal
...
Add tool to convert human time to decimal time
2025-12-07 16:43:28 +01:00
Chesterkxng
d9917c6b3e
chore:
...
- validations added for edge cases handling
- Multiple lines processing added
2025-12-05 18:03:55 +01:00
Chesterkxng
e67612424d
style: icon change
2025-12-05 18:01:07 +01:00
Chesterkxng
9d25c37f4b
chore:
...
- time util file created
- time validation util function implemented
2025-12-05 17:59:23 +01:00
Mike Bricknell-Barlow
b1f63a3207
Add tool to convert human time to decimal time
2025-12-02 12:52:52 +00:00
Chesterkxng
009a0dd6ad
chore: checkbox used instead of switch
2025-11-30 17:59:06 +01:00
Chesterkxng
6ad57674ea
chore: keywords added to list
2025-11-30 17:57:48 +01:00
Chesterkxng
ef034f2b8b
chore: void input edge case added to service
2025-11-30 17:56:43 +01:00
Chesterkxng
8cc7986c7f
tests: rewritten test file to match main function struct
2025-11-30 17:55:49 +01:00
Learncold
f30aeb45eb
Add unicode encoder/decoder tool
2025-11-05 15:12:58 +09:00
Matus
691bef8304
refactor code structure - created types.ts and service.ts
2025-10-28 16:13:45 +01:00
Matus
0ee424fe12
Add full Images to PDF functionality with language updates and tests
2025-10-24 17:32:07 +02: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
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
Srivarshan-T
0888885e96
Merge branch 'iib0011:main' into feat/aac-to-mp3
2025-07-26 23:02:04 +05:30
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
Srivarshan-T
62cd44a0d6
Merge branch 'feat/aac-to-mp3' of https://github.com/Srivarshan-T/omni-tools into feat/aac-to-mp3
2025-07-25 14:05:18 +05:30
Srivarshan-T
dffabc8134
feat: implement audio converter tool with support for MP3, AAC, and WAV formats
2025-07-25 13:54:48 +05:30
Aashish Anand
fe3634a671
Merge branch 'main' into tool/hidden-character-detector
2025-07-24 23:51:06 -07:00
Srivarshan-T
a05f5a3994
Merge branch 'iib0011:main' into feat/aac-to-mp3
2025-07-25 10:30:29 +05:30
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
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
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
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
2025-07-21 19:59:43 +01:00