Add faint greyscale watermark behind the log view #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/log-watermark"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What does this PR do?
Adds a subtle greyscale watermark behind the log view, using the app's gecko-tail artwork.
src/TaylerLogTailer/Assets/watermark.png- a desaturated, background-removed version of the icon (luminance used as the alpha channel, so only the tail glyph remains).DataGridat 8% opacity, withIsHitTestVisible="False"so it never intercepts clicks.Verified visually: the watermark is faint and centered, and log text remains fully readable over it.
How was this tested?
dotnet build Tayler.slnx -c Debug- 0 errors, 0 warnings (WarningsAsErrors active).Checklist