Skip to content

Update HTML outputs from Conan#20087

Merged
czoido merged 1 commit into
conan-io:develop2from
AbrilRBS:ar/html-updates-2
Jun 17, 2026
Merged

Update HTML outputs from Conan#20087
czoido merged 1 commit into
conan-io:develop2from
AbrilRBS:ar/html-updates-2

Conversation

@AbrilRBS

@AbrilRBS AbrilRBS commented Jun 17, 2026

Copy link
Copy Markdown
Member

Changelog: Feature: Add missing favicon to Conan html output.
Docs: Omit

The original idea comes from @ErniGH, I just took the chance for the next change to add them after being able to compress them enough

image

The important thing to note in this PR is that now you get the full trait information, which I think is useful

image

I can add code to hide it in the information for each node in the graph if desired

@AbrilRBS AbrilRBS added this to the 2.30.0 milestone Jun 17, 2026
selected = graph_data["nodes"][ids[0]] || global_edges[ids_edges[0]];
let div = document.createElement('div');
let f = Object.fromEntries(Object.entries(selected).filter(([_, v]) => v != null));
let f = Object.fromEntries(Object.entries(selected));

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was surprised by this null filtering when debugging #20073 so thought that it would be useful elsewhere

@czoido czoido merged commit 2d577fc into conan-io:develop2 Jun 17, 2026
17 checks passed
@AbrilRBS AbrilRBS deleted the ar/html-updates-2 branch June 17, 2026 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants