weather error indicator
All checks were successful
Build and Push Docker Image / build (push) Successful in 15s

This commit is contained in:
jason
2026-03-30 16:44:13 -05:00
parent 4dcdaa474a
commit 0dbf6ea335

View File

@@ -184,12 +184,14 @@ export default function SettingsPage() {
onChange={(e) => set('weather_api_key', e.target.value)}
placeholder="Your free API key from openweathermap.org"
type="password"
autoComplete="new-password"
/>
<Input
label="Location (city name or zip)"
value={form.weather_location ?? ''}
onChange={(e) => set('weather_location', e.target.value)}
placeholder="New York, US"
autoComplete="off"
/>
<div>
<label className="text-sm font-medium text-secondary block mb-1.5">Units</label>