aboutsummaryrefslogtreecommitdiff
path: root/src/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-16feat(new tool): string obfuscator (#575)Gravatar Corentin THOMASSET 5-1/+116
2023-08-09fix(copy): prevent shorthand copy if source is present in useCopy (#559)Gravatar Corentin THOMASSET 13-19/+19
2023-08-09feat(Case Converter): Add lowercase and uppercase (#534)Gravatar Marvin 1-51/+77
2023-08-08feat(new tool): emoji picker (#551)Gravatar Corentin THOMASSET 7-2/+162
2023-08-07feat(ui): added c-select in the ui lib (#550)Gravatar Corentin THOMASSET 13-180/+180
2023-06-29chore(e2e): execute e2e against built app (#511)Gravatar Corentin THOMASSET 1-4/+3
2023-06-25refactor(ui): remove n-text (#506)Gravatar Corentin THOMASSET 11-41/+34
2023-06-25refactor(ui): replaced some n-input to c-input (#505)Gravatar Corentin THOMASSET 17-228/+177
2023-06-25feat(new-tool): password strength analyzer (#502)Gravatar Corentin THOMASSET 6-1/+222
2023-06-23feat(new-tool): yaml to tomlGravatar Corentin Thomasset 4-0/+79
2023-06-23feat(new-tool): json to tomlGravatar Corentin Thomasset 4-0/+81
2023-06-23feat(new-tool): toml to yamlGravatar Corentin Thomasset 4-0/+77
2023-06-23feat(new-tool): toml to jsonGravatar Corentin Thomasset 5-0/+89
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 2-2/+5
2023-06-23fix(typos): fixed more typos & uppercase JSON (#475)Gravatar Marvin 4-12/+12
2023-06-19chore(i18n): tool scoped locales (#471)Gravatar Corentin THOMASSET 3-4/+23
2023-06-19fix(mime-types): typos (#470)Gravatar Corentin THOMASSET 1-2/+2
2023-06-18feat(new-tool): percentage calculator (#456)Gravatar Seb 4-1/+128
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 1-1/+1
2023-06-18feat(new tool): xml formatter (#457)Gravatar jmmanzano 6-0/+138
2023-06-18feat(chmod-calculator): added symbolic representation (#455)Gravatar myztillx 3-3/+82
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 44-44/+13
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 119-2331/+2556
2023-05-27refactor(ui): removed all n-spaceGravatar Corentin Thomasset 35-233/+211
2023-05-17feat(new tool): camera screenshot and recorderGravatar Corentin Thomasset 4-2/+305
2023-05-15feat(base64-string-converter): switch to encode and decode url safe base64 st...Gravatar cgoIT 1-4/+19
2023-05-15fix(ipv4-range-expander): calculate correct for ip addresses where the first ...Gravatar cgoIT 3-2/+27
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 6-142/+152
2023-05-14refactor(ui): replaced some n-input with c-input-textGravatar Corentin Thomasset 28-371/+389
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 7-0/+293
2023-05-02feat(new tool): phone parser and normalizerGravatar Corentin Thomasset 5-0/+189
2023-04-23fix(ts): cleaned legacy typechecking warningGravatar Corentin Thomasset 3-12/+12
2023-04-23feat(new-tool): diff of two json objectsGravatar Corentin Thomasset 9-0/+590
2023-04-20refactor(ui): replaced naive ui cards with custom onesGravatar Corentin Thomasset 33-165/+159
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
2023-04-19refactor(ui): getting ride of naive ui buttonsGravatar Corentin Thomasset 28-93/+82
2023-04-19feat(ipv4-range-expander): expands a given IPv4 start and end address to a va...Gravatar cgoIT 10-38/+277
2023-04-19feat(date converter): auto focus main inputGravatar Corentin Thomasset 1-0/+1
2023-04-14feat(new-tool): http status codesGravatar Corentin Thomasset 5-0/+524
2023-04-13refactor(uuid-generator): prevent NaN in quantityGravatar Corentin Thomasset 1-29/+25
2023-04-12refactor(date-converter): improved ux and layoutGravatar Corentin Thomasset 5-74/+334
2023-04-10feat(new-tool): yaml and json convertersGravatar Corentin Thomasset 7-0/+139