Use course dials for live-log wind direction and course entry.

Reuses CourseDialInput from the classic journal editor in the live modals, prefilled from the most recent wind or course values.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-31 21:20:19 +02:00
parent 74282f50d0
commit a0b8664e23
2 changed files with 76 additions and 11 deletions
+17
View File
@@ -3306,6 +3306,23 @@ html.theme-cupertino .events-scroll-container {
border-radius: var(--app-radius-card, 12px);
}
.live-log-modal--dial {
width: min(320px, 100%);
}
.live-log-dial-field {
display: flex;
flex-direction: column;
gap: 8px;
margin-bottom: 16px;
}
.live-log-dial-field label {
font-size: 13px;
font-weight: 600;
color: var(--app-text-muted);
}
.live-log-modal h3 {
margin: 0 0 16px;
font-size: 17px;