clj-rn
clj-rn copied to clipboard
Browser notifications for figwheel compilation
At the moment i have to run tail -F figwheel_server.log
to check if figwheel finished with compilation for particular platform or not.
As soon as we would have web dashboard https://github.com/status-im/clj-rn/issues/4 it would be nice to have browser notifications showing figwheel compilation status like "Successfully compiled build ios", "Failed to compile build android", etc.
Actually for #4 I was thinking about a CLI based board (like what embark does, see https://embark.status.im/docs/quick_start.html). But your idea might be better. WDYT?
@jeluard thanks for correcting, i thought #4 is about web dashboard. That was the reason i suggested browser notifications instead of using Growl for example http://growl.info/ (OSX only). Browser notifications are cross-platform and easy to implement.
Once we have data to display in terminal, it should not be hard to display it on a web page. So we could have both CLI and Web UI i think.