The choice between 'own projects' and 'shared projects' on /p/ isn't reflected in the URL. As a result, the page cannot be reloaded after leaving a project; as a result of that, when leaving your only shared project, an empty list is shown instead of the "No projects shared with you... yet!" indication that would appear after reloading.
Changing things on the fly with JavaScript is nice, but we should make sure it's always consistent with a reload of the page.
The choice between 'own projects' and 'shared projects' on `/p/` isn't reflected in the URL. As a result, the page cannot be reloaded after leaving a project; as a result of that, when leaving your only shared project, an empty list is shown instead of the "No projects shared with you... yet!" indication that would appear after reloading.
Changing things on the fly with JavaScript is nice, but we should make sure it's always consistent with a reload of the page.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The choice between 'own projects' and 'shared projects' on
/p/isn't reflected in the URL. As a result, the page cannot be reloaded after leaving a project; as a result of that, when leaving your only shared project, an empty list is shown instead of the "No projects shared with you... yet!" indication that would appear after reloading.Changing things on the fly with JavaScript is nice, but we should make sure it's always consistent with a reload of the page.
Added subscribers: @dr.sybren, @pablovazquez, @fsiddi