aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-06-27refactor(navbar): consistent spacing in navbar buttons (#507)Gravatar Corentin THOMASSET 1-21/+5
2023-06-25refactor(ui): remove n-text (#506)Gravatar Corentin THOMASSET 13-74/+49
2023-06-25refactor(ui): replaced some n-input to c-input (#505)Gravatar Corentin THOMASSET 19-235/+187
2023-06-25feat(new-tool): password strength analyzer (#502)Gravatar Corentin THOMASSET 6-1/+222
2023-06-23fix(i18n): fallback for demo i18nGravatar Corentin Thomasset 1-1/+1
2023-06-23feat(new-tool): yaml to tomlGravatar Corentin Thomasset 4-0/+79
2023-06-23feat(new-tool): json to tomlGravatar Corentin Thomasset 5-0/+83
2023-06-23feat(new-tool): toml to yamlGravatar Corentin Thomasset 4-0/+77
2023-06-23feat(new-tool): toml to jsonGravatar Corentin Thomasset 6-0/+94
2023-06-23refactor(json-viewer): input monospace font (#485)Gravatar Marvin 1-2/+3
2023-06-23refacor(transformers): use monospace font for JSON and SQL text areas (#476)Gravatar Marvin 4-3/+15
* feat(c-input): Add monospace prop * feat: use monospace input for json and sql inputs
2023-06-23fix(typos): fixed more typos & uppercase JSON (#475)Gravatar Marvin 5-13/+13
* fix(About): typo * uppercase json & typos
2023-06-21fix(about): typos and wording (#474)Gravatar Marvin 1-8/+8
* fix(About): typos and wording * Update src/pages/About.vue --------- Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
2023-06-19chore(i18n): tool scoped locales (#471)Gravatar Corentin THOMASSET 5-44/+33
2023-06-19feat(command-palette): random tool actionGravatar Corentin Thomasset 3-2/+33
2023-06-19fix(mime-types): typos (#470)Gravatar Corentin THOMASSET 1-2/+2
2023-06-19refactor(search): command palette design (#463)Gravatar Corentin THOMASSET 13-170/+397
2023-06-18feat(new-tool): percentage calculator (#456)Gravatar Seb 4-1/+128
* feat(new tool): percentage calculator * Apply suggestions from code review Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> --------- Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
2023-06-18feat(new-tool): json to csv converterGravatar Corentin Thomasset 6-0/+199
2023-06-18fix(sonar): took down minor sonar warningGravatar Corentin Thomasset 2-3/+1
2023-06-18chore(i18n): setup i18n plugin configGravatar Corentin Thomasset 3-1/+54
2023-06-18feat(new tool): xml formatter (#457)Gravatar jmmanzano 7-0/+139
* feat(new tool): xml formatter * feat(xml-formatter): added happy path e2e tests * refactor(xml-formatter): improved unit tests * refactor(xml-formatter): add better suitable icon * feat(xml-formatter): added happy path e2e tests * feat(xml-formatter): registered xml as syntax highlighter * chore(auto-import): removed unused NSpace --------- Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
2023-06-18feat(chmod-calculator): added symbolic representation (#455)Gravatar myztillx 3-3/+82
2023-06-18feat(enhancement): use system dark mode (#458)Gravatar Seb 4-35/+8
* Use prefers-color-scheme * Remove theme store
2023-06-11refactor(c-input-text): force usage of props with defaultGravatar Corentin Thomasset 1-2/+1
2023-06-10refactor(naming): prevent auto import conflicts for git memoGravatar Corentin Thomasset 2-1/+1
2023-06-10refactor(imports): removed unnecessary imports to vueGravatar Corentin Thomasset 59-59/+17
2023-06-10feat(phone-parser): searchable country code selectGravatar Corentin Thomasset 1-1/+1
2023-05-28chore(lint): switched to a better lint configGravatar Corentin Thomasset 174-2873/+3124
2023-05-27refactor(ui): removed all n-spaceGravatar Corentin Thomasset 40-246/+222
2023-05-17feat(new tool): camera screenshot and recorderGravatar Corentin Thomasset 13-6/+402
2023-05-15feat(base64-string-converter): switch to encode and decode url safe base64 ↵Gravatar cgoIT 4-12/+72
strings (#392) * feat(base64-string-converter): switch to encode and decode url safe * feat(base64-string-converter): changes based on review comments, use config object instead of boolean argument. * feat(base64-string-converter): fix validation, add option to watch additional refs for changes which interfere with validation rules
2023-05-15fix(ipv4-range-expander): calculate correct for ip addresses where the first ↵Gravatar cgoIT 3-2/+27
octet is lower than 128 (#405)
2023-05-15fix(ipv4-converter): removed readonly on inputGravatar Corentin Thomasset 1-1/+1
2023-05-15refactor(ui): replaced some n-input with c-input-textGravatar Corentin Thomasset 9-170/+185
2023-05-14refactor(ui): replaced some n-input with c-input-textGravatar Corentin Thomasset 37-442/+675
2023-05-14ui-lib(new-component): added text input component in the c-libGravatar Corentin Thomasset 8-5/+363
2023-05-14ui-lib(button): size variantsGravatar Corentin Thomasset 3-20/+51
2023-05-07fix(phone-parser): use default country codeGravatar Corentin Thomasset 2-4/+4
2023-05-07feat(list-converter): a small converter who deals with column based data and ↵Gravatar cgoIT 8-0/+300
do some stuff with it (#387) * feat(list-converter): a small converter who deals with column based data and do some stuff with it * Update src/tools/list-converter/index.ts * Update src/tools/list-converter/index.ts * Update src/tools/list-converter/index.ts --------- Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> fix(list-format): fix e2e
2023-05-02feat(new tool): phone parser and normalizerGravatar Corentin Thomasset 7-2/+202
2023-05-01fix(home): prevent weird blue border on cardGravatar Corentin Thomasset 1-0/+1
2023-04-23feat(ui-lib): demo pages for c-lib componentsGravatar Corentin Thomasset 13-240/+281
2023-04-23fix(ts): cleaned legacy typechecking warningGravatar Corentin Thomasset 6-17/+17
2023-04-23feat(new-tool): diff of two json objectsGravatar Corentin Thomasset 11-3/+618
2023-04-20refactor(ui-lib): prevent c-button to shrinkGravatar Corentin Thomasset 1-0/+1
2023-04-20refactor(ui): replaced naive ui cards with custom onesGravatar Corentin Thomasset 38-172/+219
2023-04-19refactor(clean): removed unused lodash importGravatar Corentin Thomasset 1-1/+0
2023-04-19fix(mac-address-lookup): added copy handler on button clickGravatar Corentin Thomasset 1-1/+4
2023-04-19refactor(clean): removed useless br tagsGravatar Corentin Thomasset 13-43/+21