FSOC-OSS / FSOC.V3

MIT License
0 stars 15 forks source link

Loader Not Displaying on Page Load #1

Closed NishantSinghhhhh closed 2 weeks ago

NishantSinghhhhh commented 2 weeks ago

Description: The loader does not appear when the page is loaded. The intended preloader animation is missing, causing the website to skip the loading screen.

Steps to Reproduce:

Open the website. Observe that the loader is not visible when the page is loading. Expected Behavior: The loader should be visible for 2-3 seconds when the page is loading, providing feedback to the user.

Actual Behavior: The loader is not shown at all, and the page loads without any loading animation. Screenshot 2024-09-17 145019

ujjwal006 commented 2 weeks ago

i have fixed the issue

Priya-rai121 commented 2 weeks ago

@NishantSinghhhhh

Expected Behavior: The loader should be visible for 2-3 seconds when the page is loading, providing feedback to the user.

Wouldn't it be better if the loading animation is displayed until the contents of the website have loaded instead of a hardcoded time duration (of 2-3 seconds).

I have fixed the issue and made a PR implementing this feature.

ashum9 commented 2 weeks ago

i have fixed the issue

amar641 commented 2 weeks ago

I have fixed the issue.