Working on auth activity view

This commit is contained in:
veeso
2021-03-13 17:30:57 +01:00
parent 2d1af97590
commit 2e3dc7f7a5
3 changed files with 468 additions and 192 deletions

View File

@@ -54,6 +54,7 @@ type DialogCallback = fn(&mut AuthActivity);
// -- components
const COMPONENT_TEXT_HEADER: &str = "TEXT_HEADER";
const COMPONENT_TEXT_NEW_VERSION: &str = "TEXT_NEW_VERSION";
const COMPONENT_TEXT_FOOTER: &str = "TEXT_FOOTER";
const COMPONENT_TEXT_HELP: &str = "TEXT_HELP";
const COMPONENT_TEXT_ERROR: &str = "TEXT_ERROR";