From 80ba688f41a4f1c7f71d9579f39cdac5c042782b Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Sun, 12 Apr 2026 19:50:33 +0200 Subject: [PATCH] [skip ci] Update TODO --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index acb17ad..00f5220 100644 --- a/README.md +++ b/README.md @@ -367,5 +367,5 @@ npm run check:pages # pages (astro check + tsc) - [ ] Add support for TLS checks (certificate validity, expiration). Apparently, the Workers API does not support certificate data access, even at the socket level. An external service may be required. - [ ] Refine the status page to look... well... less IA generated. - [ ] Initial support for incident management (manual status overrides, incident timeline). -- [ ] Branded status page. -- [ ] Add support for notifications other than webhooks. +- [x] Branded status page (simple custom banner). +- [] Add support for notifications other than webhooks.