Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-27 | fix(rsa-key-pair-generator): correct prime web worker urldocker-run-to-docker-compose-converterdev | 1 | -1/+2 | ||
2023-03-26 | refactor(otp-generator): coerce lowercase secret characters to uppercase | 3 | -2/+7 | ||
2023-03-26 | feat(new-tool): html wysiwyg editor | 6 | -0/+358 | ||
2023-03-26 | refactor(otp-generator): no more barcode color invertion | 1 | -1/+4 | ||
2023-03-24 | fix(roman-converter): replaced incorrect default value | 1 | -1/+1 | ||
2023-03-10 | feat(new-tool): RSA key pair generator | 5 | -2/+95 | ||
2023-03-08 | refactor(branding): correct branding for twitter & github (#268) | 4 | -12/+12 | ||
2023-03-08 | fix(about): correct git branch in package.json url | 1 | -1/+1 | ||
2023-03-01 | revert(pwa): fallback to autoUpdate | 2 | -54/+0 | ||
2023-03-01 | chore(pwa): close update notification on update | 1 | -28/+48 | ||
2023-03-01 | refactor(sponsor): updated support link to buy me a coffe | 2 | -2/+2 | ||
2023-03-01 | refactor(pwa): prompt for pwa update | 3 | -4/+44 | ||
2023-02-21 | refactor(style): improved dark mode colors | 1 | -5/+5 | ||
2023-02-21 | fix(jwt-parser): prevent [object Object] value | 1 | -1/+1 | ||
2023-02-15 | feat(new-tool): String to NATO alphabet | 5 | -0/+90 | ||
2023-02-10 | fix(case-converter): allowed diacritics | 1 | -1/+1 | ||
2023-02-10 | fix(case-converter): allowed diacritics | 1 | -11/+15 | ||
2023-02-10 | refactor(tool-card): enforce description height | 1 | -1/+1 | ||
2023-02-10 | refactor(tool-card): enforce description height | 1 | -0/+1 | ||
2023-02-10 | feat(new-tool): slugify string | 3 | -0/+46 | ||
2023-02-06 | refactor(keycode-info): wording | 1 | -1/+1 | ||
2023-02-06 | feat(new-tool): keycode info | 3 | -0/+95 | ||
2023-02-04 | feat(new-tool): json minify (#265) | 3 | -1/+70 | ||
Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> | |||||
2023-01-28 | refactor(tools): config in query params | 4 | -10/+46 | ||
2023-01-13 | feat(new-tool): temperature converter | 4 | -6/+178 | ||
2023-01-13 | refactor(jwt-parser): simplified code | 6 | -503/+182 | ||
2022-12-27 | feat(new-tool): jwt parser (#262) | 7 | -0/+560 | ||
* npm install jwt-decode * added base tool structure * added function to decode JWT and display header and payload * use a table to display the data * show human readable values * added switch to toggle display of parsed values * lint * replaced basic package-lock.json with pnpm-lock.json * change the icon of the tool * simplify return * use camelCase * added description of the tool * always parse the values * use camelCase... | |||||
2022-12-21 | refactor(tracker): better tracker injection | 6 | -36/+66 | ||
2022-12-21 | feat(search-bar): use cmd + k to focus on mac | 1 | -1/+10 | ||
2022-12-21 | feat(tracker): added actions monitoring | 7 | -1/+26 | ||
2022-12-20 | refactor(clean): removed unused import | 1 | -2/+0 | ||
2022-12-20 | refactor(clean): removed empty style tag | 6 | -12/+0 | ||
2022-12-17 | feat(tool): improved favorite tool management | 3 | -72/+84 | ||
2022-12-17 | refactor(menu): improve support button | 1 | -4/+20 | ||
2022-12-17 | feat(tools): added favorite tool handling | 10 | -51/+181 | ||
2022-12-16 | fix(tool-card): correct text color on light mode for card description | 1 | -2/+2 | ||
2022-12-16 | feat(search-bar): better search back result | 3 | -8/+78 | ||
2022-12-16 | refactor(search-bar): improved tool fuzzy search | 2 | -16/+31 | ||
2022-12-07 | fix(integer-base-converter): handle non-decimal char and better error message | 4 | -11/+93 | ||
2022-11-23 | feat(new-tool): chmod calculator | 7 | -1/+204 | ||
2022-11-14 | feat(new-tool): mime type to extension converter | 4 | -0/+117 | ||
2022-11-13 | refactor(ui): change sponsor button location and caption | 1 | -4/+5 | ||
2022-11-13 | fix(ui): remove icon transparency overlap | 1 | -2/+4 | ||
2022-09-09 | feat(date-converter): added mongodb objectID format | 1 | -0/+5 | ||
2022-08-24 | refactor(otp-generator): changed url | 1 | -1/+1 | ||
2022-08-24 | feat(new-tool): added otp generator | 6 | -1/+506 | ||
2022-08-24 | refactor(useQRCode): switched args to MaybeRef | 1 | -10/+11 | ||
2022-08-24 | refactor: token generator can use a custom alphabet | 1 | -7/+11 | ||
2022-08-19 | refactor(colored-card): added transition on like hover | 1 | -0/+1 | ||
2022-08-19 | feat(new-tool): meta tag generator | 21 | -36/+537 | ||