Skip to content

Feature/yh 2059#1280

Open
artem-Tolmachev wants to merge 6 commits into
developfrom
feature/YH-2059
Open

Feature/yh 2059#1280
artem-Tolmachev wants to merge 6 commits into
developfrom
feature/YH-2059

Conversation

@artem-Tolmachev

Copy link
Copy Markdown
Collaborator

Что сделано:

  • сделан скелетон ReferralLinkDetailPageContentSkeleton для страницы ReferralLinkDetailPage.

@artem-Tolmachev artem-Tolmachev added review the task is currently being reviewed feature New functionality or improvements labels Jun 4, 2026
return (
<>
<BackHeaderSkeleton>
<Skeleton width={170} height={48} borderRadius="12px" />

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[ISSUE] - Тут должны быть DeleteReferralLinkButtonSkeleton и ButtonSkeleton вместо двух Skeleton

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Исправил


export const ReferralLinkCardSkeleton = () => {
return (
<Card className={styles.card} withOutsideShadow>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[ISSUE] - Card -> CardSkeleton
У Flex gap 14
Skeleton -> TextSkeleton variant="body5-accent"
Skeleton -> TextSkeleton variant="body3-accent"

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Исправил

Comment thread src/entities/referralLink/index.ts Outdated

export { referralLinksHandlers } from './api/__mocks__';
export { referralLinksMock } from './api/__mocks__/data';
export { ReferralLinkCardSkeleton } from './ui/ReferralLinkCard/ReferralLinkCard.skeleton';

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[SUGGESTION] - Передвинь этот импорт к импорту основного компонента

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Исправил


export const ReferralLinkAdditionalInfoSkeleton = () => {
return (
<Card className={styles.card} withOutsideShadow>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[ISSUE] - Card -> CardSkeleton

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Исправил

<Card className={styles.card} withOutsideShadow>
<Flex direction="column" gap="24">
<Flex direction="column" gap="16">
<Skeleton width={60} height={10} borderRadius="4px" />

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[ISSUE] - Под все компоненты свои скелетоны
ReferralLinkSumSkeleton
ReferralLinkCountSkeleton
ReferralLinkDateSkeleton
ReferralLinkDateSkeleton
ReferralLinkOwnerSkeleton

И в каждом никаких Skeleton не должно быть. Внутри каждого есть компоненты под которые нужно использовать свои скелетоны

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Исправил

@PerelomaDenis PerelomaDenis added comments Code improvements are required and removed review the task is currently being reviewed labels Jun 6, 2026
@artem-Tolmachev artem-Tolmachev added review the task is currently being reviewed and removed comments Code improvements are required labels Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New functionality or improvements review the task is currently being reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants