-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added - Manage xAPI statements in backend application. - Listen to plyr player events and send xAPI statements to the backend application. - Installation of Grommet in the front application. Will be used to theme our application. - Display upload progress when a resource is uploaded. - Use a theme with Grommet instead of ad-hic variables. - Replace our button with Grommet's. Fixed - Remove the `styledComponentWithProps` we used to type styled components thanks to a newer version of the library - Rework `Jest` config to use babel
- Loading branch information
Showing
3 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = marsha | ||
description = A FUN video provider for Open edX | ||
long_description = file:README.rst | ||
version = 2.0.1 | ||
version = 2.1.0 | ||
author = Open FUN (France Universite Numerique) | ||
author_email = [email protected] | ||
license = MIT | ||
|
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