Describe your feature request
Improve the URL for Replit comment notifications. The default feature is to take you to https://replit.com/@[username]/[Repl-slug]?c=[x]
. However, if too many comments have been made on the Repl, you will have to keep clicking “Load more comments” until you finally get to the comment you got a notification for. But, by using the URL https://replit.com/@[username]/[Repl-slug]?c=[x]&after=[y]
with y
being the value of the parent comment ID + 1, it will take you to the comment, no matter how buried it is.
What problem(s) would this feature solve?
This would allow you to view the comment you got a notification for even if you are behind on checking notifications or the Repl has a lot of comments and it got buried.
Explain what you were trying to do when you came across the problem leading to this feature request
I was trying to check notifications and it is bothersome to have to keep clicking “load more comments” when there is such an easy fix for this.
Now since it does not load the most recent comments, but rather starts wuth the parent comment of the one you got the notification for, it would probably be helpful to include a “Load newer comments” button at the top as well. Still, I don’t think this would be a difficult feature to include.
Firepup650 helped me fine-tune the URL to make it optimal.