-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove unnecessary json file * Don't commit DS_Store files * Move data package to peer dependencies. * Update TS config for record package * Initial features for consent video trial. * Move/New templates * Rename error file to "errors" * Rename survey consent file * Add style changes * Expose consent video plugin * Update recorder start * Change exposed survey trial names * Remove record as a dependency * Update to recorder class * Add error classes * Move scss to record package * Play is active after playback. * Remove unused template * Update border for play icon * Update package lock * Change to Rollup processing images * Update tests * changeset * Rename consent video plugin to VideoConsentPlugin * Fix odd double import * Update docs after renaming exposed classes * Uncomment wrongly commented tests.
- Loading branch information
Showing
38 changed files
with
1,302 additions
and
610 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@lookit/surveys": patch | ||
"@lookit/record": patch | ||
"@lookit/style": patch | ||
"@lookit/data": patch | ||
--- | ||
|
||
Add consent video trial |
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 |
---|---|---|
|
@@ -3,4 +3,5 @@ dist | |
coverage | ||
Procfile | ||
.env | ||
site | ||
site | ||
.DS_Store |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
img#record-icon, | ||
img#play-icon { | ||
top: 7px; | ||
left: 7px; | ||
height: 25px; | ||
position: absolute; | ||
} | ||
|
||
div#lookit-jspsych-video-container { | ||
position: relative; | ||
width: min-content; | ||
} |
Oops, something went wrong.