Skip to content

Enhanced the reusable components and moved string to constants

Akila Ranga requested to merge ui_fix_reusable-components-responsiveness into main

PR Type

Enhancement


Description

  • Enhanced reusable components with improved styling and functionality

  • Added multi-select support and accessibility features to DropDown

  • Implemented SearchBar with debouncing and mobile detection hooks

  • Refactored date utilities and moved constants for better organization


Diagram Walkthrough

flowchart LR
  A["Old Components"] --> B["Enhanced Components"]
  B --> C["Multi-select DropDown"]
  B --> D["SearchBar with Debouncing"]
  B --> E["Mobile-responsive DatePicker"]
  B --> F["Improved Modal & Pagination"]
  G["Scattered Constants"] --> H["Organized Constants"]
  I["Date Utils"] --> J["Moved to Helpers"]

File Walkthrough

Relevant files

Edited by Rashmi Gaddam

Merge request reports

Loading