Skip to content

WIP: Обновление страницы профиля#354

Open
Maya-Borenko wants to merge 4 commits into
mainfrom
borenkomd/issue-166
Open

WIP: Обновление страницы профиля#354
Maya-Borenko wants to merge 4 commits into
mainfrom
borenkomd/issue-166

Conversation

@Maya-Borenko
Copy link
Copy Markdown
Contributor

Изменения

Изменение страницы профиля под новую ДС

Детали реализации

  1. Создание страницы V2
  2. Настройка роутинга
  3. Подключение новой темы
  4. Замена компонентов по ДС

Check-List

  • Вы проверили свой код перед отправкой запроса?
  • Вы написали тесты к реализованным функциям?
  • Вы не забыли применить форматирование black и isort для Back-End или Prettier для Front-End?

…аркой и именем и блоки с информацией, пока без блока достижений
@Maya-Borenko Maya-Borenko requested a review from BatuevIO May 12, 2026 09:28
Comment thread src/router/profile.ts
Comment thread src/views/profile/ProfilePageV2.vue
@Maya-Borenko Maya-Borenko marked this pull request as ready for review May 18, 2026 11:24
Copy link
Copy Markdown
Contributor

@BatuevIO BatuevIO left a comment

Choose a reason for hiding this comment

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

Еще верстку потом гляну

<script setup lang="ts">
import AchievementElement from './AchievementElement.vue';
defineProps<{
achievements: Array<{
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Можно вынести в отдельный тип (он наверное уже есть), и в единичный компонент прокинуть через Omit

description: string;
picture: string;
}>;
isLoading: boolean;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Лоадеры класс

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ФРОНТ] Обновление страницы профиля

2 participants