Add status to b_manage

This commit is contained in:
2024-03-15 11:31:56 +01:00
parent 54249e5304
commit 1912d17498
4 changed files with 102 additions and 52 deletions

View File

@@ -10,6 +10,7 @@ namespace platform {
inline static const std::string cross{ "\u2717" };
inline static const std::string upward_arrow{ "\u27B6" };
inline static const std::string down_arrow{ "\u27B4" };
inline static const std::string downward_arrow{ "\u2B07" };
inline static const std::string equal_best{ check_mark };
inline static const std::string better_best{ black_star };
inline static const std::string notebook{ "\U0001F5C8" };