aboutsummaryrefslogtreecommitdiff
path: root/src/tools/hash-text/hash-text.vue (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-07feat(ui): added c-select in the ui lib (#550)Gravatar Corentin THOMASSET 1-23/+23
* 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-1/+1
2023-06-10refactor(imports): removed unnecessary imports to vueGravatar Corentin Thomasset 1-1/+1
2023-05-28chore(lint): switched to a better lint configGravatar Corentin Thomasset 1-37/+40
2023-04-20refactor(ui): replaced naive ui cards with custom onesGravatar Corentin Thomasset 1-2/+2
2023-01-28refactor(tools): config in query paramsGravatar Corentin Thomasset 1-1/+2
2022-08-03feat(hash-text): digest base selector (#254)Gravatar Corentin THOMASSET 1-7/+40
2022-05-11feat(hash-text): compute all hashes at the same time (#242)Gravatar Evo Stamatov 1-27/+14
* compute all hashes at the same time instead of using a select * add prettier config * Revert "add prettier config" This reverts commit fd374ff6fdd1c91500791e18c5cce0414b08b1c9. Prettier config is in `.eslintrc.cjs`. Should run the lint script or should use ESLint's VS Code extension. * fix: address requested changes - rename hashedText to hashText since it's a function and no longer a variable - rename to list to algoNames - rename to type to AlgoName removed unused import * revert back to allow empty value to be hashed; lint
2022-04-22refactor(lint): linter auto fixGravatar Corentin Thomasset 1-46/+25
2022-04-16refactor: removed empty sourcesGravatar Corentin Thomasset 1-3/+0
2022-04-15refactor(style): updated linter configGravatar Corentin Thomasset 1-34/+40
2022-04-13refactor(style): replaced scss style block to lessGravatar Corentin Thomasset 1-1/+1
2022-04-04fix(hash-text): correct copy messageGravatar Corentin Thomasset 1-1/+1
2022-04-04fix(hash-text): added missing toString()Gravatar Corentin Thomasset 1-3/+3
2022-04-04feat(tool): text hashGravatar Corentin Thomasset 1-0/+72