194 Commits

Author SHA1 Message Date
Corentin Thomasset 352365f012 chore(release): 2.9.2 v2.9.2 2022-07-28 19:31:16 +02:00
Corentin Thomasset 4f599b6999 fix(device-information): handle of unknown values 2022-07-28 19:30:36 +02:00
JWB 138149e6f0 fix(device-information): prevent unwanted y-truncature of text
* 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-28 19:28:23 +02:00
Corentin Thomasset 412de23796 fix(base64-file): fixed url slug 2022-07-25 23:31:06 +02:00
Corentin Thomasset 1a22d55b3c refactor(base64-file): fixed typo 2022-07-25 23:23:53 +02:00
Corentin Thomasset bb4aac6d4a chore(release): 2.9.1 v2.9.1 2022-07-25 23:22:32 +02:00
Corentin Thomasset e6953d1b67 refactor(base64): split base64 text and file conversion in two tools + base64 to file 2022-07-25 23:21:42 +02:00
Corentin Thomasset a70a0f83a1 chore(release): 2.9.0 v2.9.0 2022-07-25 18:48:09 +02:00
Corentin Thomasset bdee93a9e4 feat(new-tool): added a basic auth generator 2022-07-25 18:47:27 +02:00
Corentin Thomasset 08ce407a01 chore(release): 2.8.0 v2.8.0 2022-07-24 18:36:15 +02:00
Corentin Thomasset 125a50215a feat(new-tool): added an ETA calculator 2022-07-24 18:32:05 +02:00
Corentin Thomasset d5738e1aef chore(deps): upgraded naive-ui version 2022-07-24 18:24:44 +02:00
Corentin Thomasset 560fcf3f78 fix(sql-prettifier): better responsiveness 2022-07-24 15:54:05 +02:00
Corentin Thomasset 328fda65b3 refactor(json-prettify): improved layout for the json prettifier 2022-07-24 15:10:38 +02:00
Corentin Thomasset ba87097e3d refactor(sql-prettifier): remove unused service files 2022-07-24 15:06:57 +02:00
Corentin Thomasset 99383d25fc chore(release): 2.7.0 v2.7.0 2022-07-24 14:39:40 +02:00
Corentin Thomasset d1f95f5b34 feat(new-tool): added an SQL prettifier and formatter 2022-07-24 14:37:27 +02:00
Corentin Thomasset 6cd25a743e fix(typo): fix few typos 2022-07-24 10:38:28 +02:00
Corentin Thomasset d2f5d3c3de chore(release): 2.6.0 v2.6.0 2022-07-24 00:58:59 +02:00
Corentin Thomasset 130031c225 feat(new-tool): added chronometer 2022-07-24 00:58:18 +02:00
Corentin Thomasset 1c7257eeb0 fix(script):fixed missing paranthesis in tool generator script 2022-07-23 23:07:53 +02:00
Corentin Thomasset 214084262c refactor(import): auto reordered imports 2022-07-23 23:04:57 +02:00
Corentin Thomasset 92ce419f45 fix(text-statistics): empty text mean 0 words and 0 lines 2022-07-23 19:09:22 +02:00
Corentin Thomasset 394d085846 refactor: added accessibility labels on icon buttons 2022-07-23 18:55:26 +02:00
Corentin Thomasset ab53048d5f feat(search): focus the search bar using Ctrl+K 2022-07-23 18:49:10 +02:00
Corentin Thomasset c3a302bc38 fix(lint): cleanned index.html 2022-07-23 18:19:40 +02:00
Corentin Thomasset a16161cdb4 fix(deps): run dependencie audit auto fix 2022-07-23 18:19:06 +02:00
Corentin Thomasset 1dc113aaef chore(release): 2.5.3 v2.5.3 2022-07-21 21:13:42 +02:00
Corentin Thomasset e371e8fedf fix: updated license in README 2022-07-21 21:13:01 +02:00
Corentin Thomasset e7997457a8 chore(release): 2.5.2 v2.5.2 2022-07-21 21:07:42 +02:00
Corentin Thomasset c4f9e90cc7 chore: added missing fields in package.json 2022-07-21 21:06:28 +02:00
Corentin Thomasset eff7c23ebb chore: added license file 2022-07-21 21:06:22 +02:00
Corentin Thomasset 7a01af1c14 chore(release): 2.5.1 v2.5.1 2022-06-02 01:00:49 +02:00
Corentin Thomasset c2e1d59cb9 fix(title): trully reactive tool title 2022-06-02 00:59:42 +02:00
Corentin Thomasset f48cd058cf fix: menu label key value was undefined 2022-06-02 00:57:17 +02:00
Corentin Thomasset 5ab4dd3d4a fix: tool sorting inconsistencies in home page 2022-06-02 00:44:23 +02:00
Corentin Thomasset f05c8e1dc6 fix(lint): missing dangling comma 2022-06-02 00:30:43 +02:00
Corentin Thomasset ba3b84c668 chore(release): 2.5.0 v2.5.0 2022-06-02 00:26:10 +02:00
Corentin Thomasset 433ba2a3e5 feat(new-tool): math evaluator 2022-06-02 00:25:10 +02:00
Corentin Thomasset 8fb0e6af9c refactor: removed unused import 2022-06-02 00:11:49 +02:00
Corentin Thomasset 11720e6cde feat(tools): new badge for recently created tools 2022-06-02 00:11:49 +02:00
Corentin Thomasset ac89490794 refactor: renammed Tool.ts to tool.ts 2022-06-02 00:11:49 +02:00
Corentin Thomasset 2f61c745f5 fix(config): updated env values loading 2022-06-01 09:08:46 +02:00
Corentin Thomasset a9a6526e75 chore(deps): updated vitest version 2022-06-01 09:07:28 +02:00
Corentin Thomasset af0b02d3a8 chore(release): 2.4.2 v2.4.2 2022-06-01 08:50:10 +02:00
Corentin Thomasset a46d125c19 refactor: set coerent head title for home page 2022-05-30 20:35:22 +02:00
Corentin Thomasset 6becdbb423 refactor(config): added config management with figue 2022-05-24 00:07:54 +02:00
Corentin Thomasset 5ce1262fb4 refactor(imports): removed useless defineProps import 2022-05-24 00:07:24 +02:00
Corentin Thomasset d591a73ce7 chore(release): 2.4.1 v2.4.1 2022-05-15 11:34:19 +02:00
Corentin Thomasset a88e4a9289 fix(seo): wrong url in share metas 2022-05-15 11:31:17 +02:00