You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Embedding optional Splash page in Flow Builder. Since splash pages are the topmost UI element, they should be taken in to consideration by this package imho.
Describe the solution you'd like
Splash pages are the first pages we see in an app. In the app initializing period, we usually make network calls and other async startup business. During this time the splash page should be ideally shown. And according to the results of the initializing functions, the flow_builder will choose the correct path.
This discussion was converted from issue #15 on January 26, 2021 02:01.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem? Please describe.
Embedding optional Splash page in Flow Builder. Since splash pages are the topmost UI element, they should be taken in to consideration by this package imho.
Describe the solution you'd like
Splash pages are the first pages we see in an app. In the app initializing period, we usually make network calls and other async startup business. During this time the splash page should be ideally shown. And according to the results of the initializing functions, the flow_builder will choose the correct path.
Beta Was this translation helpful? Give feedback.
All reactions