-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
feat: add dynamic logos #3432
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
feat: add dynamic logos #3432
Conversation
|
@derailed - please approve for workflows, thanks! |
|
@derailed approval again please |
|
@derailed sorry, please again |
|
@derailed any chance of looking into this. |
|
working on fixing now, rebased |
48f86f4 to
f56bcec
Compare
|
@derailed please approve workflows. There is no pre-commit file in this repo so if you like line endings to have a space almost every file would be touched. About to push up another change. |
|
After adding local .pre-commit-config.yaml we have some trailing line-endings needed and some extra spaces in various places cleaned up. Adding a local pre-commit within the repo will help ensure confidence when someone pushes up an MR, i won't fail the pipeline. |
|
@derailed |
|
|
@derailed - right here thanks! |
|
@derailed - approval pretty please |
|
@fengye87 - can you approve the workflows? |
|
@drduker I'm afraid I don't have the permissions |
|
@derailed - i am so sorry I'm continuing to ping you. Hoping one of these shows up in your notifications feed. |
|
@derailed will this work or do want some changes? |
|
@derailed would be amazing if this could be rolled out soon. Really looking forward to this. |
|
@derailed please approve workflow run |
|
This PR is stale because it has been open for 30 days with no activity. |
|
@derailed - 👋 |
052ac8c to
780b5fa
Compare
|
Any update on this issue, happy to contribute if something would be missing. |
7c20b8b to
fbfdd2c
Compare
Add feature to modify displayed logo in K9s console from skins. Users can now customize the logo via the logoUrl field in skin configuration, supporting both file:// and http(s):// URLs. - Add logoUrl field to Body struct in styles - Implement GetLogo function to fetch logos from URL or file - Add example logo assets (dev, prod, rc, sandbox) - Update logo display width from 26 to 40 characters
fbfdd2c to
47e71b3
Compare
|
@derailed 👋🏼 |
|
+1 |
|
potential for getting into v0.50.17? |
|
@derailed 👋🏼 (any chance to push this?) |
|
This would be so amazing! |
|
@derailed 👋🏼 (keeping up the posts, in the hope you'll see it; apologies for bothering) |
|
As good as this sounds. I think |
There is still the splash page and the binary is called k9s. Customization of the logo is functional and brings real value. |
|
@drduker It looks like we have conflicts. Can you take a peek? |
The upstream added an `invert bool` parameter to `Styles.Load()` while the branch added `LogoUrl` reset functionality. This merge keeps both changes.
Resolved, thanks! |
|
Happy to help out as well in case something is missing. @derailed |
|
Hi all, Because I couldn't find the code for this PR, I started a fork that dynamically sets an ASCII art logo based on the cluster name. The cluster name will be loaded from the It's working for me, and I may also send a PR later. https://github.com/mohsenasm/k9s
|

Add feature to modify displayed logo in K9s console from skins
copy of this but no one is fixing the linting so I just did.
see details here:
#3225