aaron-schroeder / distilling-flask

Strava app for display and analysis of personal running data, powered by Flask, Dash, and Pandas.
MIT License
3 stars 0 forks source link

Redirect from strava activity view to newly-saved activity view after clicking "save activity" #52

Closed aaron-schroeder closed 1 year ago

aaron-schroeder commented 1 year ago

I think this removes the need to display "activity saved successfully" message on success.

Which means the message will only flash when the save fails - that could be an "invalid" dbc.FormFeedback instead of a vanilla Div.