Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
f9d783ed2e
Update .env file for local development and remove unused FloorPlan components to streamline the project structure; update high-quality images for desktop.
68c4acb324
Remove unused studio-left.jpg image and update NewUnitSlider, UnitCard, and UnitTypeImageWithMarkers components for improved styling and functionality; refactor project data structure for unit types and enhance FavoritesPage and SearchPage components for better filter handling.
7fe2faa91a
Refactor SearchFilters, SelectedComplexCard, FloorsPage, SearchPage, and UnitPage components to use project slugs instead of titles for improved consistency; remove unused slugToComplexName utility; enhance unit type slug handling for "hq" complex.
47ab151843
Update unit type display logic across multiple components to fallback on unitType if formatted type is unavailable; enhance search filters to ensure proper initialization and reset behavior; add new brochures to project data for improved resource availability.
454882392b
Refactor FloorsPage component to streamline floor selection and rendering; replace individual floor components with a centralized FloorPlanViewer for improved maintainability. Introduce new floor data structure in Project type for better data management.
36046214e1
Refactor ProjectBrochuresList and BrochureButton components for improved styling and consistency; update font weight and class names for better UI presentation.
8ed33a13b1
Fix typos in "Amenities" across multiple components and data files; refactor related code for consistency. Update brochure links and improve layout in AboutHQ and AboutMarasiDrive components.
e5b0dc99a6
Refactor FloorSelect, SequenceSlider, and ProjectSelect components to use ComplexName type; update buildingType in projects data and add new HQ project. Enhance SearchFilters and FloorsPage for better UI consistency and functionality.
42082faf0d
Enhance API utility with user region detection and error handling. Integrate region headers into API requests across components, improving localization and error management. Update package dependencies for better compatibility.
6a5754e8c2
Refactor error handling in routes to use centralized error creation. Added localized error messages for IP address and email validation in respective routes. Improved session retrieval error handling.
33e26c3f2c
Update i18next and improve localization by integrating language detection. Refactor components to utilize translation functions for user-facing text, enhancing multilingual support across the application.
5f8a71e4ea
Refactor App component by commenting out unused API calls and cleaning up CSS styles. Removed unnecessary font imports and adjusted layout classes for better responsiveness.
b1557453be
Enhance Schedule component by resetting time fields on cancel and draft mode toggle; improve session scheduling logic to prevent conflicts by adjusting start times if necessary.
36d5c88bf0
Refactor Schedule and EditUserModal components for improved error handling and UI consistency; update AdminCompanyPage layout for better structure.