fix: restore first 49 stations to preserve IDs, expand database to 173 cities, and remove limit slice from UI list

This commit is contained in:
2026-07-10 14:50:45 +00:00
parent 8722cf4c5e
commit 884f90e988
3 changed files with 1645 additions and 105 deletions
@@ -135,7 +135,7 @@ export function GlobalWindSettingsModal() {
className="h-8 text-xs"
/>
<div className="max-h-[200px] overflow-y-auto rounded-md border divide-y">
{filteredStations.slice(0, 30).map((s) => (
{filteredStations.map((s) => (
<button
key={s.id}
onClick={() => setV0(s.v0)}