aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
2022-04-16refactor: clean importsGravatar Corentin Thomasset 4-14/+5
2022-04-16fix: remove duplicate propertyGravatar Corentin Thomasset 1-93/+22
2022-04-16fix(style): url encode/decode layoutGravatar Corentin Thomasset 1-41/+42
2022-04-16feat: added commit short shaGravatar Corentin Thomasset 1-4/+20
2022-04-16refactor(clean): removed extra console.logGravatar Corentin Thomasset 1-2/+0
2022-04-16feat: added plausible trackerGravatar Corentin Thomasset 2-0/+19
2022-04-16feat: footer in siderGravatar Corentin Thomasset 1-0/+40
2022-04-16chore(deps): removed unused importGravatar Corentin Thomasset 1-3/+0
2022-04-16feat(nav): navigation tooltipsGravatar Corentin Thomasset 2-234/+220
2022-04-16feat(page) added the /about pageGravatar Corentin Thomasset 3-1/+147
2022-04-16feat(router): added legacy routes redirectionsGravatar Corentin Thomasset 8-2/+14
2022-04-16refactor(style): label widthGravatar Corentin Thomasset 1-1/+1
2022-04-16feat(ux): copyable inputGravatar Corentin Thomasset 5-26/+79
2022-04-16feat(tool): case converterGravatar Corentin Thomasset 3-1/+90
2022-04-15refactor: removed unused filesGravatar Corentin Thomasset 2-6/+0
2022-04-15refactor(style): updated linter configGravatar Corentin Thomasset 25-578/+1150
2022-04-15feat(tool): add lch in color converterGravatar Corentin Thomasset 1-7/+13
2022-04-15feat(tool): color converterGravatar Corentin Thomasset 5-1/+82