Skip to content

Commit

Permalink
chore: update patch notes
Browse files Browse the repository at this point in the history
  • Loading branch information
idabblewith committed Oct 1, 2024
1 parent b850f80 commit c6c1351
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/components/Fun/DatePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
} from "@/components/ui/popover";
import { Button } from "@/components/ui/button";
import { CalendarIcon } from "lucide-react";
import { Calendar } from "../ui/calendar";
import { Calendar } from "@/components/ui/calendar";
import { cn } from "@/lib/utils";
import * as PopoverPrimitive from "@radix-ui/react-popover";
import { format } from "date-fns";
Expand Down
21 changes: 13 additions & 8 deletions src/components/Pages/Dashboard/PatchNotes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,22 +143,27 @@ export const PatchNotes = ({ userData }: IUserInterface) => {
marginLeft={"21px"}
>
<ListIcon as={MdCheckCircle} color="green.500" />
Update: With the assistance of OIM, SPMS has migrated to new
infrastructure! The app has been tested but there may still be
bugs as a result of this change. Please report any issues below.
Fix: Staff profile image bug (not appearing)
</ListItem>
<ListItem
fontSize={"small"}
textIndent={"-21px"}
marginLeft={"21px"}
>
<ListIcon as={MdCheckCircle} color="green.500" />
Feature: With the assistance of OIM, The staff profiles app is now
integrated in production! Visit the staff profiles page to update
your public details (science-profiles.dbca.wa.gov.au). Projects
are based on SPMS projects and use the descriptions entered on
each project. Publications will be added at a later date.
Fix: Annual Report generation bug (stuck in generating)
</ListItem>
<ListItem
fontSize={"small"}
textIndent={"-21px"}
marginLeft={"21px"}
>
<ListIcon as={MdCheckCircle} color="green.500" />
Update: Adjsuted annual report styles; limited scientists to
leader and science support, adjusted font sizes and colours, left
aligned items etc.
</ListItem>

<ListItem
fontSize={"small"}
textIndent={"-21px"}
Expand Down

0 comments on commit c6c1351

Please sign in to comment.