Skip to content

Commit

Permalink
Migrate SUIR components to MUI.
Browse files Browse the repository at this point in the history
Closes #9796.
  • Loading branch information
fniessink committed Jan 16, 2025
1 parent b7dbe63 commit 99247ea
Show file tree
Hide file tree
Showing 195 changed files with 3,322 additions and 5,568 deletions.
193 changes: 5 additions & 188 deletions components/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions components/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,15 @@
"@mui/x-date-pickers": "^7.23.6",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"fomantic-ui-css": "^2.9.3",
"history": "^5.3.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-datepicker": "^7.6.0",
"react-dom": "^18.3.1",
"react-grid-layout": "^1.5.0",
"react-hash-link": "1.0.2",
"react-is": "^18.3.1",
"react-timeago": "^7.2.0",
"react-toastify": "^11.0.3",
"semantic-ui-react": "^2.1.5",
"victory": "^37.3.6"
},
"scripts": {
Expand Down
20 changes: 1 addition & 19 deletions components/frontend/src/App.css
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
.MainContainer {
flex: 1;
margin-top: 6em;
padding-left: 1em;
padding-right: 1em;
}

@media print {
.MainContainer {
margin-top: 0em;
}
}

html {
scroll-padding-top: 163px; /* height of sticky header */
}

:root {
--inverted-menu-background-color: #1b1c1d;
--selection-color: #2185d0;
scroll-padding-top: 176px; /* height of sticky header */
}
Loading

0 comments on commit 99247ea

Please sign in to comment.