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)}
|
onChange={(e) => set('weather_api_key', e.target.value)}
|
||||||
placeholder="Your free API key from openweathermap.org"
|
placeholder="Your free API key from openweathermap.org"
|
||||||
type="password"
|
type="password"
|
||||||
|
autoComplete="new-password"
|
||||||
/>
|
/>
|
||||||
<Input
|
<Input
|
||||||
label="Location (city name or zip)"
|
label="Location (city name or zip)"
|
||||||
value={form.weather_location ?? ''}
|
value={form.weather_location ?? ''}
|
||||||
onChange={(e) => set('weather_location', e.target.value)}
|
onChange={(e) => set('weather_location', e.target.value)}
|
||||||
placeholder="New York, US"
|
placeholder="New York, US"
|
||||||
|
autoComplete="off"
|
||||||
/>
|
/>
|
||||||
<div>
|
<div>
|
||||||
<label className="text-sm font-medium text-secondary block mb-1.5">Units</label>
|
<label className="text-sm font-medium text-secondary block mb-1.5">Units</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user