Commit e59a1e3
committed
feat: add connector line to alert tooltip
1. Added BoxShadow component with connector styling to AlertToolTip
2. Implemented connector line that visually connects tooltip to target
element
3. Positioned connector above tooltip with proper spacing and margins
4. Enhanced border opacity from 0.05 to 0.1 for better visibility
5. Updated connector background color in dark mode to solid dark gray
(RGB 51,51,51)
Log: Added visual connector line between alert tooltips and their target
elements
Influence:
1. Test alert tooltip display with connector line visible
2. Verify connector positioning relative to tooltip and target element
3. Check connector appearance in both light and dark themes
4. Validate connector styling including shadow, border, and colors
5. Test tooltip animations with the new connector element
6. Ensure connector doesn't interfere with tooltip functionality
feat: 为警告提示工具添加连接线
1. 在 AlertToolTip 中添加了带有连接器样式的 BoxShadow 组件
2. 实现了视觉上连接工具提示和目标元素的连接线
3. 使用适当的间距和边距将连接线定位在工具提示上方
4. 将边框不透明度从 0.05 增加到 0.1 以提高可见性
5. 在深色模式下更新连接器背景颜色为纯深灰色 (RGB 51,51,51)
Log: 在警告提示工具与其目标元素之间添加了视觉连接线
Influence:
1. 测试带有连接线的警告提示工具显示
2. 验证连接线相对于工具提示和目标元素的定位
3. 检查连接线在浅色和深色主题下的外观
4. 验证连接线样式包括阴影、边框和颜色
5. 测试带有新连接线元素的工具提示动画
6. 确保连接线不会干扰工具提示功能
PMS: BUG-3348791 parent 7af30e7 commit e59a1e3
2 files changed
Lines changed: 24 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
53 | 74 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
635 | 635 | | |
636 | 636 | | |
637 | 637 | | |
638 | | - | |
| 638 | + | |
639 | 639 | | |
640 | 640 | | |
641 | 641 | | |
| |||
0 commit comments