b8e595dc25afdf49a76ba34b120441d9617b911f
- Drop the React-only standalone /popular route (and its e2e smoketest). Angular returns 404 for /ru-ru/popular; popular requests are surfaced inline on onlineboard/schedule start pages via PopularRequestsPanel (which stays). Matching the URL surface is a contractual requirement for the MF remote. - Replace ?tab/?departure/?arrival/?return query-string prefill on the onlineboard and schedule start pages with a sessionStorage transient slot. Mirrors Angular's OnlineBoardFiltersStateService / ScheduleFiltersStateService cross-page singletons: URLs stay clean of query strings, the start-page form still seeds itself from a popular-request click, and a fresh page reload (which bypasses the in-memory state in Angular) lands on a pristine form. Same-page popular clicks remount the filter via key bump so the useState initializers pick up the new prefill.
Description
No description provided
Languages
TypeScript
62.7%
HTML
23.6%
SCSS
11%
JavaScript
1.1%
C#
0.9%
Other
0.6%