| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: mode-line: show hourglass placeholder before first weather fetch | Craig Jennings | 2026-02-20 | 1 | -0/+69 |
| | | | | | | | Display ⏳ with "Fetching weather..." tooltip immediately when mode-line mode starts, so the user sees wttrin is active before the first API response arrives. | ||||
| * | fix: mode-line: validate API response before updating display | Craig Jennings | 2026-02-20 | 1 | -0/+225 |
| Reject empty or malformed wttr.in responses to prevent blank icon and tooltip. Fix tooltip lambda to treat empty string as falsy. Add debug logging for nil-location and invalid-response paths. | |||||
