aboutsummaryrefslogtreecommitdiff
path: root/src/tools/hash-text (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-21chore(deps): update dependency @antfu/eslint-config to ^0.40.0 (#552)Gravatar renovate[bot] 1-1/+1
* 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-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 2-38/+41
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 3-7/+62
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-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 2-48/+42
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-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 2-0/+83