You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to create a Start Menu implementation that opens in the desired position, without displaying a title bar or appearing in the Taskbar. It overlays other open apps and closes when it loses focus. I'm not sure if it's the best way.
In my example, it's loading Google in an Electron window. But to really make it work, it's necessary to implement routes with React Router. This way, it will be possible to render the component with the Start Menu content instead of Google.
While it's in development, I'm opening the Start Menu from here:
The text was updated successfully, but these errors were encountered:
I managed to create a Start Menu implementation that opens in the desired position, without displaying a title bar or appearing in the Taskbar. It overlays other open apps and closes when it loses focus. I'm not sure if it's the best way.
In my example, it's loading Google in an Electron window. But to really make it work, it's necessary to implement routes with React Router. This way, it will be possible to render the component with the Start Menu content instead of Google.
While it's in development, I'm opening the Start Menu from here:
The text was updated successfully, but these errors were encountered: