nextcloud / viewer

🖼 Simple file viewer with slideshow for media
GNU Affero General Public License v3.0
98 stars 55 forks source link

[bug] The URL gets changed on `prev` / `next` #2567

Closed susnux closed 2 weeks ago

susnux commented 1 month ago
  1. Open a folder in files that contains images
  2. Open a file
  3. See URL looks like apps/files/files/123?dir=/review&openfile=true
  4. Click on Next or Previous
  5. See that the URL changes to /apps/files/?openfile=true and in the background the files app navigates to a different folder

On close the correct folder is restored, but this causes unnecessary requests in the background and in unexpected behavior.