Better graph performance, light theme fixes

This commit is contained in:
Luke Street
2024-09-17 19:16:56 -06:00
parent 7b47efd66d
commit 9aa82494fc
10 changed files with 77 additions and 35 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
data-tooltip="{{ measures.fuzzy_match_percent | round(2) }}% fuzzy match"></div>
</div>
<small class="muted">
<span title="{{ project.timestamp | date }}">Last updated: {{ project.timestamp | timeago }}</span>
<span title="{{ project.timestamp | date }}">Updated {{ project.timestamp | timeago }}</span>
in commit <a href="https://github.com/{{ project.owner }}/{{ project.repo }}/commit/{{ project.commit }}"
target="_blank">{{ project.commit[:7] }}</a>
</small>