aboutsummaryrefslogtreecommitdiff
path: root/src/tools/encryption (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-11feat(i18n): get locales on build (#880)Gravatar Corentin THOMASSET 6-12/+0
2024-02-05feat(i18n): added vi tools translations (#876)Gravatar David Nguyen 1-0/+4
* Update Vietnamese translations in vi.yml file * Add Vietnamese translations for various tools
2024-02-05feat(i18n): added zh tools translations (#874)Gravatar QingFeng 1-0/+4
2024-02-01feat(i18n): added missing locale files in tools (#863)Gravatar Corentin THOMASSET 4-0/+0
2024-02-01refactor(i18n): added locales per tool (#861)Gravatar Corentin THOMASSET 2-2/+7
2023-11-01fix(encryption): alert on decryption error (#711)Gravatar Corentin THOMASSET 1-3/+9
* update(c-alert): Add variant 'error' * fix(encryption): Alert decryption error (#652) * feat(c-alert): added title * refactor(composable): mutualized computedCatch --------- Co-authored-by: code2933 <code2933@outlook.com>
2023-08-07feat(ui): added c-select in the ui lib (#550)Gravatar Corentin THOMASSET 1-12/+10
* feat(ui): added c-select in the ui lib * refactor(ui): switched n-select to c-select
2023-06-25refactor(ui): replaced some n-input to c-input (#505)Gravatar Corentin THOMASSET 1-50/+28
2023-06-10refactor(imports): removed unnecessary imports to vueGravatar Corentin Thomasset 1-1/+0
2023-05-28chore(lint): switched to a better lint configGravatar Corentin Thomasset 1-19/+19
2023-05-27refactor(ui): removed all n-spaceGravatar Corentin Thomasset 1-10/+10
2023-05-14refactor(ui): replaced some n-input with c-input-textGravatar Corentin Thomasset 1-6/+12
2023-04-20refactor(ui): replaced naive ui cards with custom onesGravatar Corentin Thomasset 1-4/+4
2023-04-19refactor(clean): removed useless br tagsGravatar Corentin Thomasset 1-4/+2
2022-06-02feat(tools): new badge for recently created toolsGravatar Corentin Thomasset 1-3/+3
2022-06-02refactor: renammed Tool.ts to tool.tsGravatar Corentin Thomasset 1-1/+1
2022-05-09fix(typo): misspelingsGravatar Corentin Thomasset 2-3/+3
2022-04-24refactor(responsive): row layout for multicards on big screensGravatar Corentin Thomasset 1-66/+63
2022-04-22refactor(lint): linter auto fixGravatar Corentin Thomasset 1-51/+26
2022-04-16refactor: removed empty sourcesGravatar Corentin Thomasset 1-3/+0
2022-04-16feat(router): added legacy routes redirectionsGravatar Corentin Thomasset 1-0/+1
2022-04-15refactor(style): updated linter configGravatar Corentin Thomasset 1-77/+101
2022-04-13refactor(style): replaced scss style block to lessGravatar Corentin Thomasset 1-1/+1
2022-04-07feat(tool): encryptionGravatar Corentin Thomasset 2-0/+113