7cc0327a1270fc417c2b2fa23966d6953142194a
The inline expanded flight card used to pick one of boarding / deboarding based on the search direction and show just that block. Angular's board-flight-body renders registration, boarding and deboarding side-by-side, each gated on the API payload's isActual flag — TIRREDESIGN-7 expects the same so a flight mid-boarding can still show that its registration already finished. - FlightCard now iterates registration/boarding/deboarding and renders each row when its isActual flag is set. Gate + dispatch still come from depStation on boarding, gate + bag-belt from arrStation on deboarding. - shared.shouldShowTransition swaps 'status != Scheduled' for the isActual flag to match Angular's same-payload semantics on the details accordion. The Schedule/Cancelled short-circuits stand. - Test fixture makeFlightWithBoarding scopes its transition to the direction under test so the two blocks don't collide on testids.
Description
No description provided
Languages
TypeScript
62.7%
HTML
23.6%
SCSS
11%
JavaScript
1.1%
C#
0.9%
Other
0.6%