aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-11-19lintfeat/jwt-parserGravatar bastantoine 3-8/+4
2022-11-19added switch to toggle display of parsed valuesGravatar bastantoine 1-4/+19
2022-11-19show human readable valuesGravatar bastantoine 5-10/+476
2022-11-19use a table to display the dataGravatar bastantoine 1-9/+23
2022-11-18added function to decode JWT and display header and payloadGravatar bastantoine 1-0/+33
2022-11-18added base tool structureGravatar bastantoine 4-0/+42
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
2022-08-18fix(deps): added missing optional depsGravatar Corentin Thomasset 1-1/+2
2022-08-17fix: removed colored card borderGravatar Corentin Thomasset 1-4/+1
2022-08-17feat: added colored share cardGravatar Corentin Thomasset 2-0/+84
2022-08-04refactor(validation): simplified validation management with helpersGravatar Corentin Thomasset 5-39/+35
2022-08-04refactor(dry): mutualised duplicated code with withDefaultOnErrorGravatar Corentin Thomasset 4-35/+10
2022-08-04refactor(lint): added import rulesGravatar Corentin Thomasset 13-16/+19
2022-08-04refactor(json-prettifier): more permissive json parserGravatar Corentin Thomasset 1-9/+5
2022-08-04refactor(home): removed new tool first sortGravatar Corentin Thomasset 1-8/+2
2022-08-04refactor(base64): mutualized base64 functions into global utilitiesGravatar Corentin Thomasset 8-12/+138
2022-08-04fix(bip39-generator): cleared an issue with the mnemonic validationGravatar Corentin Thomasset 1-7/+7
2022-08-04refactor(chronometer): improved chronometer precisionGravatar Corentin Thomasset 3-17/+37
2022-08-04fix(import): removed auto added weird .js extensionGravatar Corentin Thomasset 2-3/+3
2022-08-03feat(new-tool): hmac generatorGravatar Corentin Thomasset 3-1/+112
2022-08-03feat(new-tool): an svg placeholder image generatorGravatar Corentin Thomasset 3-1/+107
2022-08-03refactor(display): mutualized code displayGravatar Corentin Thomasset 3-27/+102
2022-08-03feat(hash-text): digest base selector (#254)Gravatar Corentin THOMASSET 3-7/+62
2022-08-03fix(eta-calculator): clamp inputs (#249)Gravatar marvin-j97 1-3/+3
2022-08-03refactor(validation): simplified validation systemGravatar Corentin Thomasset 2-5/+13
2022-08-03fix(bip39-generator): typo in validation messageGravatar Corentin Thomasset 1-1/+1
2022-08-03fix(base64-to-string): prevent validation errorGravatar Corentin Thomasset 1-1/+1
2022-08-03refactor(base64-to-file): clean validation to convert base64 to fileGravatar Corentin Thomasset 4-21/+112
2022-08-03fix(wording): removed spaces before ponctuation (#252)Gravatar marvin-j97 1-1/+1
2022-07-28fix(device-information): handle of unknown valuesGravatar Corentin Thomasset 1-3/+8
2022-07-28fix(device-information): prevent unwanted y-truncature of text Gravatar JWB 1-1/+0
* Device information page styling fix I was checking out your site, and really like it! already added to my bookmarks, and when I was on the Device Information page I noticed the `p` and `y` in the words 1 dppx and landscape-primary were cut off and my ocd kicked in to tweak it. The fix was to remove the line height set on the value, and then to keep the spacing how it was just moving it up 5px seemed to do the trick. I'm using Firefox 102.0.1 on Windows 11. I'll attach some pics so you can see the before and after. I've never messed with vue, but after looking at this file here ya make me want to check it out more. I love how its keeping it all together in one file. Might also need to rebuild it the site after this change, but you get the point. Awesome site! * Update src/tools/device-information/device-information.vue Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
2022-07-25fix(base64-file): fixed url slugGravatar Corentin Thomasset 1-2/+1
2022-07-25refactor(base64-file): fixed typoGravatar Corentin Thomasset 1-1/+1
2022-07-25refactor(base64): split base64 text and file conversion in two tools + ↵Gravatar Corentin Thomasset 6-16/+100
base64 to file
2022-07-25feat(new-tool): added a basic auth generatorGravatar Corentin Thomasset 3-1/+71
2022-07-24feat(new-tool): added an ETA calculatorGravatar Corentin Thomasset 5-1/+112
2022-07-24fix(sql-prettifier): better responsivenessGravatar Corentin Thomasset 1-51/+44
2022-07-24refactor(json-prettify): improved layout for the json prettifierGravatar Corentin Thomasset 2-37/+44
2022-07-24refactor(sql-prettifier): remove unused service filesGravatar Corentin Thomasset 2-6/+0
2022-07-24feat(new-tool): added an SQL prettifier and formatterGravatar Corentin Thomasset 5-1/+146
2022-07-24fix(typo): fix few typosGravatar Corentin Thomasset 3-7/+7