Madelena / hass-config-public

My Dashboards for Home Assistant - Advanced data visualizations, responsive design, a neat maximalist Metro Live Tile layout, and an ultraminimal tablet layout!
714 stars 57 forks source link

Refactored JS template building extra styles for rail_station_row and rail_interchange_row #32

Open xingrz opened 3 months ago

xingrz commented 3 months ago

This PR refactors the JavaScript template of extra_styles for rail_station_row and rail_interchange_row to improve maintainability.

Nested ternary expressions have been minimized, with string concatenation replaced by JS string templates where possible. Additionally, some repetitive conditions have been encapsulated into functions.