-
-
Notifications
You must be signed in to change notification settings - Fork 33
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: Add default node storage location preference #690
base: main
Are you sure you want to change the base?
Conversation
kalidatony
commented
Feb 27, 2025
- Introduced new storage preferences section in app settings
- Added ability to set and change default node storage location
- Implemented storage location selection with free space information
- Updated translations and preload interfaces to support new feature
- Introduced new storage preferences section in app settings - Added ability to set and change default node storage location - Implemented storage location selection with free space information - Updated translations and preload interfaces to support new feature
✅ Deploy Preview for nndesign ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
hey @kalidatony thanks! Just took a quick look at the diffs. It looks like the first part of this is done, UI and saving the setting. Second part would be using this as the default storage path instead of the previous default (I believe its something like electron.appStorage). Not a must, but we could do a permissions check on the directory path that the user chooses to make sure they have write permissions. If you don't mind, see if installing biomejs in cursor/vscode, the tool we use for formatting, to see if that prevents things like single quote to double quote diffs. |
- Implemented write permission validation when selecting storage location - Added error handling and user notification for permission denied scenarios - Updated files to support custom default storage location with fallback - Added new translations for permission-related error messages
@jgresham I have added the changes, Please check |
excellent. I will test it out across different machines/OSs over the next few days |