This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Description
NavigationViewModel.History is a ReactiveList with a CollectionChanged handler that doesn't support NotifyCollectionChangedAction.Reset.
This is a problem because when the history is cleared (by e.g. moving to a new repository), if the history has >10 items a reset will occur, causing the GitHub pane to hang with a spinner until a new project is loaded,