gitmotion
ea8c4ed077
fix(icons,branding): swap twitter to X ( #1369 )
2024-10-25 20:17:08 +02:00
sharevb
87984e2081
feat(new tool): Markdown to HTML ( #916 )
...
* feat(new tool): Markdown to HTML
Fix partially #538
* feat: add print button
* Update src/tools/markdown-to-html/index.ts
* Update src/tools/markdown-to-html/markdown-to-html.vue
---------
Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
2024-08-25 20:57:07 +00:00
code2933
b430baef40
fix(format-transformer): set overflow for output area width ( #787 )
2024-05-27 18:16:24 +02:00
Corentin THOMASSET
a07806cd15
refactor(home): lightened tool cards ( #882 )
2024-02-12 13:31:21 +00:00
lzb16
a1037cf8f1
feat(i18n): add tooltip and favoriteButton i18n ( #756 )
2023-11-16 08:20:42 +00:00
Corentin THOMASSET
e86fd96ae3
feat(i18n): language selector ( #710 )
2023-11-01 15:38:19 +01:00
莫颓
00562ed5e8
feat(i18n): home page ( #687 )
...
(cherry picked from commit 9d39826078ceb929a5ca3b577f9f39449303c289)
2023-10-23 09:14:34 +02:00
莫颓
84a4a646f6
feat(i18n): tool card ( #682 )
...
(cherry picked from commit 1d0a3904f72ab24364beda034d17cf6de9b5e959)
2023-10-22 08:21:10 +00:00
Corentin THOMASSET
025f556023
refactor(ui): switched naive tooltip components to custom ones ( #661 )
2023-10-14 16:24:54 +00:00
Corentin THOMASSET
6f93cba3da
feat(copy): support legacy copy to clipboard for older browser ( #581 )
2023-08-21 23:00:20 +00:00
Marvin
7b6232a151
feat(Case Converter): Add lowercase and uppercase ( #534 )
...
* 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-08-09 23:45:21 +02:00
Corentin THOMASSET
72c98a3c5e
refactor(ui): remove n-text ( #506 )
2023-06-25 13:49:43 +00:00
Corentin Thomasset
ea50a3fc65
feat(new-tool): json to toml
2023-06-23 21:47:23 +02:00
Marvin
ba4876d0d5
refacor(transformers): use monospace font for JSON and SQL text areas ( #476 )
...
* feat(c-input): Add monospace prop
* feat: use monospace input for json and sql inputs
2023-06-23 16:51:52 +02:00
Corentin THOMASSET
bcb98b359c
refactor(search): command palette design ( #463 )
2023-06-19 00:35:50 +02:00
jmmanzano
a6bbeaebd8
feat(new tool): xml formatter ( #457 )
...
* 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 10:27:26 +00:00
Seb
cf7b1f000a
feat(enhancement): use system dark mode ( #458 )
...
* Use prefers-color-scheme
* Remove theme store
2023-06-18 10:59:22 +02:00
Corentin Thomasset
fe61f0f2f2
refactor(imports): removed unnecessary imports to vue
2023-06-10 17:24:10 +02:00
Corentin Thomasset
33c9b6643f
chore(lint): switched to a better lint config
2023-05-28 23:29:14 +02:00
Corentin Thomasset
4d2b037dbe
refactor(ui): removed all n-space
2023-05-27 17:53:13 +02:00
Corentin Thomasset
34d8e5ce2c
feat(new tool): camera screenshot and recorder
2023-05-17 00:34:10 +02:00
Corentin Thomasset
f7fc779e63
refactor(ui): replaced some n-input with c-input-text
2023-05-15 01:31:22 +02:00
Corentin Thomasset
77f2efc0b9
refactor(ui): replaced some n-input with c-input-text
2023-05-14 22:30:23 +02:00
Corentin Thomasset
3f6c8f0edd
fix(home): prevent weird blue border on card
2023-05-01 13:44:30 +02:00
Corentin Thomasset
e88c1d5f2c
fix(ts): cleaned legacy typechecking warning
2023-04-23 17:11:04 +02:00
Corentin Thomasset
f080933d2a
refactor(ui): replaced naive ui cards with custom ones
2023-04-20 20:57:38 +02:00
Corentin Thomasset
c45bce36f9
refactor(ui): getting ride of naive ui buttons
2023-04-19 22:33:22 +02:00
cgoIT
df989e24b3
feat(ipv4-range-expander): expands a given IPv4 start and end address to a 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-19 20:30:45 +02:00
Corentin Thomasset
05f06f6a07
refactor(dx): generic data transformer
2023-04-10 16:42:06 +02:00
Corentin Thomasset
9d639edf2d
refactor(lint): auto fix lint
2023-04-10 13:01:40 +02:00
Corentin Thomasset
001031b7b5
feat(css): added unocss with attributify preset
2023-04-06 20:35:37 +02:00
Corentin Thomasset
004cb83719
chore(clean): removed extra console.log
2023-04-05 08:47:54 +02:00
Corentin Thomasset
15cb03347c
feat(menu): collapsible category
2023-03-30 23:51:23 +02:00
Corentin Thomasset
24ba0ff5fa
feat(menu): collapsible category
2023-03-30 23:48:47 +02:00
cgoIT
ffb99579ba
feat(new-tool): add a docker run to docker compose converter ( #291 )
...
* 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-27 17:31:13 +02:00
marvin-j97
7958e2e075
refactor(branding): correct branding for twitter & github ( #268 )
2023-03-08 18:09:53 +01:00
Corentin Thomasset
ad202bd372
revert(pwa): fallback to autoUpdate
2023-03-01 23:35:17 +01:00
Corentin Thomasset
400654b6b1
chore(pwa): close update notification on update
2023-03-01 23:24:17 +01:00
Corentin Thomasset
53ce079dff
refactor(pwa): prompt for pwa update
2023-03-01 22:00:29 +01:00
Corentin Thomasset
32f87f3fca
refactor(tool-card): enforce description height
2023-02-10 22:20:50 +01:00
Corentin Thomasset
a3b1cb5737
refactor(tool-card): enforce description height
2023-02-10 22:13:08 +01:00
Corentin Thomasset
def60e7248
refactor(tracker): better tracker injection
2022-12-21 21:02:57 +01:00
Corentin Thomasset
bf88836dbe
feat(search-bar): use cmd + k to focus on mac
2022-12-21 00:21:12 +01:00
Corentin Thomasset
bfc2e24bbf
feat(tracker): added actions monitoring
2022-12-21 00:03:31 +01:00
Corentin Thomasset
cf723f144e
refactor(clean): removed empty style tag
2022-12-20 21:14:40 +01:00
Corentin Thomasset
4cd809bd0c
feat(tools): added favorite tool handling
2022-12-17 01:30:02 +01:00
Corentin Thomasset
acf8bc11db
fix(tool-card): correct text color on light mode for card description
2022-12-16 21:57:23 +01:00
Corentin Thomasset
71e98e93e5
feat(search-bar): better search back result
2022-12-16 21:44:54 +01:00
Corentin Thomasset
1b5d4e72bd
refactor(search-bar): improved tool fuzzy search
2022-12-16 18:10:50 +01:00
Corentin Thomasset
35a3760771
fix(ui): remove icon transparency overlap
2022-11-13 23:13:50 +01:00