Strava app for display and analysis of personal running data, powered by Flask, Dash, and Pandas.
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
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.