aboutsummaryrefslogtreecommitdiff
path: root/src/tools/json-viewer/json-viewer.vue (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
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-04chore(release): 2.10.1v2.10.1Gravatar Corentin Thomasset 3-3/+17
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-03chore(release): 2.10.0v2.10.0Gravatar Corentin Thomasset 3-3/+28
2022-08-03feat(new-tool): hmac generatorGravatar Corentin Thomasset 3-1/+112
2022-08-03refactor(lint): externalization of prettier for simpler IDE supportGravatar Corentin Thomasset 4-10/+10
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-03chore(deps): updated dependenciesGravatar Corentin Thomasset 1-3219/+3350
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-28chore(release): 2.9.2v2.9.2Gravatar Corentin Thomasset 3-3/+17
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-25chore(release): 2.9.1v2.9.1Gravatar Corentin Thomasset 3-3/+10
2022-07-25refactor(base64): split base64 text and file conversion in two tools + ↵Gravatar Corentin Thomasset 8-21/+117
base64 to file
2022-07-25chore(release): 2.9.0v2.9.0Gravatar Corentin Thomasset 3-3/+10
2022-07-25feat(new-tool): added a basic auth generatorGravatar Corentin Thomasset 3-1/+71
2022-07-24chore(release): 2.8.0v2.8.0Gravatar Corentin Thomasset 3-3/+21
2022-07-24feat(new-tool): added an ETA calculatorGravatar Corentin Thomasset 5-1/+112
2022-07-24chore(deps): upgraded naive-ui versionGravatar Corentin Thomasset 2-394/+71
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-24chore(release): 2.7.0v2.7.0Gravatar Corentin Thomasset 3-3/+15
2022-07-24feat(new-tool): added an SQL prettifier and formatterGravatar Corentin Thomasset 7-5/+169
2022-07-24fix(typo): fix few typosGravatar Corentin Thomasset 3-7/+7
2022-07-24chore(release): 2.6.0v2.6.0Gravatar Corentin Thomasset 3-3/+24
2022-07-24feat(new-tool): added chronometerGravatar Corentin Thomasset 5-0/+74
2022-07-23fix(script):fixed missing paranthesis in tool generator scriptGravatar Corentin Thomasset 1-3/+3
2022-07-23refactor(import): auto reordered importsGravatar Corentin Thomasset 1-16/+16
2022-07-23fix(text-statistics): empty text mean 0 words and 0 linesGravatar Corentin Thomasset 1-6/+4
2022-07-23refactor: added accessibility labels on icon buttonsGravatar Corentin Thomasset 1-4/+6
2022-07-23feat(search): focus the search bar using Ctrl+KGravatar Corentin Thomasset 1-3/+20
2022-07-23fix(lint): cleanned index.htmlGravatar Corentin Thomasset 1-6/+18
2022-07-23fix(deps): run dependencie audit auto fixGravatar Corentin Thomasset 1-29/+75
2022-07-21chore(release): 2.5.3v2.5.3Gravatar Corentin Thomasset 3-3/+10
2022-07-21fix: updated license in READMEGravatar Corentin Thomasset 1-1/+1
2022-07-21chore(release): 2.5.2v2.5.2Gravatar Corentin Thomasset 3-3/+5