Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-06-27 | refactor(navbar): consistent spacing in navbar buttons (#507) | 1 | -21/+5 | ||
2023-06-25 | refactor(ui): remove n-text (#506) | 13 | -74/+49 | ||
2023-06-25 | refactor(ui): replaced some n-input to c-input (#505) | 19 | -235/+187 | ||
2023-06-25 | feat(new-tool): password strength analyzer (#502) | 6 | -1/+222 | ||
2023-06-23 | fix(i18n): fallback for demo i18n | 1 | -1/+1 | ||
2023-06-23 | feat(new-tool): yaml to toml | 4 | -0/+79 | ||
2023-06-23 | feat(new-tool): json to toml | 5 | -0/+83 | ||
2023-06-23 | feat(new-tool): toml to yaml | 4 | -0/+77 | ||
2023-06-23 | feat(new-tool): toml to json | 6 | -0/+94 | ||
2023-06-23 | refactor(json-viewer): input monospace font (#485) | 1 | -2/+3 | ||
2023-06-23 | refacor(transformers): use monospace font for JSON and SQL text areas (#476) | 4 | -3/+15 | ||
* feat(c-input): Add monospace prop * feat: use monospace input for json and sql inputs | |||||
2023-06-23 | fix(typos): fixed more typos & uppercase JSON (#475) | 5 | -13/+13 | ||
* fix(About): typo * uppercase json & typos | |||||
2023-06-21 | fix(about): typos and wording (#474) | 1 | -8/+8 | ||
* fix(About): typos and wording * Update src/pages/About.vue --------- Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> | |||||
2023-06-19 | chore(i18n): tool scoped locales (#471) | 5 | -44/+33 | ||
2023-06-19 | feat(command-palette): random tool action | 3 | -2/+33 | ||
2023-06-19 | fix(mime-types): typos (#470) | 1 | -2/+2 | ||
2023-06-19 | refactor(search): command palette design (#463) | 13 | -170/+397 | ||
2023-06-18 | feat(new-tool): percentage calculator (#456) | 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-18 | feat(new-tool): json to csv converter | 6 | -0/+199 | ||
2023-06-18 | fix(sonar): took down minor sonar warning | 2 | -3/+1 | ||
2023-06-18 | chore(i18n): setup i18n plugin config | 3 | -1/+54 | ||
2023-06-18 | feat(new tool): xml formatter (#457) | 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-18 | feat(chmod-calculator): added symbolic representation (#455) | 3 | -3/+82 | ||
2023-06-18 | feat(enhancement): use system dark mode (#458) | 4 | -35/+8 | ||
* Use prefers-color-scheme * Remove theme store | |||||
2023-06-11 | refactor(c-input-text): force usage of props with default | 1 | -2/+1 | ||
2023-06-10 | refactor(naming): prevent auto import conflicts for git memo | 2 | -1/+1 | ||
2023-06-10 | refactor(imports): removed unnecessary imports to vue | 59 | -59/+17 | ||
2023-06-10 | feat(phone-parser): searchable country code select | 1 | -1/+1 | ||
2023-05-28 | chore(lint): switched to a better lint config | 174 | -2873/+3124 | ||
2023-05-27 | refactor(ui): removed all n-space | 40 | -246/+222 | ||
2023-05-17 | feat(new tool): camera screenshot and recorder | 13 | -6/+402 | ||
2023-05-15 | feat(base64-string-converter): switch to encode and decode url safe base64 ↵ | 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-15 | fix(ipv4-range-expander): calculate correct for ip addresses where the first ↵ | 3 | -2/+27 | ||
octet is lower than 128 (#405) | |||||
2023-05-15 | fix(ipv4-converter): removed readonly on input | 1 | -1/+1 | ||
2023-05-15 | refactor(ui): replaced some n-input with c-input-text | 9 | -170/+185 | ||
2023-05-14 | refactor(ui): replaced some n-input with c-input-text | 37 | -442/+675 | ||
2023-05-14 | ui-lib(new-component): added text input component in the c-lib | 8 | -5/+363 | ||
2023-05-14 | ui-lib(button): size variants | 3 | -20/+51 | ||
2023-05-07 | fix(phone-parser): use default country code | 2 | -4/+4 | ||
2023-05-07 | feat(list-converter): a small converter who deals with column based data and ↵ | 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-02 | feat(new tool): phone parser and normalizer | 7 | -2/+202 | ||
2023-05-01 | fix(home): prevent weird blue border on card | 1 | -0/+1 | ||
2023-04-23 | feat(ui-lib): demo pages for c-lib components | 13 | -240/+281 | ||
2023-04-23 | fix(ts): cleaned legacy typechecking warning | 6 | -17/+17 | ||
2023-04-23 | feat(new-tool): diff of two json objects | 11 | -3/+618 | ||
2023-04-20 | refactor(ui-lib): prevent c-button to shrink | 1 | -0/+1 | ||
2023-04-20 | refactor(ui): replaced naive ui cards with custom ones | 38 | -172/+219 | ||
2023-04-19 | refactor(clean): removed unused lodash import | 1 | -1/+0 | ||
2023-04-19 | fix(mac-address-lookup): added copy handler on button click | 1 | -1/+4 | ||
2023-04-19 | refactor(clean): removed useless br tags | 13 | -43/+21 | ||