gRPC implementation of a registration working

This commit is contained in:
filipriec
2025-04-10 21:14:32 +02:00
parent dfb6f5b375
commit d36348b84f
6 changed files with 193 additions and 6 deletions

View File

@@ -4,6 +4,7 @@
pub enum UiContext {
Intro,
Login,
Register,
Admin,
Dialog,
}
@@ -12,6 +13,8 @@ pub enum UiContext {
pub enum DialogPurpose {
LoginSuccess,
LoginFailed,
RegisterSuccess,
RegisterFailed,
// TODO in the future:
// ConfirmQuit,
}