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
Reorganize request group view #1603
Conversation
I definitely like the side menu layout here. Two questions/comments:
|
The only caveat is that it won't show up until the user selects it for the first time. Otherwise we'd have to preload all the requests, which slows things down significantly. Not sure if that's a good tradeoff. |
I think that's an ok tradeoff. Just to clarify, by 'load all the requests', your talking about individual calls for each in the group, not the /requests endpoint right? |
Correct, I mean the request details for each. |
|
Switches to using a side nav instead of tabs for better usability with large request groups. Also makes the feature more noticeable.
Desktop
Mobile
Menu
(Also has
Apply to all requests in group
tooltip)