viur-framework / viur-core

The core component of ViUR, the Python framework for modern web development.
https://www.viur.dev
MIT License
13 stars 14 forks source link

feat: Retrieve default `descr` from bone's name in its Skeleton #1227

Closed phorward closed 2 months ago

phorward commented 3 months ago

This PR allows to define a bone

test = StringBone()

which is shown as "test" bone, instead of just an empty string.

image

phorward commented 2 months ago

I have another solution: phorward#7

It's kinda over-engineered, but we can make it so.