fix: add text ticker and tooltip to truncated template text#12733
fix: add text ticker and tooltip to truncated template text#12733pythongosssss wants to merge 2 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThis PR enhances tooltip behavior and applies the improvements to template cards. The ChangesTooltip Enhancement and Template Card Integration
Sequence DiagramsequenceDiagram
participant TemplateCard as Template Card
participant buildTooltipConfig as buildTooltipConfig()
participant SettingsStore as SettingsStore
TemplateCard->>buildTooltipConfig: buildTooltipConfig(description, true)
alt useGlobalDelay enabled
buildTooltipConfig->>SettingsStore: get('LiteGraph.Node.TooltipDelay')
SettingsStore-->>buildTooltipConfig: delay value
buildTooltipConfig-->>TemplateCard: tooltip config with global delay
else useGlobalDelay disabled
buildTooltipConfig-->>TemplateCard: tooltip config with DEFAULT_SHOW_DELAY (300ms)
end
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 6 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (6 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🎭 Playwright: ✅ 1662 passed, 0 failed · 3 flaky📊 Browser Reports
|
🎨 Storybook: ✅ Built — View Storybook |
Summary
Changes
Review Focus
Screenshots (if applicable)