Skip to content

Commit

Permalink
add screen shots and remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed Oct 30, 2023
1 parent 06281e1 commit 64d9518
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ educational purposes." src="./apps/frontend/src/images/logo-sign.svg">

## Overview

<img width="80%" alt="" src="./docs/assets/screencapture_1.png">

Celluloid is a collaborative video annotation application designed for educational purposes.

With Celluloid, you can find a [PeerTube](https://joinpeertube.org/) video, select an educational objective, annotate the video, share it with your students, collect their answers, and respond to their questions.
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const App = () => {
<AppRouters />
</BrowserRouter>
</ConfirmProvider>
<ReactQueryDevtools initialIsOpen={false} />
{/* <ReactQueryDevtools initialIsOpen={false} /> */}
</QueryClientProvider>
</trpc.Provider>
</SnackbarProvider>
Expand Down
3 changes: 0 additions & 3 deletions apps/frontend/src/components/annotation/ContextualEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ export const ContextualEditor: React.FC<ContextualEditorProps> = () => {
overflow: "hidden",
}}
>
<Typography color="white">
{JSON.stringify(contextualEditorState)}
</Typography>
<Box sx={{ height: height, width: width, overflow: "hidden" }}>
<Draggable
defaultPosition={defaultPosition}
Expand Down
1 change: 0 additions & 1 deletion apps/frontend/src/pages/create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ const PeerTubeVideoUrlForm: React.FC<PeerTubeVideoUrlFormProps> = ({
formik.setFieldValue("data", data);
formik.setFieldTouched("data");
formik.submitForm();
alert("submited");
}
},
onError: () => {
Expand Down
Binary file added docs/assets/screencapture_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 64d9518

Please sign in to comment.