Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: History Button! This feature allows you to easily revisit previously visited tracks and pages. #237

Open
iamgauravbisht opened this issue Apr 14, 2024 · 2 comments · May be fixed by #263

Comments

@iamgauravbisht
Copy link

issue: Accessing previously visited pages isn't straight forward , you have to search for them each time and then navigate to your desired page. This becomes frustrating, especially since many of us frequently copy and paste code from these pages

I've noticed another pull request proposing the addition of a "watch" button that directly links to the relevant video for a given topic. We could integrate this feature into our current setup by including a "video" button that links us to the appropriate video for the topic.

solution: Introducing an "H" (History button) in the app bar, which tracks visited pages and offers users the option to revisit them. I'm utilizing localStorage to remember the pages the user has visited.

dailycode.mp4
@HellBats
Copy link

Do you mean that you want to add frequently visited pages or exact history of visited pages?

@iamgauravbisht
Copy link
Author

Do you mean that you want to add frequently visited pages or exact history of visited pages?

Exact history of visited pages but tracks will be unique.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants