-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[stable28] feature(files): Hide breadcrumbs when an upload is ongoing on narrow screen #40942 #43834
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Rebasing.... ⌛ |
83381cd
to
59cfded
Compare
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
59cfded
to
e22b67d
Compare
if (path === '/') { | ||
return this.$navigation?.active?.name || t('files', 'Home') | ||
} | ||
|
||
const fileId = this.getFileIdFromPath(path) | ||
const node = this.getNodeFromId(fileId) | ||
const fileId: number | undefined = this.getFileIdFromPath(path) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not get why hard coding this is needed instead of implicit type from function return?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no idea 😅
I don't recall when I added this. Might have had a brain Zapp 🙃
Backport of #43325
Backport of #44162
Warning, This backport's changes differ from the original and might be incomplete⚠️
Todo
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.