feat: add Wails v3 tray binary with Fiori dashboard - #5
Merged
Conversation
Creates a separate Go module at cmd/sap-devs-tray/ for the optional system tray companion binary, pinned to wailsapp/wails/v3@v3.0.0-alpha.77. A tools.go file with a build tag ensures go mod tidy retains the direct Wails dependency even before it is imported in main.go.
- Enforce POST method on sync/inject API endpoints - Fix zero-time display bug (Go zero time.Time is truthy in JS) - Remove unused Tools/ServiceUp/ToolState from DashboardState - Add checksum count validation in CI aggregate step
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
sap-devs-trayas a separate Go module incmd/sap-devs-tray/using Wails v3 (alpha) for cross-platform system tray + webview panel127.0.0.1:0with session-token auth serves a Fiori-themed dashboard (SAP Fundamental Styles, auto light/dark theme)release-tray.yml) builds for Linux amd64/arm64, macOS amd64/arm64, Windows amd64 with CGO enabledTest plan
go build ./...andgo vet ./...pass incmd/sap-devs-tray/cd cmd/sap-devs-tray && go build -o sap-devs-tray.exe .tray-checksums.txtwith 5 entries