summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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