React bootstrap upgrade to v1, migrate to react-beautiful-dnd (#1639)

* Upgrade packages, fix errors, still WIP

* WIP

* Bootstrap v4 upgrade

* Switch to react-beautiful-dnd

* Fixed some issues

* Added to generate signed Mac build for UX

* PR feedback

* Missed one

* PR feedback
This commit is contained in:
Devin Binnie
2021-07-05 21:19:11 -04:00
committed by GitHub
parent 86a3f13a6b
commit 4130c2c37d
27 changed files with 869 additions and 554 deletions

View File

@@ -45,6 +45,7 @@
html {
height: 100%;
font-size: 14px;
}
body {
min-height: 100%;
@@ -68,8 +69,8 @@ body {
transition: opacity 500ms ease-in-out;
}
.has-error .control-label,
.has-error .help-block {
:invalid .col-form-label,
:invalid .form-text {
color: #333;
}
@@ -86,6 +87,7 @@ body {
overflow: hidden;
height: 36px;
background-color: rgba(0,0,0,0.1);
width: 100%;
}
.topBar>.topBar-bg.unfocused {
@@ -249,4 +251,4 @@ body {
.topBar.darkMode .overlay-gradient {
background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #202124 100%);
}
}