Files
Perplexica/src/app
lawrence3699 e0aac65e64 fix: add missing break statements in weather code switch
WMO weather codes 1, 2, 45, 51, 53, 56, 61, 63, 66, 71, 73, 80, 81,
85, 86, and 96 were missing break statements, causing fall-through
that overwrote each condition with the last label in its group. For
example, code 1 (Mainly Clear) fell through to code 3, so the widget
always displayed 'Cloudy'. Also adds the shared group icon to each
early case so the widget renders an icon for every code.
2026-04-10 00:33:06 +10:00
..
2025-12-23 18:54:01 +05:30
2026-03-09 18:05:31 +05:30
2025-03-19 16:23:27 +05:30
2026-03-09 18:05:31 +05:30
2026-03-09 18:05:31 +05:30
2026-03-09 18:05:31 +05:30