Sam
Sam
Can you remove the container and re-build the image ? To remove the container: ``` $ docker container rm fittrackee_client ```
I made some changes (not pushed yet) and tests with a gpx file (before and after removing elevation from file): - original file: | Elevation Chart | Workout Data |...
Hi, I pushed my changes (sorry for the delay): - rebase on `v1.1.x` branch - move changes from `WorkoutFitService` to `WorkoutGpxService`, as all services inherit from `WorkoutGpxService` - add smooth...
@kmorinCL I have only tested with .gpx and .tcx files (since they are easy to modify). Can you try with .fit files? Thank you in advance :).
Hi, No problem adding new sports. However, for me, "Cycling (Sport)" initially includes "Road Biking". But yes, it might be interesting to differentiate between them in order to have dedicated...
A while ago, I downloaded a set of icons from flaticon.com. I modified some of them with Inkscape. For "Road Biking", the "Cycling (Sport)" icon could be modified to add...
Great, thanks for the icon.
Hi, Do you need additional information to add the sports? If you prefer, I can make the changes.
Hi, No problem :) Here are a few [examples of pull requests](https://github.com/SamR1/FitTrackee/pulls?q=is%3Apr+in%3Atitle+new+sport) and the [Contributing Guide](https://docs.fittrackee.org/en/contributing.html). Feel free to ping me if you have any questions :)
Hi, are there any errors in the log files? does `docker-compose.yml` contain any additional modifications to the example in the repository?