probabl-ai / skore

Skore lets you "Own Your Data Science." It provides a user-friendly interface to track and visualize your modeling results, and perform evaluation of your machine learning models with scikit-learn.
https://probabl-ai.github.io/skore/
MIT License
70 stars 7 forks source link

feat(UI): Dropdowns now automatically open either above or below #706

Closed rouk1 closed 1 week ago

rouk1 commented 1 week ago

Depending on where there is more space. Fixes #692

github-actions[bot] commented 1 week ago

Coverage Report for ./skore-ui

Status Category Percentage Covered / Total
🔵 Lines 82.49% 2106 / 2553
🔵 Statements 82.49% 2106 / 2553
🔵 Functions 44.64% 50 / 112
🔵 Branches 78.97% 154 / 195
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
skore-ui/src/components/DropdownButton.vue 100% 100% 100% 100%
skore-ui/src/components/DropdownButtonItem.vue 100% 100% 100% 100%
skore-ui/src/components/SimpleButton.vue 91.3% 50% 100% 91.3% 1, 40
Generated in workflow #818 for commit 235c36b by the Vitest Coverage Report Action