Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gui] Use textarea at source component description #3190

Merged

Conversation

csordasmarton
Copy link
Contributor

Closes #3164

The Description field on the Web GUI when editing source components
is a single-line textbox, which makes writing anything longer than six
words needing scroll. For this reason we turn the UI element into a
textarea.

@csordasmarton csordasmarton added usability 👍 Usability-related features web 🌍 Related to the web app labels Feb 17, 2021
@csordasmarton csordasmarton force-pushed the component_description_textarea branch from 1346389 to 31e93d0 Compare February 18, 2021 09:13
The `Description` field on the Web GUI when editing source components
is a single-line textbox, which makes writing anything longer than six
words needing scroll. For this reason we turn the UI element into a
textarea.
@csordasmarton csordasmarton force-pushed the component_description_textarea branch from 31e93d0 to aacfd47 Compare February 18, 2021 09:23
@csordasmarton csordasmarton merged commit 7d8fb9d into Ericsson:master Mar 2, 2021
@csordasmarton csordasmarton deleted the component_description_textarea branch March 10, 2021 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usability 👍 Usability-related features web 🌍 Related to the web app
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Source component description textbox->textarea
2 participants