feat(workout): hide registry conversion from golden path

Let the Workout generated interaction builder satisfy DispatchRegistry directly and guard canonical sources/docs against .into_registry() so the beginner path does not teach manual registry conversion.

req: examples/001

req: examples/006

req: public_api/002
This commit is contained in:
slhx agent
2026-06-12 13:08:46 +02:00
parent f13e21868c
commit a4a4dcf74f
4 changed files with 4 additions and 3 deletions
-1
View File
@@ -724,7 +724,6 @@ pub fn interactions(state: AppState) -> impl hemx_axum::DispatchRegistry {
ui::workout::record_native_haptic_ack,
record_native_haptic_ack,
)
.into_registry()
}
fn effects(state: &WorkoutState, status: impl Into<String>) -> impl IntoEffect {