Module widgets

Module widgets 

Source
Expand description

Contains custom implementations of ratatui widgets used by components.

Modules§

items

Structs§

CommandTemplateWidget
The widget for a command containing variables
CommandWidget
Widget to render a Command
CustomList
A widget that displays a customizable list of items
CustomTextArea
A custom text area widget
ErrorPopup
Represents a popup for displaying error messages temporarily.
LoadingSpinner
A widget to display a centered loading spinner and message as an overlay
NewVersionBanner
A banner widget that displays a message about a new version of the application
VariableCompletionWidget
Widget to render a VariableCompletion

Enums§

HighlightSymbolMode
Defines how a highlight symbol is rendered next to a list item
ImportExportItemWidget
A widget for ImportExportItem, holding both variants

Constants§

SPINNER_CHARS
The characters for the spinner animation

Traits§

CustomListItem
A trait for types that can be rendered inside a CustomList