oas004 / Material3Playground

Playground to check how changing the color system can affect the different components in Material 3. Mainly used to learn and to get an overview of the Material 3 design components
MIT License
74 stars 8 forks source link

Add a local storage for colors 🌈 #11

Open fgiris opened 1 year ago

fgiris commented 1 year ago

Currently, the colors are hoisted as a state in a composable. After closing the app, the color changes are lost. We need to support a saving colors to the local storage.

oas004 commented 1 year ago

That would be supernice! Would it be cool to be able to export them to? I guess you could use the web page from material there, but then you would have to re-type them.😊 maybe it is a different task as well. Can make an issue on that if we want 😊

fgiris commented 1 year ago

That would be a cool feature! Liked it 🤩

oas004 commented 1 year ago

Made #12 to keep track of it :)