-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update profile downloadHub (#45) * GL-62 (#40) * GL-65 (#43) * Adding jvm args for WebClient * Fix to camelCase * Adding custom auth * GL-41 Background image * Styling * GL-65 * Update profile downloadHub * Updating the development branch (#46) * GL-62 (#40) * GL-65 (#43) * Adding jvm args for WebClient * Fix to camelCase * Adding custom auth * GL-41 Background image * Styling * GL-65 --------- Co-authored-by: Akemiko <[email protected]> * GL-00: Рефакторинг --------- Co-authored-by: Akemiko <[email protected]> Co-authored-by: GamerVII-NET <[email protected]> Co-authored-by: Терентьев Вадим Алексеевич <[email protected]>
- Loading branch information
1 parent
a7b3fc2
commit 8566ced
Showing
6 changed files
with
151 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
export enum ProfileState { | ||
PROFILE_STATE_CREATED = 0, // Профиль создан | ||
PROFILE_STATE_LOADING = 1, // Профиль загружается | ||
PROFILE_STATE_ACTIVE = 2, // Профиль активен | ||
} | ||
|
||
export enum ProfileStateOption { | ||
"OPTION_0" = "Создан", // Профиль создан | ||
"OPTION_1" = "Загружается Engine", // Профиль загружается | ||
"OPTION_2" = "Активен", // Профиль активен | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters