Skip to content

Fix MCP UI positioning: replace broken popups with data-tooltips#98

Merged
rg4444 merged 1 commit into
mainfrom
claude/processgit-ui-improvements-iVCe8
Feb 7, 2026
Merged

Fix MCP UI positioning: replace broken popups with data-tooltips#98
rg4444 merged 1 commit into
mainfrom
claude/processgit-ui-improvements-iVCe8

Conversation

@rg4444
Copy link
Copy Markdown
Contributor

@rg4444 rg4444 commented Feb 7, 2026

  • Replace inline jQuery popup init with native data-tooltip attributes that work with Fomantic UI's existing initialization
  • Remove inline style attributes from badge and indicator, move to CSS
  • Add display:none !important to popup classes to prevent layout breakage
  • Add absolute positioning and z-index for proper overlay behavior
  • Add responsive breakpoints to hide text on mobile
  • Remove all popup HTML and JavaScript from header.tmpl and view_file.tmpl
  • Use inline navigator.clipboard.writeText for copy button in file_info

https://claude.ai/code/session_01YF5jFAob1cRcJeqr7u67cj

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.

- Replace inline jQuery popup init with native data-tooltip attributes
  that work with Fomantic UI's existing initialization
- Remove inline style attributes from badge and indicator, move to CSS
- Add display:none !important to popup classes to prevent layout breakage
- Add absolute positioning and z-index for proper overlay behavior
- Add responsive breakpoints to hide text on mobile
- Remove all popup HTML and JavaScript from header.tmpl and view_file.tmpl
- Use inline navigator.clipboard.writeText for copy button in file_info

https://claude.ai/code/session_01YF5jFAob1cRcJeqr7u67cj
@rg4444 rg4444 merged commit 675e5ee into main Feb 7, 2026
2 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