zilliz 1.0.0

TUI and CLI tool for managing Zilliz Cloud clusters and Milvus operations
Documentation
1
2
3
4
5
6
7
8
9
// Reusable TUI widgets
// These will be populated as we build out the TUI views.
//
// Planned widgets:
// - table: Scrollable, selectable table with sorting
// - form: Dynamic form with text/select/toggle fields
// - popup: Modal confirmation/error dialog
// - spinner: Loading spinner animation
// - json_viewer: Scrollable JSON viewer