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>
+2 -2
View File
@@ -7,11 +7,11 @@
<meta name="darkreader-lock">
<meta name="description" content="Decompilation progress report for {{ project_name }}{% if current_category.id != 'all' %} ({{ current_category.name }}){% endif %}">
<title>{{ project_short_name }}{% if current_category.id != "all" %} ({{ current_category.name }}){% endif %} • Progress Report</title>
<link rel="stylesheet" href="/css/main.min.css?3">
<link rel="stylesheet" href="/css/main.min.css?4">
<script src="https://unpkg.com/htmx.org@2.0.2"
integrity="sha384-Y7hw+L/jvKeWIRRkqWYfPcvVxHzVzn5REgzbawhxAuQGwX1XWe70vji+VSeHOThJ"
crossorigin="anonymous"></script>
<script src="/js/graph.min.js?5"></script>
<script src="/js/graph.min.js?6"></script>
<meta property="og:title" content="{{ project_short_name }}{% if current_category.id != 'all' %} ({{ current_category.name }}){% endif %} is {{ measures.matched_code_percent | round(2) }}% decompiled">
<meta property="og:description" content="Decompilation progress report for {{ project_name }}{% if current_category.id != 'all' %} ({{ current_category.name }}){% endif %}">
<meta property="og:image" content="{{ image_url | safe }}">