Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

feat: add description to property #496

Merged
merged 11 commits into from
May 31, 2018
Merged

Conversation

tilmx
Copy link
Member

@tilmx tilmx commented May 31, 2018

No description provided.

@tilmx tilmx changed the title WIP feat: begin working on description inclusion WIP feat: add description to property May 31, 2018
placeholder="…"
/>
</StyledContainer>
{description !== '' && <PropertyDescription description={description || ''} />}
Copy link
Member Author

Choose a reason for hiding this comment

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

The description is still shown as empty element – but I only want to show it when it is not ''. Can you help me with that @marionebl?

@tilmx tilmx requested a review from marionebl May 31, 2018 07:34
@tilmx tilmx changed the title WIP feat: add description to property feat: add description to property May 31, 2018
marionebl
marionebl previously approved these changes May 31, 2018
@@ -128,6 +128,7 @@ function createArrayProperty(
return {
contextId: args.symbol.name,
defaultValue: [],
description: args.symbol.name,
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we should use an empty string here: ''

@marionebl marionebl merged commit 7b67566 into master May 31, 2018
@marionebl marionebl deleted the feat/add-desc-to-proprty branch May 31, 2018 12:32
markusoelhafen pushed a commit that referenced this pull request Jun 12, 2018
* feat: begin working on description inclusion

* fixup! remove unneeded code

* fixup! order alphabetically

* fix: add descriptions to all property types

* fix: set description as optional on enums

* fix: properly read description in analyzer

* fix: add styling for descriptions

* fix: make ts happy

* fix: render description only if it contains text

* fix: remove unneeded descriptions

* fix: set description to empty string
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants