From d4e0ef14b8eb30328671f749622d99d6d2d44605 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 8 Mar 2026 17:45:44 +0000 Subject: [PATCH] fix(itinerary): fix route optimization reactivity and replace api key provider dropdown with AI LLM providers - fix optimizeDayOrder() dual-update: directly set days[dayIndex].items + days before saveReorderedItems() so it reads the correct post-optimization order synchronously (Svelte 4 batches reactive statements; days wasn't updated before save read it) - also patch collection.itinerary order values so reactive rebuild uses new order - replace single google_maps