summaryrefslogtreecommitdiff
path: root/app/page.tsx
AgeCommit message (Expand)Author
2025-05-08Initial migration to AstroJSYuval Adam
2025-02-04Accessibility changes - All aria labels and more contrast on buttonsJim Bledsoe
2024-10-07Allow partial paste of IP without CIDR octetYuval Adam
2024-09-24Add copy CIDR button, fixes #25Yuval Adam
2024-09-24Extract updateCidrString() behavior and implement onPaste handler, fixes #92Yuval Adam
2024-09-24Clarify no broadcast IP on /31 and /32Yuval Adam
2024-09-23Restore focus behavior on . and / keydown, fixes #91Yuval Adam
2024-09-21Remove dangling console.logYuval Adam
2024-09-21Remove redundant classYuval Adam
2024-09-21Prevent default on handleWheel()Yuval Adam
2024-09-21Fix some responsive borders and paddingYuval Adam
2024-09-21Fix handleShare()Yuval Adam
2024-09-21Switch places between UI and textYuval Adam
2024-09-21Add basic share link buttonYuval Adam
2024-09-21Load initial state from URL fragmentYuval Adam
2024-09-21Fix basic responsive behaviorYuval Adam
2024-09-21Update main body textYuval Adam
2024-09-21Fix bit coloring, add footer and calculator borderYuval Adam
2024-09-21Fix build errorsYuval Adam
2024-09-21Implement handleKeyDown() eventYuval Adam
2024-09-21Implement handleWheel() eventYuval Adam
2024-09-21Add netmask details and update headerYuval Adam
2024-09-21Cleaner titleYuval Adam
2024-09-21Fix buildYuval Adam
2024-09-21Initial NextJS project creation with basic structureYuval Adam