Documentation
¶
Index ¶
- Constants
- Variables
- func BorderStyle() lipgloss.Style
- func GetAddTasks(w int, h int) string
- func GetDailyText(w int, h int) string
- func GetLogo(w int, h int) string
- func GetSelectStatus(w int, h int) string
- func HuhTheme() *huh.Theme
- func NewTable() *table.Table
- func TableStyle(row, col int) lipgloss.Style
- type TaskStyle
Constants ¶
View Source
const AddTasks = `` /* 314-byte string literal not displayed */
View Source
const LogoText = `` /* 189-byte string literal not displayed */
View Source
const SelectStatus = `` /* 423-byte string literal not displayed */
View Source
const TasksText = `` /* 384-byte string literal not displayed */
Variables ¶
View Source
var CurrentNodeStyle = lipgloss.NewStyle().Background(colors.ColorPalette().MenuSelectedBg).Foreground(colors.ColorPalette().MenuSelectedText)
Functions ¶
func BorderStyle ¶
func GetAddTasks ¶
func GetDailyText ¶
func GetSelectStatus ¶
func TableStyle ¶
Types ¶
type TaskStyle ¶
func AbandonedStyle ¶
func AbandonedStyle() TaskStyle
func CompletedStyle ¶
func CompletedStyle() TaskStyle
func PendingStyle ¶
func PendingStyle() TaskStyle
func StartedStyle ¶
func StartedStyle() TaskStyle
Click to show internal directories.
Click to hide internal directories.