will-moss / isaiah

Self-hostable clone of lazydocker for the web. Manage your Docker fleet with ease
MIT License
86 stars 3 forks source link

Isaiah hangs when trying to view stats for "created" container #3

Closed vutsalsinghal closed 1 month ago

vutsalsinghal commented 1 month ago

Small scope of improvement -

  1. Isaiah hangs when trying to view stats for container which has "created" state. I know there won't be any stats, but would be nice if it doesnt hang and displays some message like - "Container isn't running."
  2. Copy/paste for other tabs like "Stats", "Env", "Config", etc doesnt work. I think similar to pausing render loop on mouse hover for logs tab is needed for other tabs too
will-moss commented 1 month ago

Thank you for opening the issue and explaining the problems occurring!

I have just published a release that should address both problems:

I hope that works for you!

vutsalsinghal commented 1 month ago

Both issues are resolved! Thank you 🙏🏼 ❤️