-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
FuseJS/UserSettings #1310
FuseJS/UserSettings #1310
Conversation
Update Fuse.Storage.unoproj Update UserSettingsModule.uno
f8a3f33
to
b394e2b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is starting to look very good 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
Very userful module! Please let me suggest you to add also append and remove for the various methods. In my opinion that would make the module even more effective. Taking your example: Same with . This should be done also for |
Patches welcome! |
@kusma |
People tend to under-estimate themselves. Give it a try, maybe you'll figure it out? If not, ask for some help figuring it out! People tend to prioritize scratching their own itches over others... |
FuseJS/UserSettings
module provides key-value pairs mechanism to store and retrieve primitive data types (string, number, boolean) as well as an array and a JSON object.You can use this module to store information such as configuration data, application states, etc.
This PR contains: