Обсуждение:Жест: различия между версиями

Материал из Поле цифровой дидактики
(Новая страница: «<uml> @startuml salt { {T + Mobile App Prototype ^ | <b>Header</b> [🔍] | | | | [Profile Icon] Welcome, User! | | | | <&list> <b>Recent Activities</b> | | + Activity Item 1 | | + Activity Item 2 | | + Activity Item 3 | |...»)
 
Строка 1: Строка 1:
<uml>
<uml>
@startuml
@startuml
salt
skinparam state {
{
   BackgroundColor LightBlue
   {T
  BorderColor Gray
    + Mobile App Prototype
   FontName Arial
    ^
    | <b>Header</b>                    [🔍] |
    |                                      |
    | [Profile Icon] Welcome, User!        |
    |                                      |
    | <&list> <b>Recent Activities</b>      |
    | + Activity Item 1                    |
    | + Activity Item 2                    |
    | + Activity Item 3                    |
    |                                      |
    | <&graph> <b>Statistics</b>            |
    | Progress: [=====>    ] 65%          |
    |                                      |
    | <&menu> <b>Quick Actions</b>          |
    | [Button 1] [Button 2] [Button 3]      |
    |                                      |
    | <b>Navigation Bar</b>                |
    | [Home] [Search] [Notifications] [Menu]|
    v
   }
}
}
[*] --> SplashScreen
SplashScreen --> OnboardingScreen : First Launch
SplashScreen --> LoginScreen : Subsequent Launch
SplashScreen --> HomeScreen : Auto-login
LoginScreen --> RegistrationScreen : Create Account
LoginScreen --> HomeScreen : Login Success
LoginScreen --> ForgotPasswordScreen : Forgot Password
OnboardingScreen --> LoginScreen : Complete Onboarding
HomeScreen --> ProfileScreen : Tap Profile
HomeScreen --> NotificationsScreen : Tap Notifications
HomeScreen --> SearchScreen : Tap Search
ProfileScreen --> SettingsScreen : Tap Settings
ProfileScreen --> EditProfileScreen : Tap Edit
HomeScreen --> [*] : Logout
@enduml
@enduml
</uml>
</uml>

Версия 14:29, 21 марта 2025

Diagrams error (with plantuml command): /bin/bash: line 1: plantuml: command not found