fix(home): hour dropdown reads 1-12 instead of 12,1-11
CI / test (push) Has been cancelled

The 12-first ordering came from how minutes-to-12-hour conversion
treats midnight (h24 % 12 === 0 → display as 12), but that's a value
mapping, not a list ordering. Listing 1-12 is the obvious natural
order users expect from a clock dropdown.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-08 12:28:51 -04:00
parent 91b148c271
commit b0773e686e
10 changed files with 11 additions and 11 deletions
File diff suppressed because one or more lines are too long