Initial commit from gitea_uploader script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user