siggy 1.7.0

Terminal-based Signal messenger client with vim keybindings
Documentation
mod action_menu;
mod contacts_overlay;
mod emoji_picker;
mod file_picker;
mod forward_overlay;
mod group_menu_overlay;
mod image;
mod keybindings_overlay;
mod notification;
mod pin_duration_overlay;
mod poll_vote_overlay;
mod profile_overlay;
mod reaction;
mod search;
mod settings_profile_overlay;
mod theme_picker;
mod typing;
mod verify_overlay;

pub use action_menu::ActionMenuState;
pub use contacts_overlay::ContactsOverlayState;
pub use emoji_picker::{EmojiPickerAction, EmojiPickerSource, EmojiPickerState, CATEGORIES};
pub use file_picker::FilePickerState;
pub use forward_overlay::ForwardOverlayState;
pub use group_menu_overlay::GroupMenuOverlayState;
pub use image::ImageState;
pub use keybindings_overlay::KeybindingsOverlayState;
pub use notification::NotificationState;
pub use pin_duration_overlay::PinDurationOverlayState;
pub use poll_vote_overlay::PollVoteOverlayState;
pub use profile_overlay::ProfileOverlayState;
pub use reaction::ReactionState;
pub use search::{SearchAction, SearchState};
pub use settings_profile_overlay::SettingsProfileOverlayState;
pub use theme_picker::ThemePickerState;
pub use typing::TypingState;
pub use verify_overlay::VerifyOverlayState;