Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-05-11 | refactor(base-layout): renammed one letter variable | 1 | -2/+2 | ||
2022-05-11 | refactor(date-converter): mutualised and dry-ed code | 1 | -17/+25 | ||
2022-05-09 | feat(new-tool): json viewer | 4 | -1/+68 | ||
2022-05-09 | feat: catch throw on validation | 1 | -1/+9 | ||
2022-05-09 | fix(lint): missing new lines | 2 | -2/+4 | ||
2022-05-09 | fix(typo): misspelings | 10 | -15/+13 | ||
2022-04-24 | fix(base-converter): responsive input | 1 | -12/+25 | ||
2022-04-24 | refactor(responsive): row layout for multicards on big screens | 8 | -128/+134 | ||
2022-04-24 | fix(base64-converter): async onUpload callback | 1 | -1/+1 | ||
2022-04-24 | refactor: changed twitter account handler | 1 | -1/+1 | ||
2022-04-23 | fix(sider): default collapsed value | 1 | -12/+4 | ||
2022-04-23 | refactor: removed useless ref and value | 1 | -4/+2 | ||
2022-04-22 | refactor(lint): linter auto fix | 51 | -1493/+987 | ||
2022-04-22 | feat(new-tool): html entities escape/unescape | 3 | -1/+93 | ||
2022-04-21 | fix(style): hard width for group labels | 1 | -2/+2 | ||
2022-04-19 | fix(sider): missing href for link in footer | 1 | -0/+1 | ||
2022-04-19 | fix(head): added titles for non-tool pages | 3 | -0/+8 | ||
2022-04-19 | fix(url-parser): cleaned weird margins on dark mode | 1 | -17/+1 | ||
2022-04-19 | feat(new-tool): url parser | 3 | -1/+131 | ||
2022-04-18 | fix(sider-footer): fixed commit sha url | 1 | -1/+1 | ||
2022-04-18 | feat(new-tool): device information | 3 | -1/+127 | ||
2022-04-18 | refactor(menu): removed burger menu icon tooltip | 1 | -19/+12 | ||
2022-04-18 | feat(new-tool): bcrypt | 3 | -1/+131 | ||
2022-04-18 | refactor(crontab): list instead of table on small screen | 1 | -92/+106 | ||
2022-04-18 | fix(git-memo): pre scroll on overflow | 2 | -1/+7 | ||
2022-04-18 | fix(qr-code): responsive layout | 1 | -1/+2 | ||
2022-04-18 | fix(menu): menu auto closed on mobile | 2 | -20/+34 | ||
2022-04-16 | refactor: throw an error object instead of string | 1 | -1/+1 | ||
2022-04-16 | refactor: removed empty sources | 11 | -33/+0 | ||
2022-04-16 | refactor: lint fix | 1 | -21/+91 | ||
2022-04-16 | refactor: ref name | 1 | -4/+4 | ||
2022-04-16 | refactor: clean imports | 4 | -14/+5 | ||
2022-04-16 | fix: remove duplicate property | 1 | -93/+22 | ||
2022-04-16 | fix(style): url encode/decode layout | 1 | -41/+42 | ||
2022-04-16 | feat: added commit short sha | 1 | -4/+20 | ||
2022-04-16 | refactor(clean): removed extra console.log | 1 | -2/+0 | ||
2022-04-16 | feat: added plausible tracker | 2 | -0/+19 | ||
2022-04-16 | feat: footer in sider | 1 | -0/+40 | ||
2022-04-16 | chore(deps): removed unused import | 1 | -3/+0 | ||
2022-04-16 | feat(nav): navigation tooltips | 2 | -234/+220 | ||
2022-04-16 | feat(page) added the /about page | 3 | -1/+147 | ||
2022-04-16 | feat(router): added legacy routes redirections | 8 | -2/+14 | ||
2022-04-16 | refactor(style): label width | 1 | -1/+1 | ||
2022-04-16 | feat(ux): copyable input | 5 | -26/+79 | ||
2022-04-16 | feat(tool): case converter | 3 | -1/+90 | ||
2022-04-15 | refactor: removed unused files | 2 | -6/+0 | ||
2022-04-15 | refactor(style): updated linter config | 25 | -578/+1150 | ||
2022-04-15 | feat(tool): add lch in color converter | 1 | -7/+13 | ||
2022-04-15 | feat(tool): color converter | 5 | -1/+82 | ||