{{- stat::stat_section(
"about",
"About",
"Repository metadata",
"ghrm-about-stats ghrm-summary-panel",
stats.metadata.as_slice(),
) -}}
{{- stat::stat_section(
"history",
"History",
"Repository history",
"ghrm-about-stats ghrm-summary-panel",
stats.history.as_slice(),
) -}}
{{- stat::language_section(
"languages",
"ghrm-languages ghrm-summary-panel",
stats.languages.as_slice(),
stats.language_total.as_str(),
) -}}
{{- stat::stat_section(
"activity",
"Activity",
"Repository activity",
"ghrm-about-stats ghrm-summary-panel",
stats.activity.as_slice(),
) -}}
{% if !details.directory.is_empty() %}
Directory Metrics
| Metric |
Value |
{%- for item in details.directory %}
| {{ item.label }} |
{{ item.value }} |
{%- endfor %}
{% endif %}
{% if !details.filters.is_empty() %}
Available Filters
| Group |
Files |
Dirs |
Size |
{%- for row in details.filters %}
|
{{ row.label }}
{%- if row.default_enabled %}
*
{%- endif %}
|
{{ row.files }} |
{{ row.dirs }} |
{{ row.size }} |
{%- endfor %}
{% endif %}
{{- about::detail_list_panel(
"paths",
"Paths",
"Runtime paths",
details.paths.as_slice(),
false,
) -}}
{{- about::detail_list_panel(
"network",
"Network",
"Runtime network",
details.network.as_slice(),
true,
) -}}