Scroll Resume (#1460)
* When we navigate from a page then back, resume back on the last scroll key (if clicked) * Resume jump key position when navigating back to a page. Removed some extra blank space on collection detail when a collection doesn't have a summary or cover image. * Ignore progress events on series cards * Added a url to swagger for /, which could be reverse proxy url
This commit is contained in:
parent
ac9f1c722e
commit
268f4368fa
5 changed files with 44 additions and 40 deletions
|
|
@ -111,6 +111,12 @@ namespace API
|
|||
}
|
||||
});
|
||||
|
||||
c.AddServer(new OpenApiServer()
|
||||
{
|
||||
Description = "Custom Url",
|
||||
Url = "/"
|
||||
});
|
||||
|
||||
c.AddServer(new OpenApiServer()
|
||||
{
|
||||
Description = "Local Server",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue