-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Store selected directories in localStorage #277
Conversation
@manthey Would we want to clear these from storage at some point and if so under what circumstance? |
Provided we handle the directories no longer existing, and, in that case default to something sensible, I think it is okay to not delete them. |
We should show the images in the input directory if they are present. |
b42eb18
to
838623d
Compare
Probably nothing to do with this PR, but I notice that if I have the input directory dialog open and I click outside of it, it dismisses the dialog, leaves the navigated directory in the input directory field, but doesn't run the plan and show the contents of that directory. |
838623d
to
9decd02
Compare
Once when messing with this I seem to break the connection between the webpage and the application in that running a redaction failed to update the web progress bar but the terminal showed that it was updating. I don't think it has anything to do with the PR, but we should be on the lookout for it. And, I think we need to have some sort of progress indicator when we are computing a plan for a directory (since it remains blank for a long time otherwise). |
Saves the selected directories on update to localStorage and retrieves as the loading default.