Skip to content

Commit

Permalink
bride calc tool complete pending manual testing
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-aot committed Jan 28, 2025
1 parent d2181ea commit 342b72e
Show file tree
Hide file tree
Showing 14 changed files with 354 additions and 837 deletions.
14 changes: 7 additions & 7 deletions frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"material-react-table": "^2.13.3",
"mui-nested-menu": "^3.4.0",
"oidc-client-ts": "^3.1.0",
"onroute-policy-engine": "^1.4.1",
"onroute-policy-engine": "^1.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@

&__info-banner {
font-weight: normal;
width: 100%;
}

&__image {
width: 100%;
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
import { Banner } from "../../common/components/dashboard/components/banner/Banner";
import {
getNavButtonTitle,
Expand All @@ -9,7 +8,6 @@ import { InfoBcGovBanner } from "../../common/components/banners/InfoBcGovBanner
import { BANNER_MESSAGES } from "../../common/constants/bannerMessages";
import "./BFCTDashboard.scss";
import { BridgeFormulaCalculationTool } from "./components/BridgeFormulaCalculationTool";
import { BFCT } from "./components/BFCT";

export const BFCTDashboard = () => {
return (
Expand All @@ -28,13 +26,13 @@ export const BFCTDashboard = () => {
className="bfct-dashboard__info-banner"
msg={BANNER_MESSAGES.BRIDGE_FORMULA_CALCULATION_TOOL}
/>
<InfoBcGovBanner
className="bfct-dashboard__info-banner"
msg={BANNER_MESSAGES.BRIDGE_FORMULA_CALCULATION_TOOL}
<img
className="bfct-dashboard__image"
src="/Bridge_Formula_Calculation_Tool_Diagram.png"
alt="Diagram of a truck illustrating the properties requrired for the bridge calculation tool"
/>
</div>
<BridgeFormulaCalculationTool />
{/* <BFCT /> */}
</div>
</>
);
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 342b72e

Please sign in to comment.