Documentation
¶
Index ¶
Constants ¶
View Source
const ( COLOR_GREY = "241" COLOR_MAGENTA = "170" COLOR_LIGHTBLUE = "69" COLOR_PURPLE = "#7D56F4" )
Variables ¶
View Source
var ( HelpStyle = lipgloss.NewStyle().Foreground(lipgloss.Color(COLOR_GREY)).Padding(2) CaptionStyle = lipgloss.NewStyle().Foreground(lipgloss.Color(COLOR_MAGENTA)).Padding(2) )
Functions ¶
func DefaultCreateNoteWidth ¶
func DefaultListHeight ¶
func DefaultListWidth ¶
func DefaultWindowHeight ¶
func DefaultWindowWidth ¶
Types ¶
type SessionState ¶
type SessionState uint
const ( CreateNoteView SessionState = iota ListNotesView CreateUserView UpdateNoteList )
Click to show internal directories.
Click to hide internal directories.