pwntester / octo.nvim

Edit and review GitHub issues and pull requests from the comfort of your favorite editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thread becomes invisible after Octo thread resolve

proivk opened this issue · comments

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?

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.