Skip to content

Commit 1beb6cf

Browse files
committed
docs: update IMPROVEMENTS.md for 2026-03-19 accessibility
1 parent 571f5af commit 1beb6cf

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

IMPROVEMENTS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# PingDiff Improvement Log
22

3+
## 2026-03-19 — Accessibility: Site-wide accessibility improvements
4+
5+
Accessibility pass across all pages. Every page now has consistent skip-to-content
6+
navigation, active nav state announced to screen readers, major sections labelled as
7+
landmarks, chart regions wrapped with accessible roles, table headers scoped, decorative
8+
icons hidden from assistive tech, and a sr-only utility added to globals.css.
9+
10+
**Files changed:** `web/src/app/globals.css`, `web/src/components/Navbar.tsx`,
11+
`web/src/app/page.tsx`, `web/src/app/community/page.tsx`,
12+
`web/src/app/dashboard/page.tsx`, `web/src/app/download/page.tsx`
13+
**Lines:** +57 / -27
14+
315
## 2026-03-19 — New Feature: Date range filter and CSV export for dashboard
416

517
Added two practical dashboard improvements with no new dependencies and no API changes.

0 commit comments

Comments
 (0)