Skip to content

[stable29] feat: Reset route if neither the Viewer of the Sidebar is open - #48001

Merged
artonge merged 2 commits into
stable29from
backport/47920/stable29
Sep 16, 2024
Merged

[stable29] feat: Reset route if neither the Viewer of the Sidebar is open#48001
artonge merged 2 commits into
stable29from
backport/47920/stable29

Conversation

@backportbot

@backportbotbackportbotBot commented Sep 15, 2024

Copy link
Copy Markdown

Backport of #47920

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Amend HEAD commit to remove the line stating to skip CI

Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@skjnldsvskjnldsv left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocking, opening Viewer seems to change dir to root

When the viewer or the sidebar is opened, we add the fileid to the route.
When both of them are closed, we do not remove the fileid from the route.
This means that, upon reload, the sidebar will be opened even though it was closed previously.
This PR ensure that the fileid is removed from the route when both the Sidebar and the Viewer are closed.
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: Louis Chemineau <louis@chmn.me>
@artonge
artongeforce-pushed the backport/47920/stable29 branch from 7aae0bf to 08c35a5CompareSeptember 16, 2024 09:59
@artonge
artonge marked this pull request as ready for review September 16, 2024 10:00
@artonge
artonge merged commit bac653a into stable29Sep 16, 2024
@artonge
artonge deleted the backport/47920/stable29 branch September 16, 2024 12:21
@AltahrimAltahrim mentioned this pull request Oct 1, 2024
1 task
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsenhancementfeature: file sidebarRelated to the file sidebar componentfeature: filesjavascript

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@artonge@skjnldsv