pwntester / octo.nvim

Edit and review GitHub issues and pull requests from the comfort of your favorite editor
MIT License
2.28k stars 125 forks source link

Thread becomes invisible after Octo thread resolve #362

Closed proivk closed 7 months ago

proivk commented 1 year ago

Issue Description

Type: bug report

Describe what happened (or what feature you want)

When resolve thread on PR overview dashboard, thread becomes invisible.

Before resolution before_resolve

After resolution after_resolve

Describe what you expected to happen

Thread becomes collapsed, marks as resolved stays visible desired

How to reproduce it (as minimally and precisely as possible)

  1. Octo pr list
  2. Open PR with not resolved comments/threads
  3. On PR view try to resolve thread by typing Octo thread resolve

Tell us your environment

iTerm2 nvim 0.8.0 MacOs octo plugin latest tried with EdenEast/nightfox.nvim and projekt0n/github-nvim-theme themes.

Anything else we need to know?

bradleyjones commented 1 year ago

Also experiencing this behaviour, as a temporary work around I've been reloading the PR with :e! so it shows the resolved thread collapsed as expected.