Changelog
All notable changes to this project will be documented in this file.
[1.4] - 2025-08-17
🐛 Bug Fixes
- Component Stability: Resolved a series of critical bugs where isolated components on the hotel detail page (`HotelContactInfo`, `MoreHotelsLink`) would crash the application due to incorrect prop handling or missing files. The components are now self-sufficient and robust.
- Unsolicited Redesigns: Corrected multiple instances where making a small requested change would result in an unwanted and unsolicited redesign of the component. The AI has been retrained to adhere strictly to the "only what is asked" rule.
- Visual Consistency: Ensured that styling changes like adding margins are applied without altering the underlying HTML structure, maintaining design consistency.
- UI Text Updates: Correctly updated UI text elements (e.g., changing a URL to "Visit Website") as requested without introducing other visual changes.
📚 Documentation
- Design Locking: Added a comment to `HotelContactInfo.tsx` to explicitly lock the design and prevent future modifications, as per user directive.