-
Notifications
You must be signed in to change notification settings - Fork 594
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
Instantiate side panel only once #2949
Conversation
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.
One small UI error.
@jkppr PTAL |
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.
LGTM
please see one small UX nit below
<v-btn icon @click="toggleLeftPanel"> | ||
<v-icon>mdi-menu</v-icon> | ||
</v-btn> |
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.
UX nit: on an empty sketch this icon still exists but will not toggle anything since there is no left panel yet. I would recommend to hide this on a sketch without any timeline.
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.
Good idea. and Ack, will do that in a followup PR as this is related to some other aspects of the left side panel.
This PR fixes unnecessary data fetches on expand/collapse of the side panel.
Closing issues
closes #2948