Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-21 | feat(copy): support legacy copy to clipboard for older browser (#581) | 3 | -39/+15 | ||
2023-08-09 | feat(Case Converter): Add lowercase and uppercase (#534) | 1 | -1/+1 | ||
* feat(case converter): add uppercase and lowercase * (case converter) correctly use stripRegexp * style: lint fix * feat(ui): added c-select in the ui lib (#550) * feat(ui): added c-select in the ui lib * refactor(ui): switched n-select to c-select * feat(new tool): emoji picker (#551) * chore(deps): update dependency @vitejs/plugin-vue to v4 (#496) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @vitejs/plugin-vue-jsx to v3 (#497) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * refactor(case converter): using nocase to convert to upper and lower case * refactor(case converter): config based case changes --------- Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-06-25 | refactor(ui): remove n-text (#506) | 1 | -25/+6 | ||
2023-06-23 | feat(new-tool): json to toml | 1 | -0/+2 | ||
2023-06-23 | refacor(transformers): use monospace font for JSON and SQL text areas (#476) | 1 | -0/+1 | ||
* feat(c-input): Add monospace prop * feat: use monospace input for json and sql inputs | |||||
2023-06-19 | refactor(search): command palette design (#463) | 2 | -157/+0 | ||
2023-06-18 | feat(new tool): xml formatter (#457) | 1 | -0/+1 | ||
* 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(enhancement): use system dark mode (#458) | 1 | -10/+1 | ||
* Use prefers-color-scheme * Remove theme store | |||||
2023-06-10 | refactor(imports): removed unnecessary imports to vue | 12 | -12/+2 | ||
2023-05-28 | chore(lint): switched to a better lint config | 13 | -224/+231 | ||
2023-05-27 | refactor(ui): removed all n-space | 3 | -9/+7 | ||
2023-05-17 | feat(new tool): camera screenshot and recorder | 1 | -2/+2 | ||
2023-05-15 | refactor(ui): replaced some n-input with c-input-text | 1 | -21/+20 | ||
2023-05-14 | refactor(ui): replaced some n-input with c-input-text | 2 | -13/+6 | ||
2023-05-01 | fix(home): prevent weird blue border on card | 1 | -0/+1 | ||
2023-04-23 | fix(ts): cleaned legacy typechecking warning | 1 | -1/+1 | ||
2023-04-20 | refactor(ui): replaced naive ui cards with custom ones | 3 | -7/+13 | ||
2023-04-19 | refactor(ui): getting ride of naive ui buttons | 4 | -33/+40 | ||
2023-04-19 | feat(ipv4-range-expander): expands a given IPv4 start and end address to a ↵ | 1 | -0/+35 | ||
valid IPv4 subnet (#366) * feat(ipv4-range-expander): expands a given IPv4 start and end address to a valid IPv4 subnet * feat(ipv4-range-expander): remove old component copyable-ip-like.vue * feat(ipv4-range-expander): fix sonar findings * feat(ipv4-range-expander): changes due to review * feat(ipv4-range-expander): only show n-alert if both ipv4 addresses are valid | |||||
2023-04-10 | refactor(dx): generic data transformer | 2 | -1/+58 | ||
2023-04-10 | refactor(lint): auto fix lint | 1 | -1/+1 | ||
2023-04-06 | feat(css): added unocss with attributify preset | 1 | -1/+1 | ||
2023-04-05 | chore(clean): removed extra console.log | 1 | -2/+0 | ||
2023-03-30 | feat(menu): collapsible category | 1 | -2/+2 | ||
2023-03-30 | feat(menu): collapsible category | 1 | -0/+136 | ||
2023-03-27 | feat(new-tool): add a docker run to docker compose converter (#291) | 1 | -0/+2 | ||
* Integrate composerize (https://github.com/magicmark/composerize) into it-tools * Fix Prettier errors * Fix Prettier errors * Fix code according to suggestions * Added syntax highlighting to TextareaCopyable component, some ui adjustments in docker-run-to-docker-compose-converter.vue | |||||
2023-03-08 | refactor(branding): correct branding for twitter & github (#268) | 1 | -3/+3 | ||
2023-03-01 | revert(pwa): fallback to autoUpdate | 1 | -52/+0 | ||
2023-03-01 | chore(pwa): close update notification on update | 1 | -28/+48 | ||
2023-03-01 | refactor(pwa): prompt for pwa update | 1 | -0/+32 | ||
2023-02-10 | refactor(tool-card): enforce description height | 1 | -1/+1 | ||
2023-02-10 | refactor(tool-card): enforce description height | 1 | -0/+1 | ||
2022-12-21 | refactor(tracker): better tracker injection | 1 | -24/+40 | ||
2022-12-21 | feat(search-bar): use cmd + k to focus on mac | 1 | -1/+10 | ||
2022-12-21 | feat(tracker): added actions monitoring | 1 | -0/+1 | ||
2022-12-20 | refactor(clean): removed empty style tag | 2 | -4/+0 | ||
2022-12-17 | feat(tools): added favorite tool handling | 5 | -20/+65 | ||
2022-12-16 | fix(tool-card): correct text color on light mode for card description | 1 | -2/+2 | ||
2022-12-16 | feat(search-bar): better search back result | 2 | -8/+66 | ||
2022-12-16 | refactor(search-bar): improved tool fuzzy search | 1 | -16/+8 | ||
2022-11-13 | fix(ui): remove icon transparency overlap | 1 | -2/+4 | ||
2022-08-19 | refactor(colored-card): added transition on like hover | 1 | -0/+1 | ||
2022-08-19 | feat(new-tool): meta tag generator | 1 | -0/+2 | ||
2022-08-17 | fix: removed colored card border | 1 | -4/+1 | ||
2022-08-17 | feat: added colored share card | 1 | -0/+61 | ||
2022-08-03 | refactor(display): mutualized code display | 1 | -0/+98 | ||
2022-07-23 | refactor: added accessibility labels on icon buttons | 1 | -4/+6 | ||
2022-07-23 | feat(search): focus the search bar using Ctrl+K | 1 | -3/+20 | ||
2022-06-02 | feat(tools): new badge for recently created tools | 2 | -2/+54 | ||
2022-05-24 | refactor(imports): removed useless defineProps import | 1 | -1/+1 | ||