ux: merge journey fields into entry/location tabs; unstack lat/lng and weather fields

This commit is contained in:
2026-06-20 10:15:02 +02:00
parent a3565677a5
commit 7dcaa703e0
2 changed files with 45 additions and 70 deletions
+30 -51
View File
@@ -24,55 +24,38 @@ form:
label: Country
placeholder: 'e.g. Japan'
col1:
type: columns
fields:
col1_lat:
type: column
fields:
header.lat:
type: text
label: Latitude
placeholder: '35.0116'
col1_lng:
type: column
fields:
header.lng:
type: text
label: Longitude
placeholder: '135.7681'
header.lat:
type: text
label: Latitude
placeholder: '35.0116'
col2:
type: columns
fields:
col2_weather:
type: column
fields:
header.weather_desc:
type: select
label: Weather Condition
default: ''
options:
'': '— none —'
'Sunny': '☀️ Sunny'
'Partly cloudy': '⛅ Partly cloudy'
'Cloudy': '☁️ Cloudy'
'Foggy': '🌫️ Foggy'
'Drizzle': '🌦️ Drizzle'
'Rain': '🌧️ Rain'
'Snow': '❄️ Snow'
'Thunderstorm': '⛈️ Thunderstorm'
header.lng:
type: text
label: Longitude
placeholder: '135.7681'
col2_temp:
type: column
fields:
header.weather_temp_c:
type: number
label: 'Temperature (°C)'
placeholder: '19'
validate:
min: -60
max: 60
header.weather_desc:
type: select
label: Weather Condition
default: ''
options:
'': '— none —'
'Sunny': '☀️ Sunny'
'Partly cloudy': '⛅ Partly cloudy'
'Cloudy': '☁️ Cloudy'
'Foggy': '🌫️ Foggy'
'Drizzle': '🌦️ Drizzle'
'Rain': '🌧️ Rain'
'Snow': '❄️ Snow'
'Thunderstorm': '⛈️ Thunderstorm'
header.weather_temp_c:
type: number
label: 'Temperature (°C)'
placeholder: '19'
validate:
min: -60
max: 60
header.hero_image:
type: text
@@ -80,10 +63,6 @@ form:
placeholder: 'photo.jpg'
help: 'Filename of the hero/header image. Leave blank to use the first uploaded image.'
journey:
type: tab
title: Journey
fields:
header.transport_mode:
type: select
label: How I arrived here