Jason Miller

Results 1189 comments of Jason Miller

@sbruchmann: I did, #33.

@luin This could totally work with the HTML5 `` element proposal I made in #8 / #34. Here's a working JSFiddle with the small customization needed: [jsfiddle.net/developit/636kfvv5](http://jsfiddle.net/developit/636kfvv5/) **Preview:** ![preview](https://i.gyazo.com/516f7cf6a2cfa81fb5150958abebb559.gif) _Note...

@connors How about just styling the already-available HTML5 `` element? That way the project can stay CSS-only - `` already provides JS methods for `.showModal()` and `.close()`, and supports backdrop...

I believe it's supposed to be referring to something similar to this: https://github.com/connors/photon/blob/master/docs/demo-app.html#L51-L53 ... but that doesn't appear to have been included in the template-app example.

Something like this? http://jsfiddle.net/developit/tkx4r52s/

Good addition. Just a tip: you can add the `icon-text` class to the icon so it sits nicely alongside the button's label. ``` html Send Message ```

Doesn't Electron itself provide these and overlay them onto frameless apps?

Agreed regarding a generic solution. That markup works for me.

Great idea, I just hope a platform agnostic theme could look as good as this currently looks. Amazing work.