Replies: 1 comment 2 replies
-
|
We made a change to profiles yesterday so that I'll file an issue for the 404 on the lists route without a list slug. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I access stars from the nav profile dropdown, it takes me to the profile tab (even though its not a visible tab on profiles?): https://github.com/MattIPv4?tab=stars
If I then access a list from that view, it takes me to a stars sub-route, rather than the profile tab (this is a new page I believe): https://github.com/stars/MattIPv4/lists/a
If I remove the list slug from that route, which I'd expect to show me all my lists, it's a 404: https://github.com/stars/MattIPv4/lists
But if I remove the lists part of that path, and just access https://github.com/stars/MattIPv4, then this is a valid page with all my stars, but not my lists?
Imo, I like the new stars sub-route, and would love for everything to be handled under there rather than via the profile tab :)
Beta Was this translation helpful? Give feedback.
All reactions