-
Notifications
You must be signed in to change notification settings - Fork 1
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
skeletonNewsBlock #394
skeletonNewsBlock #394
Conversation
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.
По поводу ошибки, не могу сказать, что не так, потом посмотрю в проекте.
Скелетон реализован правильно.
Давай подождем pr Александра, подтянем main себе в ветку и можно будет мержить
…login_form_adaptive_new enhancement_377_login_form_adaptive_new
Заменил моковыве данные в корзине в шапке на реальные данные из слайс…
…favorite_page Enhancement 381 favorite page
…create-Register-Page #360-enhancement-create-Create-Account-Page
…adaptive_main_page enhancement_350_adaptive_main_page
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.
Скелетон в историях сжимается.
Проверь его реализицию. После этого давай смержим этот pr и дальнейшие изменения будем делать в следующем
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.
Размер скелетона в историях не совпадает с размером реального компонента
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.
Скелетон должен повторять полностью элемент, который он замещает. В историях в скелетоне почему то появляются еще каких то два поля под картинкой.
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.
Вот теперь все правильно
Ссылка на задачу #309
Пока сделала новостной блок. Правильно ли получилось или не совсем то?
И у меня почему-то изначально в файле NewsBlock.tsx выскакивала ошибка на NewsBlock.
"Тип "() => false | JSX.Element" не может быть назначен для типа "FC".
Тип "false | Element" не может быть назначен для типа "ReactElement<any, any> | null".
Тип "boolean" не может быть назначен для типа "ReactElement<any, any>".ts(2322)
const NewsBlock: FC"