Skip to content

Fix MCP popups: hide by default and use vanilla JS instead of Fomantic#100

Merged
rg4444 merged 1 commit into
mainfrom
claude/restore-mcp-popups-OsYrA
Feb 8, 2026
Merged

Fix MCP popups: hide by default and use vanilla JS instead of Fomantic#100
rg4444 merged 1 commit into
mainfrom
claude/restore-mcp-popups-OsYrA

Conversation

@rg4444
Copy link
Copy Markdown
Contributor

@rg4444 rg4444 commented Feb 8, 2026

The codebase uses Tippy.js, not Fomantic UI popups, so $().popup() was throwing "not a function". Popup divs were also rendering inline and always visible.

  • Add display:none and position:absolute to popup divs in templates
  • Replace Fomantic $().popup() calls with vanilla JS click/hover handlers
  • File badge popup toggles on click with outside-click-to-close
  • Header badge popup shows on hover with delayed hide for interaction

https://claude.ai/code/session_012zdwzPwwwXcQTThSHcUpQ3

Summary

Describe the change and link related issues.

Validation

  • Does this change affect BPMN render/diff?
  • Does this change require regenerating images?
  • Any schema/validator updates?

Testing

List the commands/checks you ran locally.

The codebase uses Tippy.js, not Fomantic UI popups, so $().popup()
was throwing "not a function". Popup divs were also rendering inline
and always visible.

- Add display:none and position:absolute to popup divs in templates
- Replace Fomantic $().popup() calls with vanilla JS click/hover handlers
- File badge popup toggles on click with outside-click-to-close
- Header badge popup shows on hover with delayed hide for interaction

https://claude.ai/code/session_012zdwzPwwwXcQTThSHcUpQ3
@rg4444 rg4444 merged commit a4d3d5a into main Feb 8, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants