feature: Optimizing Course Page Navigation with Link Tag Integration
Description Currently, the courses page displays video and notes sections within the sidebar, utilizing the onClick attribute for navigation. While this setup offers convenient content access, it limits user navigation options and multitasking capabilities. Users cannot open multiple topics in separate tabs, impeding efficient learning and reference.
Solution
Upgrade the video and notes sections in the sidebar by integrating the Link component from Next.js. This implementation will transform the sections, enabling users to navigate seamlessly to various topics. Additionally, users will be able to open multiple topics in separate tabs simultaneously, leveraging the Ctrl + left-click function will facilitate the effortless opening of these links in new tabs.
Hey @hkirat, since I've already implemented this feature, do you think this should be merged?