ImEX and App Improvements.

This commit is contained in:
Patrick Fic
2024-03-15 09:29:49 -07:00
parent 7e01f667b3
commit f279fc1e81
16 changed files with 141 additions and 88 deletions

View File

@@ -1,5 +1,5 @@
import Icon from "@ant-design/icons";
import {Popover} from "antd";
import {Popover, Space} from "antd";
import _ from "lodash";
import dayjs from "../../utils/day";
@@ -135,7 +135,7 @@ export function ScheduleCalendarHeaderComponent({
const LoadComponent = loadData ? (
<div>
<div className="imex-flex-row imex-flex-row__flex-space-around">
<Space align='center'>
<Popover
placement={"bottom"}
content={jobsInPopup}
@@ -155,7 +155,7 @@ export function ScheduleCalendarHeaderComponent({
{(loadData.allHoursOut || 0) && loadData.allHoursOut.toFixed(2)}
</Popover>
<ScheduleCalendarHeaderGraph loadData={loadData}/>
</div>
</Space>
<div>
<ul style={{listStyleType: "none", columns: "2 auto", padding: 0}}>
{Object.keys(ATSToday).map((key, idx) => (