rates/frontend/src/pages
jtricerolph e355833f1c Add "Changed Since" rate movement indicators to Market View matrix
A new toolbar row on the Rate Matrix lets users pick a reference datetime
(defaults to 24h ago, with 24h/3d/7d presets) and see ▲/▼ triangles
next to each competitor's BAR where the rate has moved ≥50p since then.

Two backend endpoints:
- GET /competitors/rate-changes?since=  — static datetime comparison
- GET /competitors/rate-changes-vs-own  — dynamic: diffs against the
  timestamp our own Newbook rate last changed per date (highlights
  competitor moves made in response to our own pricing decisions)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-10 11:19:34 +00:00
..
Bookability.tsx Add 'last changed' tooltip to bookability date headers 2026-07-10 08:44:29 +00:00
DirectRates.tsx Add benchmark & tier-offset configuration UI to Direct Rates Manage tab 2026-07-06 07:09:10 +00:00
MarketView.tsx Add "Changed Since" rate movement indicators to Market View matrix 2026-07-10 11:19:34 +00:00
RateAnalysis.tsx
Settings.tsx Fix Plotly £ format warning and add scraper backend selector to Settings 2026-07-09 23:45:33 +00:00