Summary
The consent text in _ConsentRow on the sign-up page (lib/features/auth/presentation/pages/sign_up_page.dart) renders two underlined spans — "Политикой конфиденциальности" and "Согласие на обработку персональных данных" — that are styled as tappable links but have no TapGestureRecognizer or destination pages wired up. This is visually misleading to users.
Tasks
References
Summary
The consent text in
_ConsentRowon the sign-up page (lib/features/auth/presentation/pages/sign_up_page.dart) renders two underlined spans — "Политикой конфиденциальности" and "Согласие на обработку персональных данных" — that are styled as tappable links but have noTapGestureRecognizeror destination pages wired up. This is visually misleading to users.Tasks
LegalDocumentPagewidget and register a route for it.TapGestureRecognizerinstances to both underlinedTextSpans in_ConsentRow._SignUpPageState.dispose().References