Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
Update readme with fresh images
  • Loading branch information
ppettitau committed Oct 25, 2024
1 parent 04f888a commit eeb426f
Show file tree
Hide file tree
Showing 18 changed files with 6 additions and 418 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

[eResearch QUT](https://www.qut.edu.au/research/office-of-eresearch) Transcription Service

![homepage](images/homepage.png)
![transcription](images/transcription.png)
![upload](images/upload.png)
![transcriptions](images/transcriptions.png)
![player](images/player.png)

## Linting and Formatting

Expand Down
5 changes: 1 addition & 4 deletions frontend/components/download/download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ import {
Portal,
} from "@chakra-ui/react";
import { ChevronDownIcon } from "@chakra-ui/icons";
import {
TranscriptFormat,
useDownload,
} from "../../hooks/useDownload/useDownload";
import { TranscriptFormat, useDownload } from "../../hooks/useDownload";
import { MdMovie, MdOutlineSubtitles } from "react-icons/md";
import { VscJson } from "react-icons/vsc";
import { Transcription } from "../../model";
Expand Down
64 changes: 0 additions & 64 deletions frontend/components/fileUpload.tsx

This file was deleted.

1 change: 0 additions & 1 deletion frontend/components/uploadQuotas/index.ts

This file was deleted.

18 changes: 0 additions & 18 deletions frontend/components/uploadQuotas/uploadQuota.stories.tsx

This file was deleted.

53 changes: 0 additions & 53 deletions frontend/components/uploadQuotas/uploadQuota.tsx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { useState } from "react";
import { useLogout } from "../../context/auth-context";
import { useLogout } from "../context/auth-context";
import Auth from "@aws-amplify/auth";
import { Storage } from "aws-amplify";
import transcriptDocument, {
TranscriptJob,
} from "../../components/transcriptDocument";
} from "../components/transcriptDocument";
import { Packer } from "docx";
import srtConvert from "aws-transcription-to-srt";
import toWebVTT from "srt-webvtt";
Expand Down
1 change: 0 additions & 1 deletion frontend/inputs/languageInput/languageInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { FunctionComponent } from "react";
import { Props as SelectProps, Select } from "chakra-react-select";
import SUPPORTED_LANGUAGES_SOURCE from "@/public/supported_languages.json";
import { isArray } from "lodash";
import { Text } from "@chakra-ui/react";

export interface LanguageInputProps
extends Omit<SelectProps, "options" | "onChange"> {
Expand Down
1 change: 0 additions & 1 deletion frontend/inputs/piiInput/index.ts

This file was deleted.

13 changes: 0 additions & 13 deletions frontend/inputs/piiInput/piiInput.stories.tsx

This file was deleted.

22 changes: 0 additions & 22 deletions frontend/inputs/piiInput/piiInput.tsx

This file was deleted.

1 change: 0 additions & 1 deletion frontend/inputs/yesNoInput/index.ts

This file was deleted.

13 changes: 0 additions & 13 deletions frontend/inputs/yesNoInput/yesNoInput.stories.tsx

This file was deleted.

Loading

0 comments on commit eeb426f

Please sign in to comment.