Ramilito / kubectl.nvim

Apache License 2.0
165 stars 5 forks source link

port forward icon not updated immediately #124

Closed mosheavni closed 1 month ago

mosheavni commented 1 month ago

hey thank you for all the work! amazing stuff

when I port-forward, I expect to see the icon of the port forward immediately. what happens in reality is i need to gr before the icon appears.

also, the header is too long - we had this issue before in other buffers

image

also, the port forward details popup should and can be much much smaller, no need for this entirely huge float buffer

Ramilito commented 1 month ago

Thanks for the instant feedback 🙏

Forgot about the divider hack for floating buffers, will need to do a better solution for that. The bugs should be resolved on latest, will do the smaller floats next!

Ramilito commented 1 month ago

Just curious, have you tried the auto_refresh feature? I'm quite happy with it my self:


auto_refresh = {
    enabled = true,
    interval = 3000, -- milliseconds
  },
Ramilito commented 1 month ago

I just updated it to be on by default, if you don't like it just put enabled to false!

Closing this issue and opening a new one that handles the smaller buffer, was harder than expected