Versions in this module Expand all Collapse all v0 v0.1.0 Jul 1, 2022 Changes in this version + var Keys = KeyMap + type Bubble struct + StatusMessageLifetime time.Duration + Styles Styles + func New(stardogClient stardog.Client) Bubble + func (b *Bubble) NewStatusMessage(s string, success bool) tea.Cmd + func (b *Bubble) SetWidth(width int) + func (b *Bubble) UpdateMode(mode mode.ActiveMode) + func (b Bubble) Init() tea.Cmd + func (b Bubble) Update(msg tea.Msg) (Bubble, tea.Cmd) + func (b Bubble) View() string + type KeyMap struct + Help key.Binding + Quit key.Binding + RoleDetailsView key.Binding + RoleListView key.Binding + Roles key.Binding + UserDetailsView key.Binding + UserListView key.Binding + Users key.Binding + type Styles struct + EndpointStyle lipgloss.Style + ErrorMessageStyle lipgloss.Style + HelpKeyStyle lipgloss.Style + HelpTextStyle lipgloss.Style + StatusBarStyle lipgloss.Style + SuccessMessageStyle lipgloss.Style + func DefaultStyles() (s Styles)