Move open branch state storage in ObjectTree to static scope (refactor) by hehoon · Pull Request #3297 · AliceO2Group/WebUi
Navigation Menu
{{ message }}
AliceO2Group / WebUi Public
- Notifications You must be signed in to change notification settings
- Fork 14
Conversation
Copy link Copy Markdown
Collaborator
hehoon
commented
Jan 21, 2026
hehoon
commented
I DON'T have JIRA ticket
- explain what this PR does
- if it is new feature explain how plan to use it
- test are added
- documentation is changed or added
- FLP integration tests were ran successful
Commit changes:
- Extracted
BrowserStorageinitialization from theObjectTreeconstructor and replaced it with a static, shared instance.
Why was this change made:
- Reduced per-node (
ObjectTreeis created for each node in the tree) instantiation overhead.
No functional behaviour change intended.
hehoon
self-assigned this
hehoon
added
Frontend
Quality Control
labels
hehoon
marked this pull request as ready for review
hehoon
requested a review
from graduta
as a code owner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment