Skip to content
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

feat: save "Path to store imported files" preference from import page #1063

Merged

Conversation

Carson12345
Copy link
Contributor

#1028

About
When a user specified a custom path to store imported file while importing with the quick import popup, the path will be saved to preference and will be automatically applied next time.

Screenshot 2022-02-26 at 5 59 32 PM

Screenshot 2022-02-26 at 6 00 15 PM

Remarks
The issue opener suggests to save path to preference as long as the textbox lost focus.

I have concern that, sometimes the path might be incomplete / not valid when user lost focus of the textbox.

So for the code I commit, I save the path to preference after a successful import to make sure the path is completed already and is valid

Please let me know if you would like me to do any other approaches.

Copy link
Member

@lidel lidel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but needs #1054 if we ever want to ship this for MV2.

@Carson12345
Copy link
Contributor Author

LGTM, but needs #1054 if we ever want to ship this for MV2.

Thanks and looking forward to it!
Will also see if any issue that I can help with!

P.S. My another pull request
#1053

@SgtPooki SgtPooki added the status/blocked Unable to be worked further until needs are met label Jul 18, 2022
@lidel lidel removed the status/blocked Unable to be worked further until needs are met label Sep 26, 2022
Copy link
Member

@lidel lidel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's land this one too (not sure when we will be able to ship a new release, but till be included).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants