• Joined on 2026-03-15
ico pushed to main at ico/pingql 2026-03-17 04:27:01 +00:00
a5d321f198 chore: drop Stripe from privacy page, add crypto payments mention
ico pushed to main at ico/pingql 2026-03-17 04:22:19 +00:00
62b67aaa7c feat: privacy page at /privacy, drop query language nav link
ico pushed to main at ico/pingql 2026-03-17 04:17:18 +00:00
5dd514aa94 feat: update landing features to reflect current product
ico pushed to main at ico/pingql 2026-03-17 04:15:09 +00:00
24bf97ae7d chore: pro interval 2.5s -> 1s
ico pushed to main at ico/pingql 2026-03-17 04:13:56 +00:00
0e6c27eca9 chore: pro plan -> /mo
ico pushed to main at ico/pingql 2026-03-17 04:09:36 +00:00
e925e9b0ed feat: add lifetime plan at to pricing section
ico pushed to main at ico/pingql 2026-03-17 04:02:57 +00:00
819a979f28 chore: pro plan priced at /mo
ico pushed to main at ico/pingql 2026-03-17 04:02:06 +00:00
08e5039d81 chore: free plan 5 monitors / 20s interval
ico pushed to main at ico/pingql 2026-03-17 03:58:45 +00:00
98c0cc35b2 chore: pro plan interval 5s -> 2.5s
ico pushed to main at ico/pingql 2026-03-17 03:57:44 +00:00
1495da41fa chore: remove limits during testing
ico pushed to main at ico/pingql 2026-03-17 03:55:08 +00:00
34fd66f784 feat: pricing page — 10 monitors/30s free, unlimited/5s pro coming soon; enforce 30s min interval
ico pushed to main at ico/pingql 2026-03-17 03:48:03 +00:00
cf8903f95d fix: fixed width on text column prevents layout shift when timestamp changes
ico pushed to main at ico/pingql 2026-03-17 03:44:12 +00:00
017d489e2e fix: mutate polyline points in place on SSE ping, no fetch, no flicker
2c32bc1115 Revert "fix: client-side sparkline with local buffer, no server fetch on update"
Compare 2 commits »
ico pushed to main at ico/pingql 2026-03-17 03:38:29 +00:00
72bc11813d fix: client-side sparkline with local buffer, no server fetch on update
ico pushed to main at ico/pingql 2026-03-17 03:35:55 +00:00
6929d8f51f fix: atomic SVG replaceWith() on sparkline update, no empty-frame bounce
ico pushed to main at ico/pingql 2026-03-17 03:34:04 +00:00
0874583a4f Revert "fix: static HTML label spans outside swap zone, chart only returns SVG + label update script"
ico pushed to main at ico/pingql 2026-03-17 03:32:41 +00:00
e8bfaa42d7 fix: static HTML label spans outside swap zone, chart only returns SVG + label update script
ico pushed to main at ico/pingql 2026-03-17 03:30:30 +00:00
1e90b5f3c2 fix: move min/max labels out of SVG into HTML overlays, no more text stretch
ico pushed to main at ico/pingql 2026-03-17 03:28:59 +00:00
5eb463a03a fix: SVG h-full so it fills container exactly, no overflow or clipping
ico pushed to main at ico/pingql 2026-03-17 03:27:07 +00:00
51baf7c495 fix: chart container w-full overflow-hidden prevents graph escaping bounds