Add 'Offer' column and functionality to PropertyChecker.js for logging offers on properties. Users can now make offers, which are stored in localStorage, and the UI updates accordingly to reflect the offer status. This enhancement improves user interaction with property management features.
Reduce max-width of player ID search input in PropertyChecker.js for improved layout consistency. This change enhances the UI by ensuring better alignment and spacing within the properties content section.
Refactor hover functionality in PropertyChecker.js to improve user interaction. Removed old hover listeners and added new handlers for the offered state, ensuring the row color updates correctly based on offer status and days left. This change enhances the visual feedback for users when interacting with property offers.
Enhance property management features in PropertyChecker.js by updating offer handling and filter functionality. The 'offerMade' property now accurately reflects the offer status, and new checkboxes for hiding offered properties have been added, complete with dynamic counts and localStorage support. This improves user interaction and visual feedback when managing property offers.
Update PropertyChecker.js to version 2.9; enhance offer button functionality by improving visual feedback and updating localStorage handling. The button now toggles between 'Log an offer' and 'Remove offer' states, ensuring accurate representation of offer status. Additionally, the property dataset is updated accordingly, enhancing user interaction and experience in property management.