today_ai_weather/app/javascript/controllers
songtianlun 799f3222a9 feat: add city search functionality
- Implement search_by_name scope in City model
- Add SearchController for handling search input
- Include _search_city partial in cities index view
- Update cities_controller to filter cities based on search query

This commit introduces a new feature that allows users to search for
cities by name using an input field. The search is implemented as a
scope in the City model, and it is integrated into the existing
CitiesController. A dedicated SearchController manages the input
submission with a debouncing mechanism for better performance. The
search field is rendered in the cities index view, enhancing user
interactivity and experience.
2025-02-12 14:00:03 +08:00
..
application.js init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
flash_controller.js feat: add flash message functionality 2025-02-11 15:52:58 +08:00
hello_controller.js init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
index.js feat: add city search functionality 2025-02-12 14:00:03 +08:00
photo_swipe_lightbox_controller.js chore: update PhotoSwipe import paths 2025-02-01 14:31:53 +08:00
search_controller.js feat: add city search functionality 2025-02-12 14:00:03 +08:00