Skip to content

Add Material 3 radial urchin visualization to Visuals tab#124

Merged
LennartvdM merged 1 commit into
mainfrom
codex/replace-png-calendar-with-radial-urchin-visualization
Nov 12, 2025
Merged

Add Material 3 radial urchin visualization to Visuals tab#124
LennartvdM merged 1 commit into
mainfrom
codex/replace-png-calendar-with-radial-urchin-visualization

Conversation

@LennartvdM
Copy link
Copy Markdown
Owner

Summary

  • replace the calendar tab with a Visuals experience that mounts the new radial urchin chart
  • render interactive day/agent rings on canvas with Material 3 controls, legend, and replay tooling
  • expose SVG/PNG export plus a legacy PNG fallback guarded by a persistent feature flag

Testing

  • not run (UI-only change)

Codex Task

@netlify
Copy link
Copy Markdown

netlify Bot commented Nov 12, 2025

Deploy Preview for wyrrdmaek ready!

Name Link
🔨 Latest commit d23bd82
🔍 Latest deploy log https://app.netlify.com/projects/wyrrdmaek/deploys/6914ff3c664e7a00081eca49
😎 Deploy Preview https://deploy-preview-124--wyrrdmaek.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@LennartvdM LennartvdM merged commit f0c08c9 into main Nov 12, 2025
5 checks passed
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +862 to +868
showTooltip(arc) {
if (!arc) {
this.hideTooltip();
return;
}
const html = buildTooltipContent(arc);
this.tooltipMeta.innerHTML = html;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Escape event text before injecting tooltip HTML

The tooltip builder renders schedule data by assigning this.tooltipMeta.innerHTML = html where html is generated from arc.label, arc.event.activity, and arc.event.metadata.note without escaping. Because JSON payloads can be loaded from local storage or uploaded by the user, a crafted label like <img src=x onerror=alert(1)> will execute when the tooltip renders. Please treat these fields as untrusted and either use textContent or escape them before writing to innerHTML to avoid XSS.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant