ynput / ayon-frontend

Codebase of AYON server web interface
Apache License 2.0
15 stars 14 forks source link

Web UI: Add multiline to the description field #612

Open rontown opened 1 month ago

rontown commented 1 month ago

Problems

Text gets bunched and hard to read when displayed as a single line item. Especially for dense shot description and multi-lined input.

Proposal

Web UI: Add multiline to the description field. Should be the same for both task and shot view

BigRoy commented 1 month ago

Just want to add - this should not be Description specific. Like all other attributes, this is just an attribute.

I think the attribute settings for "strings" should just allow extra metadata that would state whether it's a multiline entry or not.

image

So somewhere in there could be a toggle, with it enabled by default for description attribute.


This way additional multiline attributes could be added by a studio.

Innders commented 1 month ago