From 779e6f032873abb2d073274427890af17db4db5c Mon Sep 17 00:00:00 2001 From: thejesh23 Date: Fri, 31 Jul 2026 23:08:59 -0700 Subject: [PATCH] Fix three frontend bugs: children counter, cross-video seek race, poll leak - ai_travel_planner_agent_team/client (plan/page.tsx): the 'Number of children' NumberInput had min={1} while the form default is 0, so once incremented it could never return to 0 and submitted children:1. Set min={0} (adults/rooms stay min={1}). - multimodal_video_moment_finder/frontend (app/page.tsx): jumpToMoment seeked after a fixed 100ms setTimeout; on a cross-video jump the new