ui: migrate tray backend to energye/systray#618
ui: migrate tray backend to energye/systray#618SergioChan wants to merge 3 commits intoUnpackerr:mainfrom
Conversation
|
Pushed a small follow-up to address the failing golangci-lint checks on this branch:
Validation run:
|
|
Pushed a small follow-up commit to keep the Entry dialog path as explicit as possible while we wait for CI to re-run:
Validation run locally:
|
|
I dug into the failing lint jobs and found the current blocker: The From the
That explains why the same If you want, I can open a separate small PR to adjust the checkout ref in that workflow so PR lint runs against the actual PR branch. |
I tried to fix that yesterday with your last PR. Please go for it. |
|
Thanks for the review. I’m working through the requested changes and will update this PR with a focused patch shortly. |
|
Done �� I opened the separate CI fix as requested:
That patch updates |
Summary
github.com/getlantern/systraytogithub.com/energye/systray.MenuItemwrapper to energye's callback model by bridging click callbacks to the existing channel-based interface.Testing
go test ./...Related