Merge branch 'add-editor' into 'staging'
Add editor component Closes #10 See merge request vis/cat/community-solutions!40
No related branches found
No related tags found
Showing
- frontend/package.json 9 additions, 8 deletionsfrontend/package.json
- frontend/src/components/Editor/BasicEditor.tsx 121 additions, 0 deletionsfrontend/src/components/Editor/BasicEditor.tsx
- frontend/src/components/Editor/Container.tsx 14 additions, 0 deletionsfrontend/src/components/Editor/Container.tsx
- frontend/src/components/Editor/Dropzone.tsx 64 additions, 0 deletionsfrontend/src/components/Editor/Dropzone.tsx
- frontend/src/components/Editor/EditorFooter.tsx 111 additions, 0 deletionsfrontend/src/components/Editor/EditorFooter.tsx
- frontend/src/components/Editor/EditorHeader.tsx 84 additions, 0 deletionsfrontend/src/components/Editor/EditorHeader.tsx
- frontend/src/components/Editor/TabBar.tsx 57 additions, 0 deletionsfrontend/src/components/Editor/TabBar.tsx
- frontend/src/components/Editor/index.tsx 275 additions, 0 deletionsfrontend/src/components/Editor/index.tsx
- frontend/src/components/Editor/utils/types.ts 10 additions, 0 deletionsfrontend/src/components/Editor/utils/types.ts
- frontend/src/components/Editor/utils/undo-stack.ts 73 additions, 0 deletionsfrontend/src/components/Editor/utils/undo-stack.ts
- frontend/src/components/answer.tsx 19 additions, 55 deletionsfrontend/src/components/answer.tsx
- frontend/src/components/comment.tsx 20 additions, 52 deletionsfrontend/src/components/comment.tsx
- frontend/src/components/image-overlay.tsx 1 addition, 0 deletionsfrontend/src/components/image-overlay.tsx
- frontend/src/fetch-utils.tsx 19 additions, 0 deletionsfrontend/src/fetch-utils.tsx
- frontend/yarn.lock 105 additions, 5 deletionsfrontend/yarn.lock
Loading
Please register or sign in to comment