Photon icon indicating copy to clipboard operation
Photon copied to clipboard

Clone native desktop UI's like cocoa and develop native feeling applications using web technologies

Results 10 Photon issues
Sort by recently updated
recently updated
newest added

The following image links in the demo ShowReel to https://maurice-conrad.eu/ are dead: * https://maurice-conrad.eu/acting/images/big-narrenkaefig-1.jpg * https://maurice-conrad.eu/acting/images/big-narrenkaefig-6.jpg * https://maurice-conrad.eu/acting/images/big-narrenkaefig-6.jpg * https://maurice-conrad.eu/acting/images/big-narrenkaefig-5.jpg * https://maurice-conrad.eu/acting/images/big-schach-4.jpg This is amusingly visible even on the demo...

Electron changed their nodeIntegration default, leading app.js erroring with something like "Require not found". The fix is simple In main.js add nodeIntegration: true, to BrowserWindow.webPreferences The webPreferences object also has...

yarn yarn start not working

I expect not, but I think the world needs an app theme for Electron. Maybe you can apply for github sponsors https://github.com/sponsors and ask connors to put a 'no longer...

I'm starting an Electron project using Angular 9 as the JS Engine. I've got other frameworks like Proton, and Xel (which uses web components) to work with Angular 9/Electron. I'm...

Hi @MauriceConrad I am willing to contribute a color picker and a tree view component as they will be very useful in building a desktop app. Just wanted to make...

On macos, users have possibility to choose an accent color from the system settings. Electron has a possiblity, since 5.0, to get this color. You should use it for higlighted...

Having a bunch of errors like this: ``` GET file:///home/joseph/projects/SWS/vidplan/app/dist/PhotonOriginal/styles/cocoa.css net::ERR_FILE_NOT_FOUND ``` Manual juggling with stylesheets is not mentioned in README, so I guess something went wrong way ?

I tried using vibrancy (`light`) on a panel, but it doesn't seem to be working: the panel appears white-ish instead (but fully opaque). I tried running the ShowReel demo, and...

Wouldn't it make more sense to implement the GNOME stylesheets instead of any kind of Unity UI since there exist detailed guidelines for designing gnome styled applications. [https://developer.gnome.org/hig/stable/](https://developer.gnome.org/hig/stable/) [https://developer.gnome.org/hig/stable/ui-elements.html.de](https://developer.gnome.org/hig/stable/ui-elements.html.de)