Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2022-08-18 | fix(deps): added missing optional deps | 1 | -1/+2 | ||
2022-08-17 | fix: removed colored card border | 1 | -4/+1 | ||
2022-08-17 | feat: added colored share card | 2 | -0/+84 | ||
2022-08-04 | refactor(validation): simplified validation management with helpers | 5 | -39/+35 | ||
2022-08-04 | refactor(dry): mutualised duplicated code with withDefaultOnError | 4 | -35/+10 | ||
2022-08-04 | refactor(lint): added import rules | 13 | -16/+19 | ||
2022-08-04 | refactor(json-prettifier): more permissive json parser | 1 | -9/+5 | ||
2022-08-04 | refactor(home): removed new tool first sort | 1 | -8/+2 | ||
2022-08-04 | refactor(base64): mutualized base64 functions into global utilities | 8 | -12/+138 | ||
2022-08-04 | fix(bip39-generator): cleared an issue with the mnemonic validation | 1 | -7/+7 | ||
2022-08-04 | refactor(chronometer): improved chronometer precision | 3 | -17/+37 | ||
2022-08-04 | fix(import): removed auto added weird .js extension | 2 | -3/+3 | ||
2022-08-03 | feat(new-tool): hmac generator | 3 | -1/+112 | ||
2022-08-03 | feat(new-tool): an svg placeholder image generator | 3 | -1/+107 | ||
2022-08-03 | refactor(display): mutualized code display | 3 | -27/+102 | ||
2022-08-03 | feat(hash-text): digest base selector (#254) | 3 | -7/+62 | ||
2022-08-03 | fix(eta-calculator): clamp inputs (#249) | 1 | -3/+3 | ||
2022-08-03 | refactor(validation): simplified validation system | 2 | -5/+13 | ||
2022-08-03 | fix(bip39-generator): typo in validation message | 1 | -1/+1 | ||
2022-08-03 | fix(base64-to-string): prevent validation error | 1 | -1/+1 | ||
2022-08-03 | refactor(base64-to-file): clean validation to convert base64 to file | 4 | -21/+112 | ||
2022-08-03 | fix(wording): removed spaces before ponctuation (#252) | 1 | -1/+1 | ||
2022-07-28 | fix(device-information): handle of unknown values | 1 | -3/+8 | ||
2022-07-28 | fix(device-information): prevent unwanted y-truncature of text | 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-25 | fix(base64-file): fixed url slug | 1 | -2/+1 | ||
2022-07-25 | refactor(base64-file): fixed typo | 1 | -1/+1 | ||
2022-07-25 | refactor(base64): split base64 text and file conversion in two tools + ↵ | 6 | -16/+100 | ||
base64 to file | |||||
2022-07-25 | feat(new-tool): added a basic auth generator | 3 | -1/+71 | ||
2022-07-24 | feat(new-tool): added an ETA calculator | 5 | -1/+112 | ||
2022-07-24 | fix(sql-prettifier): better responsiveness | 1 | -51/+44 | ||
2022-07-24 | refactor(json-prettify): improved layout for the json prettifier | 2 | -37/+44 | ||