summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-05-09Add 404 pageYuval Adam
2025-05-09Better descriptionYuval Adam
2025-05-09Add basic meta and ogYuval Adam
2025-05-08Fix GAYuval Adam
2025-05-08Cleanup Cidr component importYuval Adam
2025-05-08Initial migration to AstroJSYuval Adam
2024-09-21Initial NextJS project creation with basic structureYuval Adam
2023-08-17Scale fonts and padding by viewport size (#71)Jim Bledsoe
Fixes #4
2023-07-01Use base and broadcast to reflect actual ips (#68)Jim Bledsoe
Base and broadcast are already provided in the library. Count moved left where it better reflects the maximum size of the CIDR. Usable IPs are much more clear now. Adjusted spacing of the styling to accommodate more columns.
2023-06-29Improve accessibility for visually impaired (#70)Jim Bledsoe
Fixes #69
2023-05-30Paste feature requested on #48 (#52)Ranga Reddy Sabbasani
* paste feature requested on #48 * fix merge conflicts and use netmask
2022-11-14Update GA4Yuval Adam
2022-04-07Use mouse wheel to scroll CIDR octets (#57)Oren Fromberg
* Now handling wheel event * Reversing scroll to be more intuitive
2020-09-11Added "usable" wording with explanation, so people don't keep raising issues ↵MattKBD
like #10, #20, #28
2020-04-14Allow entering ip from number padTrent Petersen
Allow entering address with periods and mask with slash Closes #17
2019-11-06Fix mixed content warningYuval Adam
2019-05-25Update homepage linkYuval Adam
2018-10-25Arrow up and down to change the address (#7)Jibin Thomas
* Updated all the dependencies to latest version * Config files updated * Moved the files to src directory * Updated README file * Configured package.json and README.md for production build * Added gh-pages package * Added production details in README.md * Removed unnecessary script tag from index.html * Change the fonts to ubuntu * Add arrow up/down behavior to change the number * Removed dist folder * Refactor handleKeyDown function * Added condition to restrict the number of octet
2018-10-14Refactor and modernize code base (#5)Jibin Thomas
Fixes #3 - * Updated all the dependencies to latest version * Config files updated * Moved the files to src directory * Updated README file * Configured package.json and README.md for production build * Added gh-pages package * Added production details in README.md * Removed unnecessary script tag from index.html * Change the fonts to ubuntu