AUTH-1: Remove the History view and tab Remove the "History" nav tab from the sidebar, the currentView === 'history' rendering block in
, the workoutHistory state array, and the FIT export button. Completed session data no longer needs to be displayed in-app (it can be exported externally at a later date if needed).
AUTH-2: Remove the route description from the route details panel Remove the route-description paragraph from the route info overlay on the routes view and from the activity-route-summary overlay on the workout view. Remove the corresponding btn-toggle-description toggle buttons on both views (routes view and workout/activity view), along with the isRouteDescriptionExpanded state and its callbacks.
AUTH-1: Remove the History view and tab Remove the "History" nav tab from the sidebar, the currentView === 'history' rendering block in
, the workoutHistory state array, and the FIT export button. Completed session data no longer needs to be displayed in-app (it can be exported externally at a later date if needed).AUTH-2: Remove the route description from the route details panel Remove the route-description paragraph from the route info overlay on the routes view and from the activity-route-summary overlay on the workout view. Remove the corresponding btn-toggle-description toggle buttons on both views (routes view and workout/activity view), along with the isRouteDescriptionExpanded state and its callbacks.