sst-product-team / attendance-app

Scaler School of Technology Application
Apache License 2.0
2 stars 5 forks source link

Enhancement: Add shimmer in class view #9

Open Diwakar-Gupta opened 8 months ago

Diwakar-Gupta commented 8 months ago

In CurrentClassScreen.tsx where class is still not loaded if passes null to ClassView and ClassView has to handle null case but this should not handle ideally we should show a shimmer(placeholder) when CurrentClassScreen is fetching class data from server if there is a class then pass it to ClassView else show there is not class at all.

Rudrakc commented 8 months ago

I would like to work on this issue , please assign me