room-planner/frontend/src
jtricerolph fbe913c01c Room planner: semantic flow filters, forward arrow, padlock + guest name fixes
- Flow filter chips are now semantic: Departing = depart|B2B,
  Arriving = arrive|B2B, so B2B rooms appear in both chips. Adds
  missing Arriving filter.
- Forward → button added to date bar (right of datepicker)
- booking_locked normalised to real boolean — NewBook returns '0'/'1'
  strings which were all truthy, causing padlock on every room
- guest_name fallback: also try booking.guest_name (flat field) before
  account_for_name in case NewBook omits the guests[] array

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-04 13:07:55 +00:00
..
components Room planner: semantic flow filters, forward arrow, padlock + guest name fixes 2026-07-04 13:07:55 +00:00
lib feat: add room-planner app — 3-day HK room view with NewBook integration 2026-07-03 13:07:00 +00:00
pages Room planner: semantic flow filters, forward arrow, padlock + guest name fixes 2026-07-04 13:07:55 +00:00
api.ts feat: add room-planner app — 3-day HK room view with NewBook integration 2026-07-03 13:07:00 +00:00
App.tsx feat: add room-planner app — 3-day HK room view with NewBook integration 2026-07-03 13:07:00 +00:00
index.css Room planner: fix settings scroll, checkout time to left-bracket sliver 2026-07-04 12:30:27 +00:00
main.tsx feat: add room-planner app — 3-day HK room view with NewBook integration 2026-07-03 13:07:00 +00:00
types.ts Room planner: semantic flow filters, forward arrow, padlock + guest name fixes 2026-07-04 13:07:55 +00:00