Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-24 | feat(new-tool): added chronometer | 5 | -0/+74 | ||
2022-07-23 | refactor(import): auto reordered imports | 1 | -16/+16 | ||
2022-07-23 | fix(text-statistics): empty text mean 0 words and 0 lines | 1 | -6/+4 | ||
2022-07-23 | refactor: added accessibility labels on icon buttons | 1 | -4/+6 | ||
2022-07-23 | feat(search): focus the search bar using Ctrl+K | 1 | -3/+20 | ||
2022-06-02 | fix(title): trully reactive tool title | 1 | -3/+3 | ||
2022-06-02 | fix: menu label key value was undefined | 1 | -5/+5 | ||
2022-06-02 | fix: tool sorting inconsistencies in home page | 1 | -1/+7 | ||
2022-06-02 | fix(lint): missing dangling comma | 1 | -1/+1 | ||
2022-06-02 | feat(new-tool): math evaluator | 3 | -0/+83 | ||
2022-06-02 | refactor: removed unused import | 1 | -1/+1 | ||
2022-06-02 | feat(tools): new badge for recently created tools | 30 | -77/+176 | ||
2022-06-02 | refactor: renammed Tool.ts to tool.ts | 25 | -24/+24 | ||
2022-06-01 | fix(config): updated env values loading | 1 | -1/+5 | ||
2022-05-30 | refactor: set coerent head title for home page | 1 | -1/+1 | ||
2022-05-24 | refactor(config): added config management with figue | 4 | -11/+61 | ||
2022-05-24 | refactor(imports): removed useless defineProps import | 1 | -1/+1 | ||
2022-05-14 | refactor(json-viewer): add clear button | 1 | -2/+15 | ||
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 | ||