Closed timeowilliams closed 1 month ago
π Deployed to the WRE-website-pr-48 environment in WRE Frontend | Service | Status | Web | Updated (UTC) |
---|
The changes involve the complete removal of the BuyAHome
and SellAHome
components along with their associated CSS files, which provided styling and functionality for home buying and selling interfaces. Additionally, modifications were made to the ModalButton
component, simplifying its state management by removing the comment
feature. The Resources
component had an unused import removed, and new styles were added to the ModalButton.css
file to enhance the user interface.
Files | Change Summary |
---|---|
src/components/BuyAHome.css |
Removed styles for various classes related to the home-buying interface, including layout, buttons, and animations. |
src/components/BuyAHome.jsx |
Completely removed the BuyAHome component, which managed the home buying process UI and interactions. |
src/components/ModalButton.css |
Added new styles for .submit-button , .select-dropdown , and .label-style , and adjusted modal dimensions for smaller screens. |
src/components/ModalButton.jsx |
Removed comment state and validation logic, simplifying the component to focus on name, email, and agent fields. |
src/components/Resources.jsx |
Removed unused import statement for config . |
src/components/SellAHome.css |
Removed styles for the home-selling component. |
src/components/SellAHome.jsx |
Completely removed the SellAHome component, which managed the home selling process UI. |
tests/e2e/contact.spec.js |
Removed line that filled the comment field in the contact form test, leading to submission without any comment input. |
BuyAHome
component and its associated styles, which may relate to the overall user interface and experience improvements.π In a burrow deep where changes bloom,
The homes we buy now have no room.
Styles and components, all swept away,
A simpler path for a brighter day.
With buttons new and dropdowns neat,
A hopping good time, oh what a treat! π‘β¨
[!TIP]
OpenAI O1 model for chat
- We have deployed OpenAI's latest O1 model for chat. - OpenAI claims that this model has superior reasoning capabilities than their GPT-4o model. - Please share any feedback with us in the [discussions post](https://discord.com/channels/1134356397673414807/1283929536186155099).
src/components/ModalButton.css (2)
`108-110`: **LGTM!** The `.submit-button` class appropriately sets the button's width to 100%, which aligns with the PR objective of improving the contact button styling for mobile devices. This change enhances usability by ensuring the button occupies the full width of its container on smaller screens. --- `112-118`: **LGTM!** The `.select-dropdown` class effectively styles the dropdown elements with appropriate padding, border, border-radius, background color, and font size properties. These changes align with the PR objective of enhancing the consistency of the select dropdown and contribute to improved usability and visual appeal.src/components/ModalButton.jsx (2)
`49-49`: **LGTM!** The change to the `sendEmail` function call is consistent with the removal of the `comment` state and validation logic. The change does not introduce any new issues. --- `134-134`: **LGTM!** The addition of the `select-dropdown` class to the `select` element is a styling update that aligns with the PR objective of making the select dropdown more consistent. The change does not affect the functionality of the component.
File | Before | After |
---|---|---|
src/components/BuyAHome.css |
6.9 kB |
β |
src/components/BuyAHome.jsx |
7.0 kB |
β |
src/components/ModalButton.css |
2.5 kB |
11%β2.8 kB |
src/components/ModalButton.jsx |
6.3 kB |
-12.9%β5.4 kB |
src/components/Resources.jsx |
2.5 kB |
-1.4%β2.5 kB |
src/components/SellAHome.css |
4.5 kB |
β |
src/components/SellAHome.jsx |
4.9 kB |
β |
tests/e2e/contact.spec.js |
1.4 kB |
-5.07%β1.3 kB |
Total (Includes all files) | 3.7 MB |
-0.65%β3.7 MB |
Tarball size | 3.5 MB |
-0.12%β3.5 MB |
π€ This report was automatically generated by pkg-size-action
β¦own more consistent.
Type of change
Testing
Screenshots/Screen Recordings :
Notes
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Chores