# 25-Mar-2026 — Walks and Cms: 1 feature and 1 fix [#195](https://github.com/nbarrett/ngx-ramblers/issues/195)

## [build 565](https://github.com/nbarrett/ngx-ramblers/actions/runs/23623442347) — [commit a83acfe](https://github.com/nbarrett/ngx-ramblers/commit/a83acfecbe744e4f2adf19517dce2a249a143401)

_____

- Add table view with styled header, footer, and left/right borders
- Fix WhatsApp link format (convert UK numbers to international format for wa.me)
- Prevent auto-expand of first row in table view
- Tighten panel expander icon spacing
- Merge expand button into contact phone cell

### **cms**: use es-toolkit keys() in committee migration

Replaces Object.keys() with keys() from es-toolkit/compat to satisfy
the no-restricted-syntax ESLint rule that CI enforces.