aboutsummaryrefslogtreecommitdiff
path: root/src/tools/base64-string-converter/base64-string-converter.vue (follow)
AgeCommit message (Expand)AuthorFilesLines
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-29/+33
2023-05-15feat(base64-string-converter): switch to encode and decode url safe base64 st...Gravatar cgoIT 1-4/+19
2023-05-15refactor(ui): replaced some n-input with c-input-textGravatar Corentin Thomasset 1-29/+46
2023-05-14refactor(ui): replaced some n-input with c-input-textGravatar Corentin Thomasset 1-1/+1
2023-04-20refactor(ui): replaced naive ui cards with custom onesGravatar Corentin Thomasset 1-4/+4
2023-04-19refactor(ui): getting ride of naive ui buttonsGravatar Corentin Thomasset 1-2/+2
2022-12-20refactor(clean): removed empty style tagGravatar Corentin Thomasset 1-2/+0
2022-08-04refactor(base64): mutualized base64 functions into global utilitiesGravatar Corentin Thomasset 1-9/+5
2022-08-03refactor(validation): simplified validation systemGravatar Corentin Thomasset 1-5/+1
2022-08-03fix(base64-to-string): prevent validation errorGravatar Corentin Thomasset 1-1/+1
2022-07-25refactor(base64): split base64 text and file conversion in two tools + base64...Gravatar Corentin Thomasset 1-0/+65