🧩 Is your feature request related to a problem? Please describe.
Yes. Currently, the pages in the application take noticeable time to load, especially after navigating between routes. This creates a blank screen and leads to a poor user experience, making it unclear whether the page is still loading or if something went wrong.
✅ Describe the solution you'd like
I’d like to implement a global loader animation that appears during page transitions. This loader should be triggered by Next.js route change events and displayed across all pages. It can be a spinner, progress bar, or any smooth animation that clearly communicates loading status to the user.
🔄 Describe alternatives you've considered
- Using NProgress for a top loading bar animation
- Creating a custom animated loader component using CSS/Framer Motion
🧩 Is your feature request related to a problem? Please describe.
Yes. Currently, the pages in the application take noticeable time to load, especially after navigating between routes. This creates a blank screen and leads to a poor user experience, making it unclear whether the page is still loading or if something went wrong.
✅ Describe the solution you'd like
I’d like to implement a global loader animation that appears during page transitions. This loader should be triggered by Next.js route change events and displayed across all pages. It can be a spinner, progress bar, or any smooth animation that clearly communicates loading status to the user.
🔄 Describe alternatives you've considered