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
At any point in the front-end app, I can fire flash("error", "some message") and bubble up to the main application displaying a popup similar bootstrap alerts.
Flask has this type of functionality and it is very handy.
The text was updated successfully, but these errors were encountered:
pcrespov
changed the title
Create flash widget
Create flash -message widget
Jul 11, 2018
At any point in the front-end app, I can fire
flash("error", "some message")
and bubble up to the main application displaying a popup similar bootstrap alerts.Flask has this type of functionality and it is very handy.
The text was updated successfully, but these errors were encountered: