aboutsummaryrefslogtreecommitdiff
path: root/src/plugins (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-04-06feat(dx): auto resolve vue componentsGravatar Corentin Thomasset 1-117/+2
2023-04-04feat(plausible): disable plausible instance for self hosted instanceGravatar Corentin Thomasset 1-1/+26
2022-12-27feat(new-tool): jwt parser (#262)Gravatar bastantoine 1-0/+2
* npm install jwt-decode * added base tool structure * added function to decode JWT and display header and payload * use a table to display the data * show human readable values * added switch to toggle display of parsed values * lint * replaced basic package-lock.json with pnpm-lock.json * change the icon of the tool * simplify return * use camelCase * added description of the tool * always parse the values * use camelCase...
2022-12-21refactor(tracker): better tracker injectionGravatar Corentin Thomasset 1-2/+2
2022-12-21feat(tracker): added actions monitoringGravatar Corentin Thomasset 1-1/+2
2022-11-23feat(new-tool): chmod calculatorGravatar Corentin Thomasset 1-0/+2
2022-08-19feat(new-tool): meta tag generatorGravatar Corentin Thomasset 1-35/+37
2022-07-24feat(new-tool): added an ETA calculatorGravatar Corentin Thomasset 1-0/+2
2022-05-24refactor(config): added config management with figueGravatar Corentin Thomasset 1-8/+3
2022-05-09feat(new-tool): json viewerGravatar Corentin Thomasset 1-0/+2
2022-04-22refactor(lint): linter auto fixGravatar Corentin Thomasset 1-1/+1
2022-04-16feat: added plausible trackerGravatar Corentin Thomasset 1-0/+17
2022-04-14refactor(style): cleaner layoutGravatar Corentin Thomasset 1-0/+2
2022-04-14refactor(style): menu scrollbarGravatar Corentin Thomasset 1-0/+2
2022-04-14feat(tool): qr-code generatorGravatar Corentin Thomasset 1-0/+2
2022-04-14feat(tool): base64 string converterGravatar Corentin Thomasset 1-0/+2
2022-04-14feat(tool): crontab generatorGravatar Corentin Thomasset 1-0/+2
2022-04-14feat(tool): text statisticsGravatar Corentin Thomasset 1-0/+2
2022-04-12feat(tool): git memoGravatar Corentin Thomasset 1-2/+0
2022-04-12feat(tool): date-time converterGravatar Corentin Thomasset 1-0/+2
2022-04-11feat(tool): bip39-generatorGravatar Corentin Thomasset 1-0/+4
2022-04-06feat(page): home page layoutGravatar Corentin Thomasset 1-0/+6
2022-04-05feat(page): added 404 pageGravatar Corentin Thomasset 1-0/+2
2022-04-04chore: components baseGravatar Corentin Thomasset 1-0/+10
2022-03-31chore: first commitGravatar Corentin Thomasset 1-0/+74