refactor(theme): extract home-predeparture partial; trip-feed-col single-purpose

Addresses code-review finding: the pre_departure branch made trip-feed-col
dual-purpose. Pre-departure landing now lives in its own partial; home picks
it via {% if all_items|length == 0 %}, and trip-feed-col drops the
pre_departure param to be shared 1:1 by both callers.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BftDn9vu9SonFAY4vxu4uk
This commit is contained in:
2026-06-27 21:03:26 +02:00
co-authored by Claude Opus 4.8
parent fa1d77f444
commit 75da83d6e1
4 changed files with 34 additions and 32 deletions
+1 -2
View File
@@ -76,8 +76,7 @@
has_gpx: has_gpx,
gpx_urls: gpx_urls,
gps_points: gps_points,
show_sort: true,
pre_departure: false
show_sort: true
} only %}
</div>