finish refactor, add docs and CI
CI / Build NRO (push) Failing after 1s
CI / Format check (push) Successful in 16s
CI / Layering check (push) Successful in 1s

This commit is contained in:
2026-04-27 01:49:41 +03:00
parent dc65a4c8a9
commit 17d1ba02df
48 changed files with 1977 additions and 1471 deletions
+8 -6
View File
@@ -1,12 +1,14 @@
#pragma once
#include <string>
#include <optional>
#include <string>
#include <switch.h>
#include <nxst/domain/account.hpp>
namespace ui {
struct UiContext {
std::optional<AccountUid> selectedUser;
std::string selectedUserName;
};
}
struct UiContext {
std::optional<AccountUid> selectedUser;
std::string selectedUserName;
};
} // namespace ui