#include "cli/tui/chat_tui.h"#include <algorithm>#include <cmath>#include <utility>#include <vector>#include "absl/strings/str_cat.h"#include "absl/strings/str_format.h"#include "absl/time/time.h"#include "ftxui/component/component.hpp"#include "ftxui/component/component_base.hpp"#include "ftxui/component/event.hpp"#include "ftxui/component/screen_interactive.hpp"#include "ftxui/dom/elements.hpp"#include "ftxui/dom/table.hpp"#include "app/rom.h"#include "cli/tui/autocomplete_ui.h"#include "cli/tui/tui.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::tui |
| namespace | yaze::cli::tui::anonymous_namespace{chat_tui.cc} |
Functions | |
| Element | yaze::cli::tui::anonymous_namespace{chat_tui.cc}::RenderPanelCard (const std::string &title, const std::vector< Element > &body, Color border_color, bool highlight=false) |
| Element | yaze::cli::tui::anonymous_namespace{chat_tui.cc}::RenderLatencySparkline (const std::vector< double > &data) |
| Element | yaze::cli::tui::anonymous_namespace{chat_tui.cc}::RenderMetricLabel (const std::string &icon, const std::string &label, const std::string &value, Color color) |
Variables | |
| const std::vector< std::string > | yaze::cli::tui::anonymous_namespace{chat_tui.cc}::kSpinnerFrames |