Skip to content

Commit

Permalink
feat: Screentime warning (#1686)
Browse files Browse the repository at this point in the history
* wip: screentime warning

* finish the component + jest

* code review and one more test
  • Loading branch information
razvan-pro committed Jun 29, 2022
1 parent d960837 commit ffd15b6
Show file tree
Hide file tree
Showing 7 changed files with 1,954 additions and 1,397 deletions.
1 change: 1 addition & 0 deletions game_frontend/public/handlebars_template.html
Expand Up @@ -159,6 +159,7 @@
<script>
var appData = {
urlForAimmoDashboard: '{% url_for_aimmo_dashboard %}',
{% if request.session.screentime_warning_timeout %}screentimeWarningTimeout: \{{ request.session.screentime_warning_timeout }},{% endif %}
}
</script>
</head>
Expand Down

0 comments on commit ffd15b6

Please sign in to comment.