Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | -3/+7 | ||
2023-08-21 | chore(deps): update dependency @antfu/eslint-config to ^0.40.0 (#552) | 1 | -3/+3 | ||
* chore(deps): update dependency @antfu/eslint-config to ^0.40.0 * chore(deps): updated eslint --------- 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) | 2 | -6/+4 | ||
2023-05-28 | chore(lint): switched to a better lint config | 6 | -92/+104 | ||
2023-05-27 | refactor(ui): removed all n-space | 1 | -54/+49 | ||
2023-05-15 | fix(ipv4-range-expander): calculate correct for ip addresses where the first ↵ | 3 | -2/+27 | ||
octet is lower than 128 (#405) | |||||
2023-05-15 | refactor(ui): replaced some n-input with c-input-text | 1 | -8/+17 | ||
2023-05-14 | refactor(ui): replaced some n-input with c-input-text | 1 | -2/+2 | ||
2023-04-19 | refactor(ui): getting ride of naive ui buttons | 1 | -5/+5 | ||
2023-04-19 | feat(ipv4-range-expander): expands a given IPv4 start and end address to a ↵ | 7 | -0/+273 | ||
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 |