IQZFU3A4NWNOUVODQS4TCL3W2HHMKE7Z2CZPDSYFLXK3G24ELTUQC
BB6TBRNFXF7BZE32VYOHGXH753TEAMOVUTSTZSQ33L7H2IEQDYJQC
Y2RA2IYJPQMD74U3753EQILDF7APKR4RC4L6CMOYMC347DIGCDPQC
type selectorItemsMsg = []list.Item
return items
return selectorItemsMsg(items)
selectorList.Title = "Planned"
selectorList.Title = "Plans"
case selectorItemsMsg:
if len(msg) > 0 { if i, ok := msg[0].(listItem); ok { return model, func () tea.Msg { return selectedItemMsg(i.id) } } }
if len(msg) > 0 {
if i, ok := msg[0].(listItem); ok {
return model, func () tea.Msg {
return selectedItemMsg(i.id)
}