photon icon indicating copy to clipboard operation
photon copied to clipboard

The fastest way to build beautiful Electron apps using simple HTML and CSS

Results 85 photon issues
Sort by recently updated
recently updated
newest added

Tabs should actually work and switch out content.

feature
js

When using `photon.css` (unminified): ![screen shot 2015-10-21 at 1 06 36 am](https://cloud.githubusercontent.com/assets/427322/10631383/8359eeb6-7792-11e5-90dd-d940dc2babef.png) When using `photon.min.css` (minified): ![screen shot 2015-10-21 at 1 06 56 am](https://cloud.githubusercontent.com/assets/427322/10631384/83f9dc14-7792-11e5-88fe-d378823d3ec4.png) Not sure why this is happening,...

css

Hello, I am building an app with Photon (which is awesome!). I'm having problems aligning items in the toolbar. In the toolbar, I'm basically trying to have three "sections". One...

Didnt find add close, minimize, maximize buttons in the title bar in photon. That's why this issue aims to discuss about. Their are 2 aspects abouts this: 1. Theme integration...

feature

This is purely a aesthetic feature but it's pretty neat nonetheless and it also helps to save some space and create a better feeling to the UX [Bootstrap Forms](http://getbootstrap.com/css/#forms) Another...

feature
css

This feature sees in bootstrap or jquery ui (the style): [![https://gyazo.com/1309644b527e99169301e27485c757ee](https://i.gyazo.com/1309644b527e99169301e27485c757ee.png)](https://gyazo.com/1309644b527e99169301e27485c757ee) I did the above prototype by adding (changing?) these lines: ``` css .btn .icon { float: inherit; color: inherit;...

feature
css

I'm noticing `dist/template-app/menu.js` is trying to attach a click event to `.js-context-menu` but there's no element in `dist/template-app/index.html` that matches that. I looked around in each of the releases and...

js

In OS X, the modal dialog shows below the title bar: ![image](https://cloud.githubusercontent.com/assets/635902/10562849/3db2187a-75a3-11e5-8251-16565f705a77.png) ![image](https://cloud.githubusercontent.com/assets/635902/10562854/62596c8c-75a3-11e5-8bc3-0d65d95fe6fe.png) Electron does a good job that shows alert and confirm dialog (by invoke `alert()` and `confirm()`) following...

feature

Placing a single `` into a `button-group` causes it to render without any border-radius. Here's my current fix: ``` css .btn-group > .btn:first-child:last-child { border-radius: 4px; } ```

css

Is there interest in implementing native OS X window handling for close/quit? If so, a personal project of mine has this functionality working 100% and it's 👌🏻👌🏻👌🏻. Improves the app...

feature