orbitdb-archive / orbit

A distributed, serverless, peer-to-peer chat application on IPFS
MIT License
1.64k stars 117 forks source link

Fix [object object] display on theme setting input #156

Closed jihdeh closed 7 years ago

jihdeh commented 7 years ago

This PR aims to Fix issue #22.

screen shot 2016-10-18 at 10 50 42 pm
haadcode commented 7 years ago

Thank you @jihdeh for the PR! This seems to fix the bug and the code looks good, so merging in.

Thank you!

haadcode commented 7 years ago

@jihdeh Would you be interested to take this particular thing further? It would be awesome to render the theme values as a select box input field instead of a text field, so that the user can more easily change the theme. Let me know if this is something you'd be willing to tackle!

jihdeh commented 7 years ago

@haadcode Yes sure, I'd look into that.