aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-03-27fix(rsa-key-pair-generator): correct prime web worker urldocker-run-to-docker-compose-converterdevGravatar Corentin Thomasset 1-1/+2
2023-03-26refactor(otp-generator): coerce lowercase secret characters to uppercaseGravatar Corentin Thomasset 3-2/+7
2023-03-26feat(new-tool): html wysiwyg editorGravatar Corentin Thomasset 6-0/+358
2023-03-26refactor(otp-generator): no more barcode color invertionGravatar Corentin Thomasset 1-1/+4
2023-03-24fix(roman-converter): replaced incorrect default valueGravatar Corentin Thomasset 1-1/+1
2023-03-10feat(new-tool): RSA key pair generatorGravatar Corentin Thomasset 5-2/+95
2023-03-08refactor(branding): correct branding for twitter & github (#268)Gravatar marvin-j97 4-12/+12
2023-03-08fix(about): correct git branch in package.json urlGravatar Corentin Thomasset 1-1/+1
2023-03-01revert(pwa): fallback to autoUpdateGravatar Corentin Thomasset 2-54/+0
2023-03-01chore(pwa): close update notification on updateGravatar Corentin Thomasset 1-28/+48
2023-03-01refactor(sponsor): updated support link to buy me a coffeGravatar Corentin Thomasset 2-2/+2
2023-03-01refactor(pwa): prompt for pwa updateGravatar Corentin Thomasset 3-4/+44
2023-02-21refactor(style): improved dark mode colorsGravatar Corentin Thomasset 1-5/+5
2023-02-21fix(jwt-parser): prevent [object Object] valueGravatar Corentin Thomasset 1-1/+1
2023-02-15feat(new-tool): String to NATO alphabetGravatar Corentin Thomasset 5-0/+90
2023-02-10fix(case-converter): allowed diacriticsGravatar Corentin Thomasset 1-1/+1
2023-02-10fix(case-converter): allowed diacriticsGravatar Corentin Thomasset 1-11/+15
2023-02-10refactor(tool-card): enforce description heightGravatar Corentin Thomasset 1-1/+1
2023-02-10refactor(tool-card): enforce description heightGravatar Corentin Thomasset 1-0/+1
2023-02-10feat(new-tool): slugify stringGravatar Corentin Thomasset 3-0/+46
2023-02-06refactor(keycode-info): wordingGravatar Corentin Thomasset 1-1/+1
2023-02-06feat(new-tool): keycode infoGravatar Corentin Thomasset 3-0/+95
2023-02-04feat(new-tool): json minify (#265)Gravatar Tsonglew 3-1/+70
Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
2023-01-28refactor(tools): config in query paramsGravatar Corentin Thomasset 4-10/+46
2023-01-13feat(new-tool): temperature converterGravatar Corentin Thomasset 4-6/+178
2023-01-13refactor(jwt-parser): simplified codeGravatar Corentin Thomasset 6-503/+182
2022-12-27feat(new-tool): jwt parser (#262)Gravatar bastantoine 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-21refactor(tracker): better tracker injectionGravatar Corentin Thomasset 6-36/+66
2022-12-21feat(search-bar): use cmd + k to focus on macGravatar Corentin Thomasset 1-1/+10
2022-12-21feat(tracker): added actions monitoringGravatar Corentin Thomasset 7-1/+26
2022-12-20refactor(clean): removed unused importGravatar Corentin Thomasset 1-2/+0
2022-12-20refactor(clean): removed empty style tagGravatar Corentin Thomasset 6-12/+0
2022-12-17feat(tool): improved favorite tool managementGravatar Corentin Thomasset 3-72/+84
2022-12-17refactor(menu): improve support buttonGravatar Corentin Thomasset 1-4/+20
2022-12-17feat(tools): added favorite tool handlingGravatar Corentin Thomasset 10-51/+181
2022-12-16fix(tool-card): correct text color on light mode for card descriptionGravatar Corentin Thomasset 1-2/+2
2022-12-16feat(search-bar): better search back resultGravatar Corentin Thomasset 3-8/+78
2022-12-16refactor(search-bar): improved tool fuzzy searchGravatar Corentin Thomasset 2-16/+31
2022-12-07fix(integer-base-converter): handle non-decimal char and better error messageGravatar Corentin Thomasset 4-11/+93
2022-11-23feat(new-tool): chmod calculatorGravatar Corentin Thomasset 7-1/+204
2022-11-14feat(new-tool): mime type to extension converterGravatar Corentin Thomasset 4-0/+117
2022-11-13refactor(ui): change sponsor button location and captionGravatar Corentin Thomasset 1-4/+5
2022-11-13fix(ui): remove icon transparency overlapGravatar Corentin Thomasset 1-2/+4
2022-09-09feat(date-converter): added mongodb objectID formatGravatar Corentin Thomasset 1-0/+5
2022-08-24refactor(otp-generator): changed urlGravatar Corentin Thomasset 1-1/+1
2022-08-24feat(new-tool): added otp generatorGravatar Corentin Thomasset 6-1/+506
2022-08-24refactor(useQRCode): switched args to MaybeRefGravatar Corentin Thomasset 1-10/+11
2022-08-24refactor: token generator can use a custom alphabetGravatar Corentin Thomasset 1-7/+11
2022-08-19refactor(colored-card): added transition on like hoverGravatar Corentin Thomasset 1-0/+1
2022-08-19feat(new-tool): meta tag generatorGravatar Corentin Thomasset 21-36/+537