Open biltzerpos opened 2 years ago
I think we should wait on this until we have more clarity around what the different views are and their names
Agreed. Will revisit after the views have been decided.
a propos this issue, added a glossary section to README.md. When we pick this issue up again, we will need to clarify whether we are talking about layout cf view
there is one solution that I think might be possible. at the end of the interactivity panel, we can generate the options. We can add an input box in the options menu (new expander) where they can copy-paste the options and set the options to their customization. However the catch is that the options generated are not exactly python ready and need some changes (e.g., true in options is true while python requires True) and we might need a function/class to go through the input and transform it for python.
Branch: development The user has no way to save the layout of any view they have created. Going to a new view and coming back to the previous one erases all user changes.