Commit 146dba1
authored
feat: add devtools (#556)
* feat(devtools): add text case converter component
* feat(ui): add Heading component for dynamic headings with optional description
* feat(ui): add readonly prop to Input component for improved accessibility
* feat(devtools): add text to unicode converter component
* chore: clean
* feat(ui): enhance Input component to support textarea type and rows prop
* feat(devtools): add text to ASCII converter component
* feat(devtools): add Base64 converter component
* feat(devtools): add JSON to YAML converter component
* feat(styles): add custom scrollbar styles for better UI experience
* feat(ui): add error prop to Input component for displaying validation messages
* feat(devtools): add route for JSON to YAML converter
* feat(devtools): add JSON to TOML converter component and routing
* chore: clean
* feat(devtools): add JSON to XML converter component and routing
* feat(devtools): add hash generation component and routing
* feat(devtools): add HMAC generation component and routing
* fix(devtools): update input and output labels in converter components
* feat(devtools): add password generation component and routing
* feat(ui): add description prop to Input component for additional context
* feat(devtools): add UUID generation component and routing
* style(devtools): adjust input width for password component
* chore(devtools): update localization keys for converters and crypto sections
* feat(devtools): add URL parser component and routing
* feat(devtools): add slugify component and routing
* fix(devtools): improve Base64 encoding and decoding for UTF-8 support
* fix(main-menu): update routing to use devtoolsCaseConverter
* feat(devtools): add URL encoder component and routing
* feat(devtools): add color converter component and routing
* feat(i18n): update localization devtools
* feat(i18n): update localization menu1 parent 60947c6 commit 146dba1
File tree
60 files changed
+5014
-344
lines changed- src
- main
- i18n/locales
- cs_CZ
- de_DE
- el_GR
- en_US
- es_ES
- fa_IR
- fr_FR
- ja_JP
- pl_PL
- pt_BR
- ro_RO
- ru_RU
- tr_TR
- uk_UA
- zh_CN
- zh_HK
- zh_TW
- types
- renderer
- components
- devtools
- converters
- crypto
- web
- ui
- color-picker
- heading
- input
- ipc/listeners
- router
- views
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+5014
-344
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| 46 | + | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
| |||
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
| 56 | + | |
52 | 57 | | |
53 | 58 | | |
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
| 63 | + | |
58 | 64 | | |
59 | 65 | | |
60 | 66 | | |
61 | 67 | | |
| 68 | + | |
62 | 69 | | |
| 70 | + | |
| 71 | + | |
63 | 72 | | |
64 | 73 | | |
65 | 74 | | |
| |||
71 | 80 | | |
72 | 81 | | |
73 | 82 | | |
| 83 | + | |
74 | 84 | | |
| 85 | + | |
75 | 86 | | |
76 | 87 | | |
| 88 | + | |
77 | 89 | | |
78 | 90 | | |
79 | 91 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments