aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-07-24feat(new-tool): added chronometerGravatar Corentin Thomasset 5-0/+74
2022-07-23refactor(import): auto reordered importsGravatar Corentin Thomasset 1-16/+16
2022-07-23fix(text-statistics): empty text mean 0 words and 0 linesGravatar Corentin Thomasset 1-6/+4
2022-07-23refactor: added accessibility labels on icon buttonsGravatar Corentin Thomasset 1-4/+6
2022-07-23feat(search): focus the search bar using Ctrl+KGravatar Corentin Thomasset 1-3/+20
2022-06-02fix(title): trully reactive tool titleGravatar Corentin Thomasset 1-3/+3
2022-06-02fix: menu label key value was undefinedGravatar Corentin Thomasset 1-5/+5
2022-06-02fix: tool sorting inconsistencies in home pageGravatar Corentin Thomasset 1-1/+7
2022-06-02fix(lint): missing dangling commaGravatar Corentin Thomasset 1-1/+1
2022-06-02feat(new-tool): math evaluatorGravatar Corentin Thomasset 3-0/+83
2022-06-02refactor: removed unused importGravatar Corentin Thomasset 1-1/+1
2022-06-02feat(tools): new badge for recently created toolsGravatar Corentin Thomasset 30-77/+176
2022-06-02refactor: renammed Tool.ts to tool.tsGravatar Corentin Thomasset 25-24/+24
2022-06-01fix(config): updated env values loadingGravatar Corentin Thomasset 1-1/+5
2022-05-30refactor: set coerent head title for home pageGravatar Corentin Thomasset 1-1/+1
2022-05-24refactor(config): added config management with figueGravatar Corentin Thomasset 4-11/+61
2022-05-24refactor(imports): removed useless defineProps importGravatar Corentin Thomasset 1-1/+1
2022-05-14refactor(json-viewer): add clear buttonGravatar Corentin Thomasset 1-2/+15
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-05-11refactor(base-layout): renammed one letter variableGravatar Corentin Thomasset 1-2/+2
2022-05-11refactor(date-converter): mutualised and dry-ed codeGravatar Evo Stamatov 1-17/+25
2022-05-09feat(new-tool): json viewerGravatar Corentin Thomasset 4-1/+68
2022-05-09feat: catch throw on validationGravatar Corentin Thomasset 1-1/+9
2022-05-09fix(lint): missing new linesGravatar Corentin Thomasset 2-2/+4
2022-05-09fix(typo): misspelingsGravatar Corentin Thomasset 10-15/+13
2022-04-24fix(base-converter): responsive inputGravatar Corentin Thomasset 1-12/+25
2022-04-24refactor(responsive): row layout for multicards on big screensGravatar Corentin Thomasset 8-128/+134
2022-04-24fix(base64-converter): async onUpload callbackGravatar Corentin Thomasset 1-1/+1
2022-04-24refactor: changed twitter account handlerGravatar Corentin Thomasset 1-1/+1
2022-04-23fix(sider): default collapsed valueGravatar Corentin Thomasset 1-12/+4
2022-04-23refactor: removed useless ref and valueGravatar Corentin Thomasset 1-4/+2
2022-04-22refactor(lint): linter auto fixGravatar Corentin Thomasset 51-1493/+987
2022-04-22feat(new-tool): html entities escape/unescapeGravatar Corentin Thomasset 3-1/+93
2022-04-21fix(style): hard width for group labelsGravatar Corentin Thomasset 1-2/+2
2022-04-19fix(sider): missing href for link in footerGravatar Corentin Thomasset 1-0/+1
2022-04-19fix(head): added titles for non-tool pagesGravatar Corentin Thomasset 3-0/+8
2022-04-19fix(url-parser): cleaned weird margins on dark modeGravatar Corentin Thomasset 1-17/+1
2022-04-19feat(new-tool): url parserGravatar Corentin Thomasset 3-1/+131
2022-04-18fix(sider-footer): fixed commit sha urlGravatar Corentin Thomasset 1-1/+1
2022-04-18feat(new-tool): device informationGravatar Corentin Thomasset 3-1/+127
2022-04-18refactor(menu): removed burger menu icon tooltipGravatar Corentin Thomasset 1-19/+12
2022-04-18feat(new-tool): bcryptGravatar Corentin Thomasset 3-1/+131
2022-04-18refactor(crontab): list instead of table on small screenGravatar Corentin Thomasset 1-92/+106
2022-04-18fix(git-memo): pre scroll on overflowGravatar Corentin Thomasset 2-1/+7
2022-04-18fix(qr-code): responsive layoutGravatar Corentin Thomasset 1-1/+2
2022-04-18fix(menu): menu auto closed on mobileGravatar Corentin Thomasset 2-20/+34
2022-04-16refactor: throw an error object instead of stringGravatar Corentin Thomasset 1-1/+1
2022-04-16refactor: removed empty sourcesGravatar Corentin Thomasset 11-33/+0
2022-04-16refactor: lint fixGravatar Corentin Thomasset 1-21/+91
2022-04-16refactor: ref nameGravatar Corentin Thomasset 1-4/+4