Skip to content

Conversation

ThomasCode92
Copy link
Owner

🧭 Fix Breadcrumbs & Improve Folder Navigation

✨ Summary

This PR enhances the folder navigation experience by fixing the breadcrumbs and updating folders to use Link components for navigation. This removes reliance on client-side state, resulting in a more consistent and reliable routing behavior.


🛠️ What’s Included

  • 🧱 Breadcrumb Fix
    • Corrects breadcrumb generation and display across nested folders.
  • 🔗 Link-Based Navigation
    • Replaces client state navigation with Next.js’s <Link> components.
    • Ensures each folder transition is reflected in the URL, improving usability.

📌 Notes

  • Using Link elements improves accessibility, bookmarking, and browser navigation support.
  • This change simplifies the app logic and sets the stage for better route-based state management.

Copy link

netlify bot commented Jun 5, 2025

Deploy Preview for t4s-drive-tutorial ready!

Name Link
🔨 Latest commit e445a2d
🔍 Latest deploy log https://app.netlify.com/projects/t4s-drive-tutorial/deploys/6841e43c3289490008039dbf
😎 Deploy Preview https://deploy-preview-5--t4s-drive-tutorial.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@ThomasCode92 ThomasCode92 merged commit 2f4fc90 into main Jun 5, 2025
5 checks passed
@ThomasCode92 ThomasCode92 deleted the breadcrumbs branch June 5, 2025 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant