Feature/layout and content updates
feat: Implement Survey Community Dropdown and Enhance Admin Layout
This update introduces several key improvements to the user interface and functionality for both the survey and the administrator dashboard.
Key Changes:
-
Survey Community Dropdown:
- Replaces the free-text input for the community name with a searchable
Autocomplete
dropdown. - The dropdown is now populated with a comprehensive list of communities fetched directly from the
/communities
API endpoint, ensuring data consistency and reducing user input errors.
- Replaces the free-text input for the community name with a searchable
-
Admin Homepage Layout:
- The main card container on the admin homepage is now properly centered and has a fixed width and height (852px x 360px) on large screens. This creates a more stable and visually appealing layout.
-
Survey Steps Responsiveness:
- Improves the responsive behavior of the step indicator in the survey form, ensuring it displays correctly and is user-friendly across various screen sizes, from mobile to desktop.