Rakshit-gen / Slanine

An AI solution for everything, powered by Gemini 1.5 Flash. Uses templates to do all your tasks
https://slanine-s4bi.vercel.app
14 stars 29 forks source link

Add Loader During Page Navigation #57

Open harish08102004 opened 1 week ago

harish08102004 commented 1 week ago

Description Add a global loading spinner that appears when navigating between pages in the Next.js app. This will enhance the user experience by providing feedback during page transitions, especially when there is a delay in loading the new page or fetching data.

Current Behavior Currently, there is no visual indication of loading when navigating between pages in the Next.js app, which can lead to confusion, especially on slower connections or when pages involve data fetching.

Expected Behavior

Requirements

Global Loading State:

Loader Component:

Page Navigation Tracking:

Styling:

Accessibility:

Performance Considerations:

avishek999 commented 1 week ago

assign me this task

avishek999 commented 1 week ago

also this issue to be fixed under hackOctoberFest and GSSOC-Extd label under any Level

Rakshit-gen commented 1 week ago

Assigned to both of you @avishek999 and @harish08102004 Work on it and update me!

avishek999 commented 1 week ago

@Rakshit-gen can you please specify at what pages do you need the loader and do i need add my own creds in .env??

Rakshit-gen commented 1 week ago

On every page wherever you find it necessary @avishek999 And yes you have to create your own .env file

Rakshit-gen commented 3 days ago

@avishek999 any updates?