elkozmon / zoonavigator

Web-based ZooKeeper UI / editor / browser
https://zoonavigator.elkozmon.com
GNU Affero General Public License v3.0
508 stars 73 forks source link

Resizable panels #67

Open riyasvaliya opened 3 years ago

riyasvaliya commented 3 years ago

Is there any way to make the panels resizable (as in allow dragging of the splitter to expand the zNode list area)? We have zNodes with long names and common prefixes, so currently it is impossible to differentiate the nodes since the names (upto what is displayed) is the same

elkozmon commented 3 years ago

Hi.

I'm not aware if there's such functionality in the UI library I use, but I will have a look (may take some time as I'm terribly busy at the moment).

But still, there should be a tooltip with the full name of the z-node when you hover over it, isn't there?

riyasvaliya commented 3 years ago

Hi.

I'm not aware if there's such functionality in the UI library I use, but I will have a look (may take some time as I'm terribly busy at the moment).

But still, there should be a tooltip with the full name of the z-node when you hover over it, isn't there?

Yup, the tooltip on hover is present. Will make do with that for now until you get the time. Thanks :+1: