Help page in auth activity

This commit is contained in:
ChristianVisintin
2020-12-15 15:00:21 +01:00
parent 99117e067e
commit e7d53a7d00
3 changed files with 150 additions and 14 deletions

View File

@@ -75,6 +75,7 @@ enum DialogYesNoOption {
#[derive(Clone)]
enum PopupType {
Alert(Color, String), // Show a message displaying text with the provided color
Help, // Help page
Input(String, OnInputSubmitCallback), // Input description; Callback for submit
YesNo(String, DialogCallback, DialogCallback), // Yes, no callback
}