Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-21 | chore(deps): update dependency @antfu/eslint-config to ^0.40.0 (#552) | 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-07 | feat(ui): added c-select in the ui lib (#550) | 1 | -23/+23 | ||
* feat(ui): added c-select in the ui lib * refactor(ui): switched n-select to c-select | |||||
2023-06-25 | refactor(ui): replaced some n-input to c-input (#505) | 1 | -1/+1 | ||
2023-06-10 | refactor(imports): removed unnecessary imports to vue | 1 | -1/+1 | ||
2023-05-28 | chore(lint): switched to a better lint config | 2 | -38/+41 | ||
2023-04-20 | refactor(ui): replaced naive ui cards with custom ones | 1 | -2/+2 | ||
2023-01-28 | refactor(tools): config in query params | 1 | -1/+2 | ||
2022-08-03 | feat(hash-text): digest base selector (#254) | 3 | -7/+62 | ||
2022-06-02 | feat(tools): new badge for recently created tools | 1 | -3/+3 | ||
2022-06-02 | refactor: renammed Tool.ts to tool.ts | 1 | -1/+1 | ||
2022-05-11 | feat(hash-text): compute all hashes at the same time (#242) | 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-22 | refactor(lint): linter auto fix | 2 | -48/+42 | ||
2022-04-16 | refactor: removed empty sources | 1 | -3/+0 | ||
2022-04-16 | feat(router): added legacy routes redirections | 1 | -0/+1 | ||
2022-04-15 | refactor(style): updated linter config | 1 | -34/+40 | ||
2022-04-13 | refactor(style): replaced scss style block to less | 1 | -1/+1 | ||
2022-04-04 | fix(hash-text): correct copy message | 1 | -1/+1 | ||
2022-04-04 | fix(hash-text): added missing toString() | 1 | -3/+3 | ||
2022-04-04 | feat(tool): text hash | 2 | -0/+83 | ||