Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menu Bar Component #13

Closed
L3V147H4N opened this issue Oct 14, 2015 · 3 comments
Closed

Menu Bar Component #13

L3V147H4N opened this issue Oct 14, 2015 · 3 comments

Comments

@L3V147H4N
Copy link

I think a very common component in Desktop applications is Menu Bars and frankly, the one that Electron provides is kinda ugly.

I've been using angular-material lately and something like this would be nice, but much more compact. What I like most of photon is that is very compact in comparison to other css libraries/frameworks

Angular Material menu bar
MenuBar

@lucasmotta
Copy link

Usually the menu bar on OSX at least uses the system's default. Not sure if adding another type of menu bar would bring more confusion?

@L3V147H4N
Copy link
Author

But Photon is meant to be Cross Platform, and other operating systems do not have OSX-Like Menus

@connors
Copy link
Owner

connors commented Oct 16, 2015

@L3V147H4N The intent with Photon is to use as much of the native components as possible. By using the default menu behaviors for each platform, you get tons of stuff for free. Things like keyboard shortcuts are included by default without having to re-implement them in css and js.

I agree that we need to improve the menus... I'd rather keep them native.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants