{% set page_title = 'GSM Overview' %} {% set page_specific_css = 'overview.css' %} {% set include_heatmap_css = true %} {% set include_chartjs = true %} {% set additional_css = ['search.css'] %} {% include 'components/html-head.html' %}

GSM - Overview

{% include 'components/navigation.html' %} {% include 'components/popups.html' %}

🎮 Today's Sessions

Loading...

📊

Overall Game Statistics

- Characters
- Chars/Hour
- Time Spent
- Est. Time Left
⏱️

Current Session Statistics

- Session Hours
- Session Chars
- Started
- Ended
- Session Chars/Hour

Activity Heatmap

{% set tokenization_enabled = ( master_config is not none and master_config.experimental is not none and master_config.experimental.enable_experimental_features and master_config.experimental.enable_tokenization ) %} {% if tokenization_enabled %}

Learning History

Loading learning history...

{% endif %}

📅 Today's Overview

Loading...

- Hours Spent
- Characters
- Sessions
- Chars/Hour

📚 All Games Overview

Loading...

- Characters
- Time Spent
- Chars/Hour
- Sessions
Overall Progress
-
Games Completed
-
Total Sentences
{% include 'components/game-import-modals.html' %} {% include 'components/settings-modal.html' %}
{% set session_gap = stats_config.session_gap_seconds | default(3600) %} {% set streak_req = config.advanced.streak_requirement_hours | default(1.0) %} {% set hours_target = stats_config.reading_hours_target | default(1500) %} {% set chars_target = stats_config.character_count_target | default(25000000) %} {% set games_target = stats_config.games_target | default(100) %} {% set heatmap_year = 'all' %} {% set first_date = first_rollup_date | default('') %} {% set stats_config_vars = { 'sessionGapSeconds': session_gap, 'streakRequirementHours': streak_req, 'readingHoursTarget': hours_target, 'characterCountTarget': chars_target, 'gamesTarget': games_target, 'heatmapDisplayYear': heatmap_year, 'firstDate': first_date } %} {% set config_vars = stats_config_vars %} {% set config_object_name = 'statsConfig' %} {% set include_heatmap_js = true %} {% set page_specific_js = 'overview.js' %} {% set additional_js = ['unified-search.js', 'game-import-widget.js'] %} {% include 'components/js-config.html' %}