Closed AlbertoCasasOrtiz closed 10 months ago
Name | Link |
---|---|
Latest commit | 9f5712b0db9a1c69e5f32c4771f9d53d7b2f2e5f |
Latest deploy log | https://app.netlify.com/sites/comforting-speculoos-d9e100/deploys/65a195f66c604800087c84eb |
Name | Link |
---|---|
Latest commit | 9f5712b0db9a1c69e5f32c4771f9d53d7b2f2e5f |
Latest deploy log | https://app.netlify.com/sites/grand-clafoutis-85edb2/deploys/65a195f6af8d560008424bc0 |
@AlbertoCasasOrtiz Also wanted to mention regarding the animation sliders/GUI if you can, or let me know when done and I'll tackle:
Can you confirm that the animation button has been removed from the side bar? Thank you
Hi @aymanhab, the animation button is still in the sidebar because the animation selection combo box is still there. Should we move it to the bottom bar too?
Thanks @AlbertoCasasOrtiz I can't get the slider or combobox for animations activated even for the builtin .trc files on open, am I doing something wrong here? It gets activated only after I open/close the side panel, is this expected? Here's a link to the deployed branch just in case: https://rearrange-gui.d7iaa9a9lxtm6.amplifyapp.com/
Otherwise looks great. Thanks
@aymanhab I just solved this. Looks like the animations array was not declared as observable, so every useEffect depending on it was not being triggered when it was changed.
I'll approve and merge into dev for use in demo, we can address the size issue later #145
Hi @aymanhab. I am rearranging the GUI and this is what I have right now. I am trying to make it responsible so it looks good in phones, tablets and desktop.
Desktop:
Tablets:
Phones:
The only current GUI problem is with phones, where the slider does not fit with the buttons, so I have separated it into two different rows. Should I reduce the height of the viewer, so the two rows fit on phones?
Also, there is an issue with the animations only loading when the animation side bar is opened, I am working on it right now.