clj-rn icon indicating copy to clipboard operation
clj-rn copied to clipboard

Browser notifications for figwheel compilation

Open dmitryn opened this issue 6 years ago • 2 comments

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.

dmitryn avatar Jul 05 '18 15:07 dmitryn

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 avatar Jul 05 '18 15:07 jeluard

@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.

dmitryn avatar Jul 05 '18 16:07 dmitryn