ab0907522654d384a2053c1ce7eeead9bba4d544
Left rail previously rendered the open flight PLUS its day-±1 siblings from a route search. For a connecting itinerary the three rows were visually identical (Moscow → Murmansk on the same times), so users read them as duplicates. Angular's schedule-flights-mini-list only shows a multi-day accordion when schedule.length > 1 and falls back to a single-card view otherwise; mirror that by always passing an empty flights[] to ScheduleFlightsMiniList — it shows only the synthesized open flight. Header-left drops the Онлайн-Табло / Расписание / Карта полетов tab strip; Angular's schedule-flight-details-view only slots <details-back>, so the top 'Вернуться к Расписанию' link is the single navigation affordance on the details page. FlightsMiniListItem now joins _childFlightIds as 'SU 6188, SU 6341' for connecting itineraries — Angular's flights-details-list-flight surfaces every leg's number in the rail label, not just the primary. Removes the day-sibling useScheduleSearch call + the miniListFlights filter memo + PageTabs import + pageTabs JSX — all unused now.
Description
No description provided
Languages
TypeScript
62.7%
HTML
23.6%
SCSS
11%
JavaScript
1.1%
C#
0.9%
Other
0.6%