fnox 1.23.1

A flexible secret management tool supporting multiple providers and encryption methods
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! TUI components
//!
//! This module will contain reusable UI components as the TUI grows.
//! For now, components are inlined in ui.rs for simplicity.

// Future components:
// pub mod secret_list;
// pub mod provider_list;
// pub mod status_bar;
// pub mod help_popup;
// pub mod input_dialog;
// pub mod confirm_dialog;
// pub mod config_editor;