Commit graph

14 commits

Author SHA1 Message Date
Corentin Thomasset
f080933d2a refactor(ui): replaced naive ui cards with custom ones 2023-04-20 20:57:38 +02:00
Corentin Thomasset
db817a2459
refactor(tools): config in query params 2023-01-28 21:06:16 +01:00
Corentin THOMASSET
422b6eb05a
feat(hash-text): digest base selector (#254) 2022-08-03 17:16:03 +02:00
Corentin Thomasset
11720e6cde
feat(tools): new badge for recently created tools 2022-06-02 00:11:49 +02:00
Corentin Thomasset
ac89490794
refactor: renammed Tool.ts to tool.ts 2022-06-02 00:11:49 +02:00
Evo Stamatov
e9cc499ed8
feat(hash-text): compute all hashes at the same time (#242)
* compute all hashes at the same time instead of using a select

* add prettier config

* Revert "add prettier config"

This reverts commit fd374ff6fd.

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-05-11 16:29:55 +02:00
Corentin Thomasset
086d31eab5
refactor(lint): linter auto fix 2022-04-22 23:31:40 +02:00
Corentin Thomasset
a14cac6d5c
refactor: removed empty sources 2022-04-16 21:20:09 +02:00
Corentin Thomasset
dbce46b470
feat(router): added legacy routes redirections 2022-04-16 10:10:21 +02:00
Corentin Thomasset
6b58ec554a
refactor(style): updated linter config 2022-04-15 23:10:47 +02:00
Corentin Thomasset
655d9d22e3
refactor(style): replaced scss style block to less 2022-04-13 22:54:57 +02:00
Corentin Thomasset
bab92ef84f
fix(hash-text): correct copy message 2022-04-04 00:42:33 +02:00
Corentin Thomasset
4ca5fce911
fix(hash-text): added missing toString() 2022-04-04 00:39:20 +02:00
Corentin Thomasset
0f3b7445ad
feat(tool): text hash 2022-04-04 00:25:53 +02:00