fix: restore full-width disk space bar and fix icon tooltip clipping off-screen - #44
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
Summary
data-tooltip, which always opens upward - placed a few pixels from the top of the viewport, that tooltip rendered off-screen and was never visibleChanges
deployer/feature/dist/index/src/Service/TemplateService.php-renderDiskSpace()now renders both the full-width bar and the icon; new customdata-infoattribute instead of Pico'sdata-tooltip; new stroke-style icon markupdeployer/feature/dist/index/assets/css/style.css-.disk-space-bar/.disk-space-bar-fillfor the full-width bar; custom::after-based tooltip on.disk-space-iconthat always opens downward, gated animation behindprefers-reduced-motionTest Plan