Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Issue listing changes filtering when open issue state changes
Closed { reason: Solved } did:key:z6MkkfM3...sVz5 opened 11 months ago

When I change the state of a open issue to Closed as ... the issue listing changes from only showing open issues to showing all issues including closed ones. I would prefer to stay on the listing I had open, and get the issue closed, just a bit a jarring experience.

rudolfs commented 11 months ago

The problem here is that if we don’t switch the filter to show all, the issue will disappear from the list, because you’re filtering for only open issues. This is indended behaviour, but I’m open for how we can improve this so that the UX is more intuitive.

z6MkkfM3...sVz5 commented 11 months ago

Hmm so if I’m in my inbox and delete a mail or send it to a different folder, it gets removed from my principal window and from the list of the unread mails. But the filtering I have set for my mail listing doesn’t change.

So I think we could maybe try to see what happens if an issue changes to Closed as ... to remove it from the list and the view but keep the user in the open issues.

wdyt?

rudolfs commented 11 months ago

Yes, we can do it this way if you like. I had it like this initially and then thought it was weird that the list was empty at some point and I was still on an issue. But I think I cal live with that.