Set default state value to linked object
Summary of Changes
When calling connect from view and a binding already has a linked object, we set Trame state to that object (in dict form) so that in simple cases we don"t need to call update_view() when initializing UI first time.
Checklist
-
The MR has a clear and concise title -
Code is self-documented and follows style guidelines. -
Automated tests are written and pass successfully. -
Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable) -
Readme file is present and up-to-date.
Documentation Updates
Additional Notes
Closes #19 (closed)