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

Cross platform systray menu #211

Open
1 of 3 tasks
peterzen opened this issue May 15, 2020 · 0 comments
Open
1 of 3 tasks

Cross platform systray menu #211

peterzen opened this issue May 15, 2020 · 0 comments
Labels
backend Golang app backend enhancement New feature or request golang
Milestone

Comments

@peterzen
Copy link
Owner

peterzen commented May 15, 2020

Implement an OS native systray menu using https://github.com/getlantern/systray

The menu items in the first iteration should be:

  • Show window
  • Quit

Show window should bring the main window to the focus, Quit should exit the app.

  • Initialization in main.go
  • Find out how to control desktop windows in a cross platform way (i.e. how to focus the Webview window)
  • Update build dependencies in README, build scripts, Dockerfile
@peterzen peterzen added enhancement New feature or request backend Golang app backend golang labels May 15, 2020
@peterzen peterzen added this to the MVP milestone May 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Golang app backend enhancement New feature or request golang
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant