-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
bucket view: popup of selected block should persist #2419
Comments
I will work on this issue. |
I still haven't seen any PR about it @rtnpro or maybe I have missed it. Hopefully, we will touch upon this during GSoC when the UI of this is going to be rewritten in React. |
Cool, it sounds good to fix it once in the React rewrite. I had hit some issues during in the initial development setup, and then I got pulled by other tasks. @GiedriusS It'd be great if you could help me get my Thanos dev env working with Also, I noticed some error logs in the
|
Hello 👋 Looks like there was no activity on this issue for last 30 days. |
Still valid, we should touch upon this in about a month. |
@GiedriusS Is this still happening as part of the React rewrite? Or is
there scope to fix it in the current version?
…On Fri, Jun 26, 2020 at 9:53 PM Giedrius Statkevičius < ***@***.***> wrote:
Still valid, we should touch upon this in about a month.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2419 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABYSBAH4MHLSJORAJIBFVLRYTDRRANCNFSM4MGWRRBQ>
.
--
Ratnadeep Debnath,
https://www.waartaa.com
GPG Fingerprint: A937 6DB0 91A2 3809 27B2 1C85 8145 B6DD 3CE6 14AC
|
We are going to keep this in our mind during the React rewrite, and as @GiedriusS said the rewrite can take around a month. If it's causing a major headache, I would try to fix this in the old UI if I get some free time, no promises though. Also, any help is appreciated :) |
Hello 👋 Looks like there was no activity on this issue for last 30 days. |
The React UI for Block Viewer got merged in #2980 and this should be fixed. :) |
Yep, closing as fixed ❤️ |
Thanos, Prometheus and Golang version used: v0.12.0-rc.1
What happened: Bucket view provides a popup with details of each block. However I cannot copy any of the displayed data to the clipboard because moving the mouse towards the popup window causes a different block to be selected.
What you expected to happen: If I select a block in the bucket view, the popup window should persist so that I can interact with the window (copy text, etc.).
(The UI already supports block select and deselect. Deselect is shift-mouse_down.)
The text was updated successfully, but these errors were encountered: