You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you use docExpansion: list there's a bunch of network requests happening, then everything is expanded. In the meantime it just looks like it hangs for the user.
First, it would be nice to add a callback for when the expansion has finished. Right now I hack this:
When you use
docExpansion: list
there's a bunch of network requests happening, then everything is expanded. In the meantime it just looks like it hangs for the user.First, it would be nice to add a callback for when the expansion has finished. Right now I hack this:
Maybe Swagger-UI could also display something with each endpoint being expanded asynchronously to show progress.
The text was updated successfully, but these errors were encountered: