Skip to content

feat(components/none-content): add new component #2404#2442

Merged
ickisIckis merged 7 commits intomainfrom
feat/none-content-2404
Apr 8, 2025
Merged

feat(components/none-content): add new component #2404#2442
ickisIckis merged 7 commits intomainfrom
feat/none-content-2404

Conversation

@ickisIckis
Copy link
Copy Markdown
Contributor

@ickisIckis ickisIckis commented Mar 31, 2025

feat(components/none-content): add new component #2404
feat(doc/side-menu): improve example in accordance with style guides #2418

resolved #2404
resolved #2418

@ickisIckis ickisIckis added the state:in_progress We work on this issue label Mar 31, 2025
@ickisIckis ickisIckis added this to the 5.10.0 milestone Apr 1, 2025
@ickisIckis ickisIckis added availability:review and removed state:in_progress We work on this issue labels Apr 1, 2025
@ickisIckis ickisIckis requested review from ZurabDev and bumalai April 1, 2025 10:53
@@ -0,0 +1,9 @@
import { PrizmLanguageNoneContent } from '../../interfaces';

export const PRIZM_RUSSIAN_NONE_CONTENT: PrizmLanguageNoneContent = {
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.

а надо ли вообще давать дефолтные значения?
я думаю должен быть только кастом

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

я исходила из требований к компоненту
https://prizmds.gitbook.io/documentation/patterns/none-content
а также обсудили с @PrizmDS

  1. заголовок есть всегда и его нельзя менять и удалять.
  2. текст во втором блоке рекомендован всегда, по необходимости его можно менять

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

по согласованию с @PrizmDS тексты уберем - будут просто слоты. тесты из описаний являются рекомендацией для дизайнеров
сами тексты переходят в пример.

@ickisIckis ickisIckis requested review from bumalai and Copilot April 7, 2025 12:17
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 15 out of 23 changed files in this pull request and generated no comments.

Files not reviewed (8)
  • apps/doc/src/app/components/none-content/examples/base/none-content-base-example.component.html: Language not supported
  • apps/doc/src/app/components/none-content/examples/custom/none-content-custom-example.component.html: Language not supported
  • apps/doc/src/app/components/none-content/none-content-example.component.html: Language not supported
  • apps/doc/src/app/components/none-content/none-content-example.component.less: Language not supported
  • apps/doc/src/app/components/side-menu/examples/side-menu-example-basic/side-menu-example-basic.component.html: Language not supported
  • apps/doc/src/app/components/side-menu/examples/side-menu-example-basic/side-menu-example-basic.component.less: Language not supported
  • libs/components/src/lib/components/none-content/none-content.component.html: Language not supported
  • libs/components/src/lib/components/none-content/none-content.component.less: Language not supported

@ickisIckis ickisIckis requested a review from Copilot April 7, 2025 12:56
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 13 out of 21 changed files in this pull request and generated no comments.

Files not reviewed (8)
  • apps/doc/src/app/components/none-content/examples/base/none-content-base-example.component.html: Language not supported
  • apps/doc/src/app/components/none-content/examples/custom/none-content-custom-example.component.html: Language not supported
  • apps/doc/src/app/components/none-content/none-content-example.component.html: Language not supported
  • apps/doc/src/app/components/none-content/none-content-example.component.less: Language not supported
  • apps/doc/src/app/components/side-menu/examples/side-menu-example-basic/side-menu-example-basic.component.html: Language not supported
  • apps/doc/src/app/components/side-menu/examples/side-menu-example-basic/side-menu-example-basic.component.less: Language not supported
  • libs/components/src/lib/components/none-content/none-content.component.html: Language not supported
  • libs/components/src/lib/components/none-content/none-content.component.less: Language not supported

@ickisIckis ickisIckis merged commit e4d0a90 into main Apr 8, 2025
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Side Menu. Обновить согласно макетам [Feature] None Content. Добавить компонент

4 participants