-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users/mordvinx/testplane 404.new UI error boundaries #630
Users/mordvinx/testplane 404.new UI error boundaries #630
Conversation
In the future, it will help to render ErrorBoundary to the full screen.
Не добавил сразу, потому что они под gitignore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Отличный шаг в сторону более стабильного UX! Круто, что покрыто столько кейсов, мне понравилось! 🔥
Есть ряд вопросов насчет расхождений с макетами, предлагаю обсудить в комментах.
@shadowusr можно смотреть |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
В целом критичных замечаний нет, написал несколько моментов по дизайну и хотелось бы разобраться зачем нужны watchFor+restore
lib/static/new-ui/features/error-handling/components/ErrorHandling/actions.tsx
Outdated
Show resolved
Hide resolved
lib/static/new-ui/features/error-handling/components/ErrorHandling/index.tsx
Show resolved
Hide resolved
lib/static/new-ui/features/error-handling/components/ErrorHandling/Boundary.tsx
Show resolved
Hide resolved
lib/static/new-ui/features/error-handling/components/ErrorHandling/context.ts
Show resolved
Hide resolved
@shadowusr можно отсматривать, оставшиеся комменты жду от тебя резолв либо дополнения |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Помимо опечаток больше замечаний нет
Added ErrorHandler components, which prevents app from crashing to white screen.
A small passing refactor was executed.