583fe45c14
- Accordion now renders flat rows (icon + caption/status on the left, Время начала / Время окончания columns on the right) under a single collapse toggle, matching Angular's flight-details-wrapper layout. - Aircraft row moves the model title into the row subtitle and drops the duplicate 'Борт' property, so the row reads 'Борт / Sukhoi SuperJet 100'. - Route strip grows a green in-flight state with a plane marker on the progress bar plus 'В пути Xч Xм' / 'До прилета Xч Xм' durations derived from actual-departure and scheduled-arrival. - Mini-list sidebar now fetches sibling flights from the departure station parsed from the '?request=onlineboard-departure-LED-...' URL param, and the item layout gains city + airport labels with formatted time/date columns (replacing raw ISO timestamps and IATA codes). - Tests and mocks updated: add useSearchParams / useOnlineBoard mocks, relocate aircraft-title assertions to the accordion level, and expect city names on mini-list items.