Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[Dashboard] Deangularize navbar, attempt nr. 2 #61611
[Dashboard] Deangularize navbar, attempt nr. 2 #61611
Changes from all commits
03336a7
797c0fc
33ea01c
9b4a28c
ca84abc
687f193
ef77d2e
fb33274
9026945
477f4d1
a081dd2
198affa
c106db9
ff6504f
778358f
6844e0d
38fd2ca
5a90798
271c193
46b8486
556b2e1
e69dcce
8f96c19
d1a0467
debf3fa
bee3768
1894e58
5033678
8acefd6
b0f2ba6
910e2b8
19fc959
bc26037
1e66805
b38b2cb
a4ac154
734513c
b5f8664
ae22596
192ad72
64cf730
05c55ec
39c491e
9e5fb5e
5eb6610
96e4749
c63933a
adf38e0
4827dbf
8161d30
a2abe6d
537131c
9bb8355
bca426e
1be9803
2edfa15
8076ed2
6b09cee
5b00872
1b5ac60
f1b5312
ea48a46
6a751f4
359149c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
@majagrubic, sorry for following up on merged pr.
I wonder if this was moved somewhere or called somewhere else implicitly?
Otherwise it seems like moving between dashboards or navigating between dashboard / discover / visualize without full page reload would cause memory leaks and probably other undesired effects, since subscriptions within container are not cleaned up?
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.
I put up this tiny pr: #64154
hope this should address underlying issue. Will see if tests pass 🙏