Replace the deprecated fx-Layout with equivalent Tailwind for task dashboard component.
How Has This Been Tested?
Log in to a student account
Select an enrolled unit
Select a specific task
The task dashboard component appears in the center section
A file named task-dashboard.tpl.html defines different views in the section, including View Task Details, View Submission, View Task Sheet, Download Submission PDF, Download Submission Files, and View Submission History.
If the view contents PDF format, there is a link with resize feature
If the view does not content PDF format, the elements are displayed in column, with full width and height, and center align
Before:
After:
Testing Checklist:
[x] Tested in latest Chrome
[x] Tested in latest Safari
[x] Tested in latest Firefox
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code in hard-to-understand areas
[x] I have made corresponding changes to the documentation
Description
Replace the deprecated fx-Layout with equivalent Tailwind for task dashboard component.
How Has This Been Tested?
Before:
After:
Testing Checklist:
Checklist: