-
Notifications
You must be signed in to change notification settings - Fork 87
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
Adding assets folder with new icons to WebHelpGenerator #2457
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Amber <[email protected]>
📅 Suggested merge-by date: 3/25/2025 |
Signed-off-by: Amber <[email protected]>
Signed-off-by: Amber Torrise <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2457 +/- ##
=======================================
Coverage 91.51% 91.51%
=======================================
Files 641 641
Lines 18425 18425
Branches 3965 3891 -74
=======================================
Hits 16861 16861
Misses 1562 1562
Partials 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cute favicon! Left a comment re: changelog.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @ATorrise!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we crop the SVG to have less whitespace and be square so that the Z doesn't look squished?
We did something similar for ZE and resized the PNG version of the image to be 256x256 - see zowe/zowe-explorer-vscode@9206c33.
What It Does
Adds favicon to Zowe's Web Help.
How to Test
Run any command followed by the
--help-web
flag.Review Checklist
I certify that I have:
Additional Comments

I've checked that this works in Chrome and Edge could use some testing help from those of you with different browsers to double check that this PR works as expected across the board.