No description
Find a file
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
.github chore: added pull request template 2022-05-11 17:37:39 +02:00
.vscode chore: added eslint in recommended extensions 2022-05-11 14:14:29 +02:00
public feat(share): social image 2022-04-15 22:31:22 +02:00
scripts fix(script):fixed missing paranthesis in tool generator script 2022-07-23 23:07:53 +02:00
src fix(device-information): prevent unwanted y-truncature of text 2022-07-28 19:28:23 +02:00
.eslintrc.cjs refactor(lint): linter auto fix 2022-04-22 23:31:40 +02:00
.gitignore chore: first commit 2022-03-31 00:33:29 +02:00
.nvmrc chore: first commit 2022-03-31 00:33:29 +02:00
.versionrc chore: added standard-version 2022-04-16 13:41:10 +02:00
CHANGELOG.md chore(release): 2.9.1 2022-07-25 23:22:32 +02:00
env.d.ts feat: added commit short sha 2022-04-16 15:12:33 +02:00
index.html fix(lint): cleanned index.html 2022-07-23 18:19:40 +02:00
LICENSE chore: added license file 2022-07-21 21:06:22 +02:00
package-lock.json chore(release): 2.9.1 2022-07-25 23:22:32 +02:00
package.json chore(release): 2.9.1 2022-07-25 23:22:32 +02:00
README.md fix: updated license in README 2022-07-21 21:13:01 +02:00
tsconfig.app.json refactor(style): updated linter config 2022-04-15 23:10:47 +02:00
tsconfig.json chore: first commit 2022-03-31 00:33:29 +02:00
tsconfig.vite-config.json chore: first commit 2022-03-31 00:33:29 +02:00
tsconfig.vitest.json chore: first commit 2022-03-31 00:33:29 +02:00
vercel.json feat(config): added vercel.json 2022-04-16 16:58:10 +02:00
vite.config.ts refactor(config): added config management with figue 2022-05-24 00:07:54 +02:00

logo

Useful tools for developer and people working in IT. Have a look !.

Functionalities and roadmap

Please check the issues to see if some feature listed to be implemented.

You have an idea of a tool? Submit a feature request!

Contribute

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Node version

Ensure you have the correct node/npm version

nvm use

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test

Lint with ESLint

npm run lint

Create a new tool

To create a new tool, there is a script that generate the boilerplate of the new tool, simply run:

node scripts/create-tool.mjs my-tool-name

It will create a directory in src/tools with the correct files, and a the import in src/tools/index.ts. You will just need to add the inported tool in the proper category and develop the tool.

Credits

Coded with ❤️ by Corentin Thomasset.

This project is continuously deployed using vercel.com.

IT Tools - Collection of handy online tools for devs, with great UX | Product Hunt IT Tools - Collection of handy online tools for devs, with great UX | Product Hunt

License

This project is under the GNU GPLv3.