today_ai_weather/app/views/cities
songtianlun b6635e5a51 fix: fix map marker click and handle null values
-   Comment out marker click listener to fix a bug
-   Update _map.html.erb to handle null values in the city
-   Improve error handling

This commit addresses a bug where clicking the map marker
caused unexpected behavior.  The changes involve commenting out
the click listener to fix the issue, and updating the view
template to handle potential null values in the city object to
prevent unexpected behavior.
2025-02-15 11:48:40 +08:00
..
_admin_panel.html.erb feat: add admin management features for cities 2025-02-11 17:40:13 +08:00
_city.html.erb feat: add formatted time method for weather_art 2025-02-14 13:42:42 +08:00
_map.html.erb fix: fix map marker click and handle null values 2025-02-15 11:48:40 +08:00
_results.html.erb feat: add loading spinner and search updates 2025-02-12 14:47:30 +08:00
_search_city.html.erb feat: add loading spinner and search updates 2025-02-12 14:47:30 +08:00
_stat_card.html.erb feat: add statistics card component and refactor views 2025-02-14 14:56:51 +08:00
index.html.erb feat: add formatted time method for weather_art 2025-02-14 13:42:42 +08:00
show.html.erb refactor: replace OpenLayers with Mapbox GL 2025-02-15 11:21:12 +08:00