-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from jordantgh/minor_gui_bugfixes_Oct2023
Bugfixes oct2023 To enable faithful tracking of checked states per article across different pages, added a lot of new logic. Basic idea is the article.checked property is a dataclass with distinct properties for each page. These are then updated and referred to by the UI. Additionally added conditional handling of column pruning logic depending on whether the source of the call to prune was from the parsed tables page or the pruned tables page. These changes prevent a number of strange behaviours that I was observing due to varying and unpredictable asynchronicities between the UI and model.
- Loading branch information
Showing
6 changed files
with
312 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.