-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Feature: Save settings in local storage #206
Comments
We are saving the settings to ai/src/popup/pages/aiprdescription.tsx Lines 35 to 39 in cc76e95
ai/src/utils/ai-utils/descriptionconfig.ts Lines 39 to 41 in cc76e95
The problem being, the storage is reset if there's a reinstall. |
@Anush008, consider using |
Right. The extension settings are being saved to the synced storage. ai/src/popup/pages/settings.tsx Lines 15 to 30 in f67f673
We can do same for the AI description settings too. |
@Anush008 do we have anything to do for this issue? |
Type of feature
🍕 Feature
Current behavior
I use the same settings every-time I generate a description. But every-time there is an update or the cookie refreshes I need to save the settings again. It would be nice if we save the user settings in local storage.
Suggested solution
localstorage is preferred, but we could potentially store a settings JSON.
Additional context
No response
Code of Conduct
Contributing Docs
The text was updated successfully, but these errors were encountered: