Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-05-27 | fix(jwt-parser): prevent UI overflow on small screen (#1095) | 1 | -2/+2 | ||
Fix #1045 | |||||
2024-02-11 | feat(i18n): get locales on build (#880) | 6 | -12/+0 | ||
2024-02-05 | feat(i18n): added vi tools translations (#876) | 1 | -0/+4 | ||
* Update Vietnamese translations in vi.yml file * Add Vietnamese translations for various tools | |||||
2024-02-05 | feat(i18n): added zh tools translations (#874) | 1 | -0/+4 | ||
2024-02-01 | feat(i18n): added missing locale files in tools (#863) | 4 | -0/+0 | ||
2024-02-01 | refactor(i18n): added locales per tool (#861) | 2 | -2/+7 | ||
2023-12-12 | fix(jwt-parser): jwt claim array support (#799) | 1 | -1/+1 | ||
fixes support of claim array values (was shown "[Object]" before) Signed-off-by: Markus Blaschke <mblaschke82@gmail.com> | |||||
2023-08-21 | chore(deps): removed ts-pattern (#565) | 1 | -5/+9 | ||
* 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-06-25 | refactor(ui): remove n-text (#506) | 1 | -7/+7 | ||
2023-06-25 | refactor(ui): replaced some n-input to c-input (#505) | 1 | -3/+1 | ||
2023-06-10 | refactor(imports): removed unnecessary imports to vue | 1 | -1/+0 | ||
2023-05-28 | chore(lint): switched to a better lint config | 2 | -32/+42 | ||
2023-05-27 | refactor(ui): removed all n-space | 1 | -12/+4 | ||
2023-04-20 | refactor(ui): replaced naive ui cards with custom ones | 1 | -2/+2 | ||
2023-02-21 | fix(jwt-parser): prevent [object Object] value | 1 | -1/+1 | ||
2023-01-13 | refactor(jwt-parser): simplified code | 6 | -503/+182 | ||
2022-12-27 | feat(new-tool): jwt parser (#262) | 5 | -0/+556 | ||
* 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... |