feat: update right widget and add new 3d widget

This commit is contained in:
2026-04-30 22:57:14 +03:00
parent 53b8ce7095
commit 7f8a327329
18 changed files with 217 additions and 80 deletions

View File

@@ -189,9 +189,9 @@ export const CityEditPage = observer(() => {
<TextField
fullWidth
label="Код города для погоды"
type="number"
value={editCityData.weather_city_code ?? 0}
onChange={(e) => setEditCityWeatherCode(Number(e.target.value))}
helperText="ID города брать с ресурса openweathermap.org"
/>
<div className="w-full flex flex-col gap-4 max-w-[300px] mx-auto">