summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-22Nav client idleYuval Adam
2025-05-22Update guide metaYuval Adam
2025-05-22Add footerYuval Adam
2025-05-22Cleanup embed exampleYuval Adam
2025-05-22Cleanup proseYuval Adam
2025-05-22Fix embedYuval Adam
2025-05-22Add embed page and more cleanupYuval Adam
2025-05-22Add subnet guide, layout, nav and embedYuval Adam
2025-05-22Canonical ogYuval Adam
2025-05-22Canonical pathYuval Adam
2025-05-21Better stylesYuval Adam
2025-05-21Initial guideYuval Adam
2025-05-21Cleanup 404Yuval Adam
2025-05-21Footer marginYuval Adam
2025-05-21Extract common layoutYuval Adam
2025-05-16Rename og.webpYuval Adam
2025-05-16Update all dependenciesYuval Adam
2025-05-16Add subtitle and cleanup responsive designYuval Adam
2025-05-16Update colors in manifestYuval Adam
2025-05-16Fix wheel event handling by attaching active listeners to refsYuval Adam
2025-05-16Update footer linksYuval Adam
2025-05-16New faviconsYuval Adam
2025-05-11Update backgroundsYuval Adam
2025-05-09Remove dupe isYuval Adam
2025-05-09Add dynamic faqYuval Adam
2025-05-09Add og and twitterYuval Adam
2025-05-09Use client:load to improve INPYuval Adam
2025-05-09Try to fix layout jumpYuval Adam
2025-05-09Add 404 pageYuval Adam
2025-05-09Better descriptionYuval Adam
2025-05-09Add basic meta and ogYuval Adam
2025-05-08Update package.jsonYuval Adam
2025-05-08Update READMEYuval Adam
2025-05-08Fix GAYuval Adam
2025-05-08Cleanup Cidr component importYuval Adam
2025-05-08Initial migration to AstroJSYuval Adam
2025-03-10Cleanup titleYuval Adam
2025-02-25Update titleYuval Adam
2025-02-04Accessibility changes - All aria labels and more contrast on buttonsJim Bledsoe
2025-01-30Update new faviconYuval Adam
2025-01-04Bump next from 14.2.20 to 14.2.22dependabot[bot]
Bumps [next](https://github.com/vercel/next.js) from 14.2.20 to 14.2.22. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.2.20...v14.2.22) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2024-12-19Bump next from 14.2.13 to 14.2.20dependabot[bot]
Bumps [next](https://github.com/vercel/next.js) from 14.2.13 to 14.2.20. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.2.13...v14.2.20) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16Bump nanoid from 3.3.7 to 3.3.8dependabot[bot]
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2024-10-16Remove all docker filesYuval Adam
2024-10-07Allow partial paste of IP without CIDR octetYuval Adam
2024-09-29Update metaYuval 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