cms icon indicating copy to clipboard operation
cms copied to clipboard

feature: Optimizing Course Page Navigation with Link Tag Integration

Open vijaysingh2219 opened this issue 1 year ago • 1 comments

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.

vijaysingh2219 avatar Apr 16 '24 08:04 vijaysingh2219

Hey @hkirat, since I've already implemented this feature, do you think this should be merged?

vijaysingh2219 avatar Apr 16 '24 09:04 vijaysingh2219