AmanNegi / FreshNest

A platform that connects local producers directly with consumers seeking fresh produce.
https://fresh-nest.netlify.app
GNU Affero General Public License v3.0
23 stars 39 forks source link

Add pattern data to LocalStorage #109

Closed AmanNegi closed 1 year ago

AmanNegi commented 1 year ago

Issue 🙉

On the user profile page, we provide the user with the option to change the background pattern. Currently, we are storing it in the component itself, however, we now want to save it to the local device in the AppState Object, which is globally accessible throughout the application. The logic for storing the AppState object to LocalStorage is already in place, you just need to add a field of pattern to it.

brave_Im0urJPIHa

References 🦅

Feel free to comment and ask if you have any queries.

Rhythm-08 commented 1 year ago

I would like to work on this issue @AmanNegi please assign it to me

AmanNegi commented 1 year ago

Sure @Rhythm-08. Let me know if you face some issue while setting up.

AmanNegi commented 1 year ago

Fixed by #111