From c8e7b76d0003db9c7c1369650b73fa41d822559c Mon Sep 17 00:00:00 2001 From: Christian Beutel <> Date: Mon, 1 Jul 2024 17:16:13 +0200 Subject: [PATCH] fixes display issues --- CHANGELOG.md | 14 ++++++++++++++ docs/src/content/docs/getting-started/changelog.md | 11 +++++++++++ web/src/lib/components/trail/trail_card.svelte | 2 +- .../lib/components/trail/trail_filter_panel.svelte | 2 +- .../lib/components/trail/trail_info_panel.svelte | 6 +++--- .../lib/components/trail/trail_list_item.svelte | 2 +- web/src/routes/lists/+page.svelte | 2 +- web/src/routes/map/+page.svelte | 4 ++-- web/src/routes/map/trail/[id]/+page.svelte | 8 ++++---- web/src/routes/trails/+page.svelte | 6 +++--- 10 files changed, 41 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 580b26bd..0cd806b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# v0.7.3 +## Features +- Adds support for FIT files + +## Bug fixes +- Fixes display issue for the filter panel in the map view + +## Translations +- adds Italian translation (thanks to [lukasitaly](https://github.com/lukasitaly)) + +## Bug fixes +- Icons in dropdown menus are now displaying properly again +- The trail id is now returned when using the upload API endpoint + # v0.7.2 ## Bug fixes - Icons in dropdown menus are now displaying properly again diff --git a/docs/src/content/docs/getting-started/changelog.md b/docs/src/content/docs/getting-started/changelog.md index b56b7913..8d0f7294 100644 --- a/docs/src/content/docs/getting-started/changelog.md +++ b/docs/src/content/docs/getting-started/changelog.md @@ -3,6 +3,17 @@ title: Changelog description: What changed in the last patch? --- +## v0.7.3 +### Features +- Adds support for FIT files + +### Bug fixes +- Fixes display issue for the filter panel in the map view + +### Translations +- adds Italian translation (thanks to [lukasitaly](https://github.com/lukasitaly)) + + ## v0.7.2 ### Bug fixes - Icons in dropdown menus are now displaying properly again diff --git a/web/src/lib/components/trail/trail_card.svelte b/web/src/lib/components/trail/trail_card.svelte index ae8b8ab4..7de38f0c 100644 --- a/web/src/lib/components/trail/trail_card.svelte +++ b/web/src/lib/components/trail/trail_card.svelte @@ -61,7 +61,7 @@ {/if}