doubtfire-lms / doubtfire-web

Angular web application for the Doubtfire front-end
GNU Affero General Public License v3.0
45 stars 332 forks source link

refactor: replace fx-layout with tailwind equivalent - user-badge #774

Closed satikaj closed 9 months ago

satikaj commented 9 months ago

Description

Replaced the fx-layout usage in the user-badge component with the Tailwind equivalent due to the deprecation of the fx-layout library.

Type of change

How Has This Been Tested?

  1. Run the doubtfire-deploy dev container to start the front-end and back-end.
  2. Login with the test tutor account (atutor).
  3. Click on a unit they teach.
  4. Click on the dropdown arrow beside the Search Inbox and select All Students in the Students dropdown.
  5. Click on a student.
  6. The user badge would be on the bottom left of the footer showing the student's profile icon, name, and task name.

Before

before-badge

After

after-badge

Testing Checklist:

Checklist:

maddernd commented 9 months ago

This one has been tested by multiple students and myself and looks to be correct @jakerenzella