Feat: Full combined report now working properly. Lotsa stuff fixed.

This commit is contained in:
2026-03-06 22:32:54 +00:00
parent 2b69518b33
commit 14856e61ef
2 changed files with 692 additions and 435 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -12,7 +12,7 @@
<h1 class="text-2xl font-bold text-gray-900 dark:text-white">Combined Report Wizard</h1> <h1 class="text-2xl font-bold text-gray-900 dark:text-white">Combined Report Wizard</h1>
<p class="text-sm text-gray-500 dark:text-gray-400 mt-1">{{ project.name }}</p> <p class="text-sm text-gray-500 dark:text-gray-400 mt-1">{{ project.name }}</p>
</div> </div>
<a href="/api/projects/{{ project_id }}" <a href="/projects/{{ project_id }}"
class="px-4 py-2 bg-gray-200 dark:bg-gray-700 text-gray-700 dark:text-gray-300 rounded-lg hover:bg-gray-300 dark:hover:bg-gray-600 transition-colors text-sm w-fit"> class="px-4 py-2 bg-gray-200 dark:bg-gray-700 text-gray-700 dark:text-gray-300 rounded-lg hover:bg-gray-300 dark:hover:bg-gray-600 transition-colors text-sm w-fit">
← Back to Project ← Back to Project
</a> </a>