Documentation
¶
Index ¶
- func GetCenteredModal(p tview.Primitive, width, height int) tview.Primitive
- func GetSize() (width, height int)
- func NewAddPage(p *BoardPage, pos int) tview.Primitive
- func NewEditPage(p *BoardPage, listIdx, taskIdx int) tview.Primitive
- func NewHelpPage(p *BoardPage) tview.Primitive
- func NewInfoPage(p *BoardPage, listIdx, taskIdx int) tview.Primitive
- func Start(fileName string) error
- type BoardPage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAddPage ¶
NewAddPage provides the form to create a new task.
func NewEditPage ¶
NewEditPage provides the form to edit an existing task.
func NewHelpPage ¶
NewHelpPage displays the help page that contains all the keybinds of the application
func NewInfoPage ¶
NewInfoPage displays the information about a task.
Types ¶
type BoardPage ¶
type BoardPage struct {
// contains filtered or unexported fields
}
BoardPage contains all the information that the board page requires.
func NewBoardPage ¶
NewBoardPage adds the data to BoardPage structure.
Click to show internal directories.
Click to hide internal directories.