djjd47130 / GitHubBackup

Simple UI for bulk downloading GitHub repositories
http://www.jerrydodge.com/GitHubBackup
MIT License
13 stars 4 forks source link

Sort and filter repositories without losing checked status #20

Closed djjd47130 closed 5 years ago

djjd47130 commented 5 years ago

Currently, when the list is sorted, the entire list is re-loaded and the "checked" state is lost on each repository list item. It needs to retain user selection of repositories. The same applies when filtering is implemented.

djjd47130 commented 5 years ago

Issue #14 is currently in progress to accommodate for this.

djjd47130 commented 5 years ago

Since I'm quite far away from getting the Virtual StringTree up and going, I should implement this first. At least just for sorting. It's a pretty nasty problem that the user may check on what they want, then decide to sort it and POOF selection's gone. So let's fix this bug before worrying about big new features.