Rentiva v4.54.0 — Customers + Vendor Reports Mobile Fixes
· One min read
Mobile rendering fixes for the Customers list, the Customer detail panel, and the Vendor Reports table, plus a currency-symbol HTML entity decode fix.
What's New
Mobile Layout Fixes
- Customers table: horizontal scroll wrapper at ≤782px — columns beyond Bookings are no longer inaccessible.
- Customer detail panel: full-width (100%) with the correct top offset (46px) for the mobile admin bar.
- Vendor Reports table: scroll wrapper plus
table-layout:autoat ≤900px — the character-per-line crush is fixed.
Currency Symbol Decode
html_entity_decode()is now applied to the WooCommerce currency symbol in JSON responses. The Euro symbol and other HTML entities now render as proper Unicode instead of escaped markup.
