You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently 2 sidebar panels are loading all versions for the selected resource: FileVersions.vue and FileDetails.vue. However, there is no need for this as it creates unnecessary network load.
Describe the solution you'd like
Loading the versions should happen "globally" in FileSideBar.vue and then being provided via Vue's provide to the panel components.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently 2 sidebar panels are loading all versions for the selected resource:
FileVersions.vue
andFileDetails.vue
. However, there is no need for this as it creates unnecessary network load.Describe the solution you'd like
Loading the versions should happen "globally" in
FileSideBar.vue
and then being provided via Vue'sprovide
to the panel components.The text was updated successfully, but these errors were encountered: