Commit Graph

172 Commits

Author SHA1 Message Date
Corentin Thomasset
92ce419f45 fix(text-statistics): empty text mean 0 words and 0 lines 2022-07-23 19:09:22 +02:00
Corentin Thomasset
394d085846 refactor: added accessibility labels on icon buttons 2022-07-23 18:55:26 +02:00
Corentin Thomasset
ab53048d5f feat(search): focus the search bar using Ctrl+K 2022-07-23 18:49:10 +02:00
Corentin Thomasset
c3a302bc38 fix(lint): cleanned index.html 2022-07-23 18:19:40 +02:00
Corentin Thomasset
a16161cdb4 fix(deps): run dependencie audit auto fix 2022-07-23 18:19:06 +02:00
Corentin Thomasset
1dc113aaef chore(release): 2.5.3 v2.5.3 2022-07-21 21:13:42 +02:00
Corentin Thomasset
e371e8fedf fix: updated license in README 2022-07-21 21:13:01 +02:00
Corentin Thomasset
e7997457a8 chore(release): 2.5.2 v2.5.2 2022-07-21 21:07:42 +02:00
Corentin Thomasset
c4f9e90cc7 chore: added missing fields in package.json 2022-07-21 21:06:28 +02:00
Corentin Thomasset
eff7c23ebb chore: added license file 2022-07-21 21:06:22 +02:00
Corentin Thomasset
7a01af1c14 chore(release): 2.5.1 v2.5.1 2022-06-02 01:00:49 +02:00
Corentin Thomasset
c2e1d59cb9 fix(title): trully reactive tool title 2022-06-02 00:59:42 +02:00
Corentin Thomasset
f48cd058cf fix: menu label key value was undefined 2022-06-02 00:57:17 +02:00
Corentin Thomasset
5ab4dd3d4a fix: tool sorting inconsistencies in home page 2022-06-02 00:44:23 +02:00
Corentin Thomasset
f05c8e1dc6 fix(lint): missing dangling comma 2022-06-02 00:30:43 +02:00
Corentin Thomasset
ba3b84c668 chore(release): 2.5.0 v2.5.0 2022-06-02 00:26:10 +02:00
Corentin Thomasset
433ba2a3e5 feat(new-tool): math evaluator 2022-06-02 00:25:10 +02:00
Corentin Thomasset
8fb0e6af9c refactor: removed unused import 2022-06-02 00:11:49 +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
Corentin Thomasset
2f61c745f5 fix(config): updated env values loading 2022-06-01 09:08:46 +02:00
Corentin Thomasset
a9a6526e75 chore(deps): updated vitest version 2022-06-01 09:07:28 +02:00
Corentin Thomasset
af0b02d3a8 chore(release): 2.4.2 v2.4.2 2022-06-01 08:50:10 +02:00
Corentin Thomasset
a46d125c19 refactor: set coerent head title for home page 2022-05-30 20:35:22 +02:00
Corentin Thomasset
6becdbb423 refactor(config): added config management with figue 2022-05-24 00:07:54 +02:00
Corentin Thomasset
5ce1262fb4 refactor(imports): removed useless defineProps import 2022-05-24 00:07:24 +02:00
Corentin Thomasset
d591a73ce7 chore(release): 2.4.1 v2.4.1 2022-05-15 11:34:19 +02:00
Corentin Thomasset
a88e4a9289 fix(seo): wrong url in share metas 2022-05-15 11:31:17 +02:00
Corentin Thomasset
d4ea393c1d refactor(seo): changed title string 2022-05-15 11:29:36 +02:00
Corentin Thomasset
048bc4ae94 refactor(json-viewer): add clear button 2022-05-14 16:29:50 +02:00
Corentin Thomasset
3aefe83a31 chore(release): 2.4.0 v2.4.0 2022-05-14 12:48:43 +02:00
Corentin Thomasset
c3b6132c26 refactor(seo): changed title string 2022-05-14 12:45:33 +02:00
Corentin Thomasset
69f564e6fe chore: added pull request template 2022-05-11 17:37:39 +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
383d975695 refactor(base-layout): renammed one letter variable 2022-05-11 15:09:48 +02:00
Corentin Thomasset
347144bfe8 chore(deps): npm audit fix 2022-05-11 14:39:51 +02:00
Corentin Thomasset
4c4da16970 docs: added producthunt banners 2022-05-11 14:35:45 +02:00
Corentin Thomasset
9450537bae chore: added eslint in recommended extensions 2022-05-11 14:14:29 +02:00
Evo Stamatov
1d7032d026 fix: update recommended extension ids (#244) 2022-05-11 14:08:39 +02:00
Evo Stamatov
d2c767f092 refactor(date-converter): mutualised and dry-ed code 2022-05-11 14:06:39 +02:00
Corentin Thomasset
0cc7af6b1d chore(ci): run ci on PR 2022-05-11 10:12:21 +02:00
Corentin Thomasset
34bc6a57a7 feat(seo): added cannonical meta 2022-05-10 09:12:11 +02:00
Corentin Thomasset
d356b1488f feat(new-tool): json viewer 2022-05-09 17:41:42 +02:00
Corentin Thomasset
a60f64f744 feat: catch throw on validation 2022-05-09 17:40:29 +02:00
Corentin Thomasset
b89db3c8d0 refactor: updated description 2022-05-09 17:19:12 +02:00
Corentin Thomasset
3cfc5f8bc2 fix(lint): missing new lines 2022-05-09 15:25:48 +02:00
Corentin Thomasset
9da56da096 chore(release): 2.3.2 v2.3.2 2022-05-09 14:45:47 +02:00
Corentin Thomasset
9755e51fe2 fix(typo): misspelings 2022-05-09 14:38:54 +02:00
Corentin Thomasset
0b0cbd55c3 fix(base-converter): responsive input 2022-04-24 23:22:52 +02:00
Corentin Thomasset
e21230bbd9 refactor(responsive): row layout for multicards on big screens 2022-04-24 23:09:12 +02:00