This commit corrects the translation of "hireMe" in the
navigation bar across all supported languages. The order of
the elements was also fixed to be consistent.
This commit corrects the translation of "hireMe" in the
navigation bar across all supported languages. The order of
the elements was also fixed to be consistent.
This commit includes the following changes:
- Updated the workspace configuration in .idea/workspace.xml to
reflect the recent npm script execution.
- Modified the English translation file (translation.json) by
reordering the "navbar" keys.
- Updated translation files in other languages with "hireMe".
This commit includes the following changes:
- Updated the workspace configuration in .idea/workspace.xml to
reflect the recent npm script execution.
- Modified the English translation file (translation.json) by
reordering the "navbar" keys.
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.
This commit adds the Monaco Editor and its related types to
the project's dependencies. This includes the
`@types/trusted-types` package, which is a dependency of
Monaco Editor.
```
This commit updates the Node.js versions used in the CI
workflows to version 20. This ensures that the CI
environment uses a more up-to-date and supported version
of Node.js.
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
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