User Interface Update
I’m making progress on the user interface for the app. Most of my time has been spent on making the Event List views look the way I want. I’ve also updated the Event Edit view with a new timeline picker and a long form text view for editing notes.
Timeline and Event List views side by side. I Added a new top level report called Ongoing that will show all ongoing records from active timelines.
Report list views. These contain an extra timeline element. These list views show data from all active timelines, active meaning “not archived”.
Timeline to Event List to Event Edit.
Event Edit View now contains a long form text view. This uses a UITextView wrapped in SwiftUI. It’s far from perfect but it’s good enough, at least until Apple ships a SwiftUI multi-line text field.
Event Edit View now contains a custom timeline picker.