Initial commit from gitea_uploader script

This commit is contained in:
bizzle
2025-08-12 19:35:08 -04:00
parent c913946c08
commit d8bb989f8c
13 changed files with 234 additions and 18 deletions
+1
View File
@@ -37,6 +37,7 @@ const PDFExport = ({ weekDays, timeEntries, userName }) => {
? 'bg-green-600 hover:bg-green-700 text-white'
: 'bg-gray-300 dark:bg-gray-600 text-gray-500 dark:text-gray-400 cursor-not-allowed'
}`}
title={hasEntries ? 'Download a printable PDF of your timesheet' : 'No data to export as PDF'}
>
<Download className="h-5 w-5" />
Download PDF