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

Looks/migrate home component #781

Open BrianJCal99 opened 9 months ago

BrianJCal99 commented 9 months ago

Description

Replaced FxLayout components with Tailwind equivalent while maintaining the visual appearance and responsiveness of the application. (welcome component)

Before

image

image

image

After

image

image

image

BrianJCal99 commented 9 months ago

@maddernd

jakerenzella commented 9 months ago

Looks like an OK start, but some issues:

<span fxFlex="10"></span> -> this should use tailwind's flex basis, although I'm not 100% sure what the equivalent unit would be. Could you look into that?