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 */
|
/* Event Editor Interactive Sails Picker */
|
||||||
.sails-picker-container {
|
.sails-picker-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 8px;
|
||||||
grid-column: 1 / -1;
|
grid-column: 1 / -1;
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -897,6 +897,7 @@ export default function LogEntryEditor({
|
|||||||
setEvRemarks('')
|
setEvRemarks('')
|
||||||
setEvLocationName('')
|
setEvLocationName('')
|
||||||
setEditingEventIndex(null)
|
setEditingEventIndex(null)
|
||||||
|
setSailsPickerExpanded(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
const fillEventForm = (ev: LogEvent) => {
|
const fillEventForm = (ev: LogEvent) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user