aboutsummaryrefslogtreecommitdiff
path: root/src/tools/otp-code-generator-and-validator (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-10-14refactor(ui): switched naive tooltip components to custom ones (#661)Gravatar Corentin THOMASSET 2-65/+26
2023-08-21feat(copy): support legacy copy to clipboard for older browser (#581)Gravatar Corentin THOMASSET 1-4/+4
2023-08-21chore(deps): update dependency @antfu/eslint-config to ^0.40.0 (#552)Gravatar renovate[bot] 1-2/+2
* chore(deps): update dependency @antfu/eslint-config to ^0.40.0 * chore(deps): updated eslint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
2023-06-29chore(e2e): execute e2e against built app (#511)Gravatar Corentin THOMASSET 1-4/+3
2023-06-10refactor(imports): removed unnecessary imports to vueGravatar Corentin Thomasset 2-2/+0
2023-05-28chore(lint): switched to a better lint configGravatar Corentin Thomasset 5-110/+122
2023-05-27refactor(ui): removed all n-spaceGravatar Corentin Thomasset 2-8/+7
2023-05-14refactor(ui): replaced some n-input with c-input-textGravatar Corentin Thomasset 1-61/+65
2023-04-19refactor(ui): getting ride of naive ui buttonsGravatar Corentin Thomasset 2-12/+11
2023-04-09feat(test): added e2e testsGravatar Corentin Thomasset 2-3/+61
2023-04-06feat(css): added unocss with attributify presetGravatar Corentin Thomasset 1-1/+1
2023-04-04fix(otp-generator): editable secretGravatar Corentin Thomasset 1-3/+7
2023-03-31fix(otp-generator): better computation of tokenGravatar Corentin Thomasset 1-23/+14
2023-03-26refactor(otp-generator): coerce lowercase secret characters to uppercaseGravatar Corentin Thomasset 3-2/+7
2023-03-26refactor(otp-generator): no more barcode color invertionGravatar Corentin Thomasset 1-1/+4
2022-08-24refactor(otp-generator): changed urlGravatar Corentin Thomasset 1-1/+1
2022-08-24feat(new-tool): added otp generatorGravatar Corentin Thomasset 5-0/+496