-
Notifications
You must be signed in to change notification settings - Fork 19
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
Display the computed attribute in the schema visualizer #5534
Conversation
Would it be cleaner if the Jinja2 template was shown in a dropdown instead of opening in its own popup? |
how big can it be? if it can be quite long, then having it in a modal is safer but if it's always small we can have a small popover next to the eye icon |
…/infrahub into ple-computed-attributes-IFC-1162
Hm, there's no actual limit on it now we should probably set something just to have some sane upper limit. I'd imagine most of them would be fairly short but you never know how much info a user would enter into it. Let's keep it as a popover for now and see if anyone else has any opinions about it later. |
…/infrahub into ple-computed-attributes-IFC-1162
<QueryParamProvider | ||
adapter={ReactRouter6Adapter} | ||
options={{ | ||
searchStringToObject: queryString.parse, | ||
objectToSearchString: queryString.stringify, | ||
}} | ||
> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it should be in render
's wrapper to prevent futur duplication
Issue: #5515
Python Transform
Jijna2 Transform