Documentation ¶
Index ¶
- func ActiveFolderListItem(width int, name string, tokensCount int) string
- func InactiveFolderListItem(width int, name string, tokensCount int) string
- func InitializeInputBox(placeholder string) textinput.Model
- func InitializeInputBoxCustomWidth(placeholder string, width int) textinput.Model
- func InputGroup(title, description string, error *error, input textinput.Model) string
- func ListItemActive(width int, title, suffix string) string
- func ListItemInactive(width int, title, suffix string) string
- func ListViewSimple(items []list.Item, delegate list.ItemDelegate, width, height int) list.Model
- func Paginator(listview list.Model) string
- func TokenItemActive(width int, icon, account, issuer, code string, period int, timeLeft *int, ...) string
- func TokenItemInactive(width int, icon, account, issuer, code string, period int, timeLeft *int, ...) string
- type StatusBar
- type StatusBarMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActiveFolderListItem ¶
Active folder list item
func InactiveFolderListItem ¶
Inactive folder list item
func InitializeInputBox ¶
Creates a new input box
func InputGroup ¶
func ListItemInactive ¶
List item active
func ListViewSimple ¶
Builds a listview model devoid of every feature
Types ¶
type StatusBar ¶
type StatusBar struct { // Message to show Message string // Is the meessage a error message ErrorMessage bool // Current user CurrentUser string }
func NewStatusBar ¶
type StatusBarMsg ¶
Click to show internal directories.
Click to hide internal directories.