Skip to content

Commit 5381d92

Browse files
committed
The future sound of progress
1 parent cbab5bd commit 5381d92

3 files changed

Lines changed: 109 additions & 1 deletion

File tree

webtool/static/css/components/progress.css

Lines changed: 106 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webtool/static/css/fourcat-new.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@
2121
@import url('components/module-card.css');
2222
@import url('components/user-input.css');
2323
@import url('components/processor-options.css');
24+
@import url('components/progress.css');
25+

webtool/templates/dataset-page/dataset-card.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set: main_header = True for a header at the top of the analyiss tree (e.g. on the dataset
55
result page)
66
#}
7-
<header class="card-header dataset-header">
7+
<header class="card-header dataset-header{% if dataset.progress and dataset.progress > 0 and not dataset.is_finished() %} progress progress-{{ (dataset.progress * 100)|round(0)|int }}{% endif %}">
88
{% if dataset.get_own_processor().icon %}{% set icon = dataset.get_own_processor().icon %}{% endif %}
99
{% include 'components/module-icon.html' %}
1010
<{% if main_header %}h1{% else %}h3{% endif %}>

0 commit comments

Comments
 (0)