-
Notifications
You must be signed in to change notification settings - Fork 372
chore: migrate reactstrap to react bootstrap #8897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: migrate reactstrap to react bootstrap #8897
Conversation
this has a failing test that seems to be something new. here are docs to run the tests locally: |
d68f38c
to
9cfda9f
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #8897 +/- ##
==========================================
- Coverage 77.67% 77.66% -0.02%
==========================================
Files 577 577
Lines 29044 29066 +22
Branches 3573 3607 +34
==========================================
+ Hits 22561 22574 +13
- Misses 6318 6327 +9
Partials 165 165 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ui/css/treeherder-custom-styles.css
Outdated
background-color: rgba(20, 19, 19, 0.3); | ||
} | ||
|
||
.visually-hidden { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- All these
!important
rules feel like a hack - can they be avoided? - Is there a caller for this class? Neither in pre-existing nor in new code I can find one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, let's remove this class.
9cfda9f
to
1737df9
Compare
1737df9
to
5fe367f
Compare
… of rendering issues with dropdowns and bugfiler This reverts commit 03400e2.
This had to be reverted:
|
@Archaeopteryx : do you have any more specifics about the Repository dropdowns? The main one looks good to me. But is there a drop-down that somewhere else that's not working right? Also, do you have any specific drop downs in perforator where the menus were detached from their toggles? I can't seem to find them. |
This made a lot of changes. Thankfully, there is a very similar, modern package called
react-bootstrap
that I was able to upgrade to. This looks to be working quite well. But I am not able to log into Push Health to check that yet.