Skip to content

Commit

Permalink
Merge pull request #5629 from nickgros/PORTALS-2651
Browse files Browse the repository at this point in the history
PORTALS-2651 - Account for removed bootstrap-4-backport
  • Loading branch information
nickgros authored Feb 7, 2025
2 parents aa06bf8 + fe01664 commit 64f25fe
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 173 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@
"plotly.js": "^2.28.0",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-bootstrap": "^1.6.7",
"react-dom": "18.2.0",
"react-measure": "2.5.2",
"react-plotly.js": "^2.6.0",
"react-transition-group": "2.6.0",
"sass": "^1.63.6",
"spark-md5": "^3.0.2",
"synapse-react-client": "3.3.39",
"synapse-react-client": "3.3.40",
"universal-cookie": "^4.0.4",
"xss": "^1.0.15"
},
Expand Down
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -491,10 +491,6 @@
file="${project.basedir}/node_modules/universal-cookie/umd/universalCookie.min.js"
tofile="src/main/webapp/generated/universalCookie.min.js"
/>
<copy
file="${project.basedir}/node_modules/react-bootstrap/dist/react-bootstrap.min.js"
tofile="src/main/webapp/generated/react-bootstrap.min.js"
/>
<copy
file="${project.basedir}/node_modules/prop-types/prop-types.min.js"
tofile="src/main/webapp/generated/prop-types.min.js"
Expand Down
1 change: 0 additions & 1 deletion src/main/webapp/Portal.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@
loadJs(cdnEndpoint + 'generated/plotly.min.js')
loadJs(cdnEndpoint + 'generated/create-plotly-component.min.js')
loadJs(cdnEndpoint + 'generated/universalCookie.min.js')
loadJs(cdnEndpoint + 'generated/react-bootstrap.min.js')
loadJs(cdnEndpoint + 'generated/synapse-react-client.production.min.js') // We don't load SRC's scss because we include it in our own compiled scss
loadJs(cdnEndpoint + 'generated/croppie.min.js')
loadCss(cdnEndpoint + 'js/diff/diffview.css')
Expand Down
4 changes: 1 addition & 3 deletions src/main/webapp/sass/swc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
$primary-action-color: swc.$synapse-blue,
$secondary-action-color: swc.$synapse-green,
$primary-color-palette: swc.$synapse-primary-color-palette,
$secondary-color-palette: swc.$synapse-secondary-color-palette,
$bootstrap-4-danger-bg: swc.$synapse-red-error,
$bootstrap-4-danger-text-color: white
$secondary-color-palette: swc.$synapse-secondary-color-palette
);
@use 'synapse-react-client/dist/template_style/Index.scss';
Loading

0 comments on commit 64f25fe

Please sign in to comment.