Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-11 | feat(i18n): get locales on build (#880) | 6 | -12/+0 | ||
2024-02-05 | feat(i18n): added vi tools translations (#876) | 1 | -0/+4 | ||
* Update Vietnamese translations in vi.yml file * Add Vietnamese translations for various tools | |||||
2024-02-05 | feat(i18n): added zh tools translations (#874) | 1 | -0/+4 | ||
2024-02-01 | feat(i18n): added missing locale files in tools (#863) | 4 | -0/+0 | ||
2024-02-01 | refactor(i18n): added locales per tool (#861) | 2 | -2/+7 | ||
2023-06-25 | refactor(ui): replaced some n-input to c-input (#505) | 1 | -10/+11 | ||
2023-06-10 | refactor(imports): removed unnecessary imports to vue | 1 | -1/+0 | ||
2023-05-28 | chore(lint): switched to a better lint config | 1 | -37/+44 | ||
2023-05-27 | refactor(ui): removed all n-space | 1 | -2/+2 | ||
2023-04-19 | refactor(clean): removed useless br tags | 1 | -8/+5 | ||
2023-04-19 | refactor(ui): getting ride of naive ui buttons | 1 | -1/+1 | ||
2023-04-06 | refactor(docker-run-converter): improve error handling | 1 | -13/+12 | ||
2023-04-06 | refactor(docker-run-converter): improved converter | 1 | -2/+48 | ||
* fix(docker-run-to-docker-compose-converter): use different version of converter which suppports more options and is mor failsafe * chore(docker-run-to-docker-compose-converter): add pnpm-lock.yaml again which was accidently removed in last commit * chore(docker-run-to-docker-compose-converter): add fixed version of composerize-ts | |||||
2023-03-27 | feat(new-tool): add a docker run to docker compose converter (#291) | 3 | -0/+54 | ||
* Integrate composerize (https://github.com/magicmark/composerize) into it-tools * Fix Prettier errors * Fix Prettier errors * Fix code according to suggestions * Added syntax highlighting to TextareaCopyable component, some ui adjustments in docker-run-to-docker-compose-converter.vue |