today_ai_weather/app
songtianlun 80c2f9a1df feat: add loading spinner and search updates
- Implement loading state in the search input with spinner.
- Optimize the search request to handle pending requests and cancels.
- Add dynamic response handling for Turbo frames to load search results.
- Create a new partial for city search results.
- Update the cities controller to support Turbo stream responses.

These enhancements improve user experience during searches by showing a loading
spinner and addressing potential issues with overlapping requests, ensuring
that the application remains responsive and functional when fetching city
search results.
2025-02-12 14:47:30 +08:00
..
admin feat: add city popularity displays by time period 2025-02-12 13:28:47 +08:00
assets feat: add loading spinner and search updates 2025-02-12 14:47:30 +08:00
concerns style: format code for consistency 2025-01-23 19:03:14 +08:00
controllers feat: add loading spinner and search updates 2025-02-12 14:47:30 +08:00
helpers feat: add admin management features for cities 2025-02-11 17:40:13 +08:00
javascript feat: add loading spinner and search updates 2025-02-12 14:47:30 +08:00
mailers init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
models feat: add city search functionality 2025-02-12 14:00:03 +08:00
services feat: enhance image generation prompt clarity 2025-02-12 11:56:09 +08:00
views feat: add loading spinner and search updates 2025-02-12 14:47:30 +08:00
workers fix: update generation interval for weather arts worker 2025-02-11 23:32:47 +08:00