weather error indicator
All checks were successful
Build and Push Docker Image / build (push) Successful in 15s
All checks were successful
Build and Push Docker Image / build (push) Successful in 15s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user