sharevb
dd4b7e687b
fix(jwt-parser): prevent UI overflow on small screen ( #1095 )
...
Fix #1045
2024-05-27 11:59:05 +02:00
Corentin THOMASSET
dc0461595f
feat(i18n): get locales on build ( #880 )
2024-02-11 00:33:52 +01:00
David Nguyen
079aa2164c
feat(i18n): added vi tools translations ( #876 )
...
* Update Vietnamese translations in vi.yml file
* Add Vietnamese translations for various tools
2024-02-05 10:09:07 +00:00
QingFeng
9c6b12225e
feat(i18n): added zh tools translations ( #874 )
2024-02-05 11:06:36 +01:00
Corentin THOMASSET
7f5fa00147
feat(i18n): added missing locale files in tools ( #863 )
2024-02-01 17:05:05 +00:00
Corentin THOMASSET
95698cb938
refactor(i18n): added locales per tool ( #861 )
2024-02-01 14:05:54 +01:00
Markus Blaschke
5ed36935c7
fix(jwt-parser): jwt claim array support ( #799 )
...
fixes support of claim array values (was shown "[Object]" before)
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
2023-12-12 14:04:19 +01:00
renovate[bot]
0f1f6590c5
chore(deps): removed ts-pattern ( #565 )
...
* fix(deps): update dependency ts-pattern to v5
* chore(deps): removed ts-pattern
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
2023-08-21 17:06:09 +00:00
Corentin THOMASSET
72c98a3c5e
refactor(ui): remove n-text ( #506 )
2023-06-25 13:49:43 +00:00
Corentin THOMASSET
05ea545475
refactor(ui): replaced some n-input to c-input ( #505 )
2023-06-25 13:00:50 +00: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
f080933d2a
refactor(ui): replaced naive ui cards with custom ones
2023-04-20 20:57:38 +02:00
Corentin Thomasset
a312dedf65
fix(jwt-parser): prevent [object Object] value
2023-02-21 22:52:08 +01:00
Corentin Thomasset
f52f7a845c
refactor(jwt-parser): simplified code
2023-01-13 14:02:44 +01:00
bastantoine
acc7f0a586
feat(new-tool): jwt parser ( #262 )
...
* npm install jwt-decode
* added base tool structure
* added function to decode JWT and display header and payload
* use a table to display the data
* show human readable values
* added switch to toggle display of parsed values
* lint
* replaced basic package-lock.json with pnpm-lock.json
* change the icon of the tool
* simplify return
* use camelCase
* added description of the tool
* always parse the values
* use camelCase...
2022-12-27 09:38:35 +01:00