fn details(
ui: &mut Ui,
plan: &mut [PlanItem],
sel: u64,
project: &Project,
thumbs: &mut ThumbCache,
resp: &mut PlannerResponse,
) -> (bool, bool)Expand description
Notes + moodboard of the selected item (edits the plan clone). Returns (gesture start, changed).