-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(htmlexport): add HTML Export (#1094)
* feat(server): update server * fix(deps): remove aws and mongodb dependencies * chore(cleanup): remove old integration * refactor(structure): add new client * test(lint): reinstall & run ts-lint * fix(client): long loading times when changing mode * fix(language): set language to en for now * fix(ui): change link color * fix(workingCache): delete h5p if tab is closed * chore(deps): update package-lock.json * fix(api): make api naming consistent * fix(state): remove index files for export * fix(client): start with editor for now - dont show launchpad * fix(H5PEditor): remove useless constructor * refactor(state): merge h5p into h5peditor * fix(client): permanent loadingindicator while creating new h5p * fix(client): rename missing h5p to new h5p * test(client): remove deprecated test and install redux-mock-store * ci(install): run install in client * ci(build): remove deprecated version-info-script * fix(client): use correct api for opening files * test(spectron): remove deprecated jest-file and add spectron * refactor(client): add h5p-react instead of h5p-webcomponents (#1091) * refactor(client): add h5p-react instead of h5p-webcomponents * fix(h5p-react): corrected contentId for new content Co-authored-by: Sebastian Rettig <serettig@posteo.de> * fix(deps): upgrade h5p-react to 0.1.1 * refactor(h5peditor): remove deprecated code & use class-methods * fix(deps): upgrade h5p-nodejs-library to @lumieducation/h5p-server * chore(deps): reinstall husky & commitlint * chore(deps): pin dependencies * test(jest): add config * ci(npm): add npm token to build, test and release pipelines * chore(package): update author to GbR * ci(npm): replace workflow with echo script * ci(npm): add name to npm setup * ci(test): remove attach_workspace in test * fix(build-client): skip preflight check in create react app The react-scripts package provided by Create React App requires a dependency: "jest": "26.6.0" Don't try to install it manually: your package manager does it automatically. However, a different version of jest was detected higher up in the tree: * ci(test-order): build server before client * feat(htmlexport): add action types action types are used in the `type` field of an action * feat(htmlexport): add action interfaces action interfaces are only needed when using typescript. * feat(htmlexport): add exportAsHtml action https://github.com/reduxjs/redux-thunk#why-do-i-need-this * feat(htmlexport): add api * feat(htmlexport): add exportButtonState to Tab * feat(htmlexport): add business-logic to reducer * test(htmlexport): add reducer tests * feat(htmlexport): add UI elements * feat(htmlexport): wire up UI with redux-actions * feat(htmlexport): add server endpoint * chore(deps): fix package-locks Co-authored-by: Sebastian Rettig <serettig@posteo.de>
- Loading branch information
1 parent
0da5e88
commit a58b899
Showing
12 changed files
with
2,015 additions
and
2,410 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.