sivertschou / dundring

dundring.com is a free and open source in-browser training application created to control and track your training with a smart bike trainer⚡️
https://dundring.com
Apache License 2.0
57 stars 5 forks source link

Fix import-workout-link parsing #382

Closed morteako closed 2 weeks ago

morteako commented 3 weeks ago

Currently it only redirects to the workout editor, since it ignores the UUID-path param. This has probably been broken since : https://github.com/sivertschou/dundring/commit/8b2af524e35c80af2a822a42eb58e79b80fc8fed

Since the routing stuff is restructered, this is the easiest way I could think of to fix it.

Test-link: https://preview-382.dundring.com/workout/7baa6a1c-63cc-43ff-a15e-369924d1b0b9

This pr: 2024-08-28 21 45 56

morteako commented 2 weeks ago

Closed by #385