fix(ui): Segel-Picker-Layout und Formular-Reset korrigieren
Flex-Layout für Pills und Toggle wiederherstellen und den Einklapp-Zustand beim Leeren des Ereignisformulars zurücksetzen. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -2719,6 +2719,9 @@ html.theme-cupertino .events-scroll-container {
|
||||
|
||||
/* Event Editor Interactive Sails Picker */
|
||||
.sails-picker-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
grid-column: 1 / -1;
|
||||
margin-top: -4px;
|
||||
}
|
||||
|
||||
@@ -897,6 +897,7 @@ export default function LogEntryEditor({
|
||||
setEvRemarks('')
|
||||
setEvLocationName('')
|
||||
setEditingEventIndex(null)
|
||||
setSailsPickerExpanded(false)
|
||||
}
|
||||
|
||||
const fillEventForm = (ev: LogEvent) => {
|
||||
|
||||
Reference in New Issue
Block a user