Skip to content
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

Stop loading versions separately in each sidebar panel #10381

Closed
JammingBen opened this issue Jan 22, 2024 · 0 comments · Fixed by #10746
Closed

Stop loading versions separately in each sidebar panel #10381

JammingBen opened this issue Jan 22, 2024 · 0 comments · Fixed by #10746
Assignees
Labels
Category:Technical Technical ehancements Web-only Issue without backend dependecies

Comments

@JammingBen
Copy link
Collaborator

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.

@JammingBen JammingBen added the Category:Technical Technical ehancements label Jan 22, 2024
@tbsbdr tbsbdr added the Web-only Issue without backend dependecies label Mar 5, 2024
@AlexAndBear AlexAndBear self-assigned this Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category:Technical Technical ehancements Web-only Issue without backend dependecies
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants