aboutsummaryrefslogtreecommitdiff
path: root/src/tools/ipv4-range-expander (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-11feat(i18n): get locales on build (#880)Gravatar Corentin THOMASSET 6-12/+0
2024-02-05feat(i18n): added vi tools translations (#876)Gravatar David Nguyen 1-0/+4
* Update Vietnamese translations in vi.yml file * Add Vietnamese translations for various tools
2024-02-05feat(i18n): added zh tools translations (#874)Gravatar QingFeng 1-0/+4
2024-02-01feat(i18n): added missing locale files in tools (#863)Gravatar Corentin THOMASSET 4-0/+0
2024-02-01refactor(i18n): added locales per tool (#861)Gravatar Corentin THOMASSET 2-3/+7
2023-08-21chore(deps): update dependency @antfu/eslint-config to ^0.40.0 (#552)Gravatar renovate[bot] 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-25refactor(ui): remove n-text (#506)Gravatar Corentin THOMASSET 2-6/+4
2023-05-28chore(lint): switched to a better lint configGravatar Corentin Thomasset 6-92/+104
2023-05-27refactor(ui): removed all n-spaceGravatar Corentin Thomasset 1-54/+49
2023-05-15fix(ipv4-range-expander): calculate correct for ip addresses where the first ↵Gravatar cgoIT 3-2/+27
octet is lower than 128 (#405)
2023-05-15refactor(ui): replaced some n-input with c-input-textGravatar Corentin Thomasset 1-8/+17
2023-05-14refactor(ui): replaced some n-input with c-input-textGravatar Corentin Thomasset 1-2/+2
2023-04-19refactor(ui): getting ride of naive ui buttonsGravatar Corentin Thomasset 1-5/+5
2023-04-19feat(ipv4-range-expander): expands a given IPv4 start and end address to a ↵Gravatar cgoIT 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