Add timestamp editor
This commit is contained in:
@ -26,7 +26,7 @@ func NewContextPickerPage(common *common.Common) *ContextPickerPage {
|
||||
}
|
||||
|
||||
selected := common.TW.GetActiveContext().Name
|
||||
|
||||
|
||||
itemProvider := func() []list.Item {
|
||||
contexts := common.TW.GetContexts()
|
||||
options := make([]string, 0)
|
||||
@ -141,4 +141,4 @@ func (p *ContextPickerPage) View() string {
|
||||
)
|
||||
}
|
||||
|
||||
type UpdateContextMsg *taskwarrior.Context
|
||||
type UpdateContextMsg *taskwarrior.Context
|
||||
|
||||
Reference in New Issue
Block a user