Skip to content

Feat/word definition#57

Open
azozulya wants to merge 29 commits intodevelopfrom
feat/word-definition
Open

Feat/word definition#57
azozulya wants to merge 29 commits intodevelopfrom
feat/word-definition

Conversation

@azozulya
Copy link
Copy Markdown
Collaborator

@azozulya azozulya commented Nov 14, 2023

Task: Верстка блока Определения профиля слова + добавить страницу Все опредления

  • Добавила ShadowBlock UI

  • Добавила виджет для списка определений на странице слова (2_widgets\Definitions\DefinitionsWidget)

image

  • Добавила страницу всех определений (испльзуется 2_widgets\Definitions\DefinitionsList)

image

@vercel
Copy link
Copy Markdown

vercel bot commented Nov 14, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
linguista-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 1, 2024 8:48am

<WordSubMenu colorTheme={'dark'} />
</div>
<p className={styles.definition}>{text}</p>
<p className={styles.popularity}>
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.

Скорее всего здесь можно переиспользовать ui компонент "популярность", который есть также в карточках синонимов и антонимов

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.

Да, добавила PopularUI в виджет на странице слова и в список на самой странице определений. Добавила еще файлы переводов.

<SvgIconDefinition />
{t('definitions')}
</SectionTitle>
<CustomLink href={linkToDefinitionsPage} target="_blank" apperance="button">
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.

Страница не на внешний ресурс, а внутри сайта, должна открываться в той же вкладке, а не новой

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

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Task: Верстка блока Определения профиля слова + добавить страницу Все опредления

2 participants