Skip to content

Add date filters to tech report#1218

Merged
tunetheweb merged 2 commits intomainfrom
add-date-filters-to-tech-report
Mar 10, 2026
Merged

Add date filters to tech report#1218
tunetheweb merged 2 commits intomainfrom
add-date-filters-to-tech-report

Conversation

@tunetheweb
Copy link
Member

Fixes #1126 for @alonkochba

image

@github-actions
Copy link
Contributor

Super-linter summary

Language Validation result
CSS Pass ✅
EDITORCONFIG Pass ✅
HTML Fail ❌
JAVASCRIPT_ES Pass ✅
JSON Pass ✅
PYTHON_BLACK Pass ✅
PYTHON_PYLINT Pass ✅
PYTHON_FLAKE8 Pass ✅

Super-linter detected linting errors

For more information, see the GitHub Actions workflow run

Powered by Super-linter

HTML

   Config loaded: /github/workspace/.github/linters/.htmlhintrc

   Config loaded: /github/workspace/.github/linters/.htmlhintrc

   /github/workspace/templates/techreport/templates/filters.html
�[37m      L61 |�[90m...     <option value="{{ d.value }}" {% if d.value==tech_report_page.filters.start %}selected{% endif %...�[39m
�[37m                                                      ^ �[31mThe value of attribute [ d.value ] must be in double quotes. (attr-value-double-quotes)�[39m
�[37m      L76 |�[90m...     <option value="{{ d.value }}" {% if d.value==tech_report_page.filters.end %}selected{% endif %}>�[39m
�[37m                                                      ^ �[31mThe value of attribute [ d.value ] must be in double quotes. (attr-value-double-quotes)�[39m

Scanned 2 files, found 2 errors in 1 files (37 ms)

@github-actions
Copy link
Contributor

Super-linter summary

Language Validation result
CSS Pass ✅
EDITORCONFIG Pass ✅
HTML Pass ✅
JAVASCRIPT_ES Pass ✅
JSON Pass ✅
PYTHON_BLACK Pass ✅
PYTHON_PYLINT Pass ✅
PYTHON_FLAKE8 Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

@tunetheweb tunetheweb merged commit 27eda43 into main Mar 10, 2026
17 of 19 checks passed
@tunetheweb tunetheweb deleted the add-date-filters-to-tech-report branch March 10, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tech Report: Allow to view a specific timeframe/date range

1 participant