SayHeyD / sops-age-manager

A tool to manage multiple age keys with sops
MIT License
1 stars 0 forks source link

Add UI #4

Open SayHeyD opened 1 year ago

SayHeyD commented 1 year ago
SayHeyD commented 1 year ago

Currently menu seperators for submenus don't work in fyne (Issue)

andydotxyz commented 1 year ago

The separators are fixed in Fyne SHA 7ec18e3 or the v2.3.2 release coming in a few days

SayHeyD commented 1 year ago

The "Don't show application in dock" task isn't doable with fyne and golang alone from what i was able to see. Maybe bundling it as a MacOS application could work.

andydotxyz commented 1 year ago

The "Don^t show application in dock" task isn't doable with fyne and golang alone from what i was able to see. Maybe bundling it as a MacOS application could work.

Probably relates to https://github.com/fyne-io/fyne/issues/3156

SayHeyD commented 1 year ago

Planning to try out changing the value in the Info.plist file, related to #2 (release and bundling tool could potentially handle this)

SayHeyD commented 7 months ago

https://github.com/fyne-io/fyne/issues/3156#issuecomment-1295732800 did the trick for me on macos to hide the app in the dock

SayHeyD commented 6 months ago

UI works on macos for now, there are issues when compiling on other platforms since some macOS specific code is now compiled on all targets.

Adding two more tasks to this issue: