Skip to content

feat: add IP/Subnet Calculator to Standalone Tools (closes #45)#65

Merged
NovaCode37 merged 1 commit into
NovaCode37:mainfrom
GOKUL-S-2006:feature/ip-subnet-calculator
Jun 3, 2026
Merged

feat: add IP/Subnet Calculator to Standalone Tools (closes #45)#65
NovaCode37 merged 1 commit into
NovaCode37:mainfrom
GOKUL-S-2006:feature/ip-subnet-calculator

Conversation

@GOKUL-S-2006
Copy link
Copy Markdown
Contributor

@GOKUL-S-2006 GOKUL-S-2006 commented Jun 3, 2026

Closes #45

Summary

Adds an IP/Subnet Calculator to the Standalone Tools section. Calculates network ranges, CIDR, wildcard masks, and usable hosts entirely in the frontend with no backend calls or external dependencies.

Changes

  • Added SubnetPanel component to ToolPanels.tsx
  • Added subnet to ToolMode type in types.ts
  • Added subnet to TOOL_IDS and ICONS in IdleView.tsx (Globe icon)
  • Added IP / Subnet Calculator to TOOL_TITLES and render block in ToolPanels.tsx
  • Added translations for all 5 languages (EN, DE, ES, FR, RU)

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Testing

  • I have tested these changes locally
  • I have added/updated tests as needed

Screenshots

Screenshot (1872) image image

@NovaCode37 NovaCode37 merged commit 0a092da into NovaCode37:main Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Add IP/Subnet calculator tool to Standalone Tools

2 participants