- Created unit tests for CarColorSelect rendering and interactions
- Verified color option buttons and selection handling
- Tested custom color input functionality
- Mocked translation hook for localization testing
- Covered various component states including invalid state
- Created unit tests for NotFound page rendering
- Mocked translation hook and Lottie animation component
- Verified page content, title, description, and back button
- Ensured correct routing to home page
- Updated brojs-cli mock to include additional feature flags
- Modified Jest preset to exclude more files from coverage
- Updated snapshot tests for masters, order create, order view, and orders list pages
- Added new UI elements and interactions in various components
- Improved test coverage configuration
- Updated Car.Color to use TypeScript enum for better type safety
- Modified car color and body selection components to use new enum types
- Updated order view and stub data to support enum-based color representation
- Exported color and body select options from respective components
- Improved localization handling for car color and body selections
- Added dayjs localization support using current language
- Separated order title and creation date into distinct elements
- Simplified date display format
- Imported Russian and English dayjs locales
- Added localized translations for car contamination and pricing
- Implemented price formatting with currency and locale support
- Created helper functions for price and progress color generation
- Updated PriceCar component to use dynamic styling and translations
- Improved layout and responsiveness of the component
- Added positioning strategy to ensure consistent dropdown rendering
- Adjusted popover gutter for better visual spacing
- Set relative positioning for the container box
- Extracted base location input component for better separation of concerns
- Updated ref handling to support forwarded refs
- Improved type safety with explicit ref prop
- Minor improvements to input value handling and suggestion logic
- Refined color selection styling with more consistent hover and selection states
- Added dynamic styling for selected and custom color options
- Optimized layout and spacing of color selection buttons
- Improved ref handling for the component
- Replaced CarColorInput with a new CarColorSelect component
- Added color selection with visual color indicators
- Implemented custom color input option
- Updated locales with color selection translations
- Improved type safety in helper file
- Updated CarBodySelect to properly emit change events
- Added onClose() call to close the select dropdown after selection
- Removed TypeScript ignore comment by properly typing the onChange event
- Updated locales (en and ru) to increase max file upload size from 5MB to 14MB
- Modified PriceCar component to display image description
- Updated order model and view to support image description
- Added sample image description in stub data