Scope Bugs: repos limit / can't share scopes / UI breaks (solved) #11714
Replies: 1 comment 1 reply
-
I've fixed the UI issue, so now you should be able to scroll that box. Sorry about that! As for the other issues:
I agree wtih the limitations of localstorage being unfortunate, but we won't change that in the immediate term. They CAN be shared with teammates. If you send somebody a custom scope URL and they open it in their browser, they'll automatically get the custom scope added to their cs.github.com
I'll look into what I can do on this. Ultimately we may also run into limits with URL length as well... but perhaps it can be made a bit longer than it currently is |
Beta Was this translation helpful? Give feedback.
-
1/3 Scopes are being stored in local storage. this is less than optimal because:
2/3 there is a limit to the number of repos that can be added to a scope.
I guess that this is because you can't the input can't contain more than 500 characters (in the
advanced
tab).This means that I need to split my scope into 2 separate scopes
3/3 When adding more the 8 repos, the UI breaks:
Beta Was this translation helpful? Give feedback.
All reactions