Skip to content
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

feat: emit current folder and fix update type #75

Merged
merged 1 commit into from
Jun 25, 2021

Conversation

LukasHirt
Copy link
Collaborator

When loading new folder in Location picker, we are emitting an "update" with the current route as an argument. We've fixed that the argument has type array now so that it is consistent with all other arguments returned in the update event. We've also added event called folderLoaded that is emitted every time a loading of any folder has ended.
It is emitting the current folder as an argument.

Fixes #71

@LukasHirt LukasHirt added bug Something isn't working enhancement New feature or request labels Jun 23, 2021
@LukasHirt LukasHirt requested a review from kulmann June 23, 2021 14:40
@LukasHirt LukasHirt self-assigned this Jun 23, 2021
src/main.js Outdated Show resolved Hide resolved
@LukasHirt LukasHirt force-pushed the feat/different-update-events branch from fe13cc5 to 76d6e4f Compare June 25, 2021 09:41
@LukasHirt LukasHirt requested a review from kulmann June 25, 2021 09:41
@LukasHirt
Copy link
Collaborator Author

As it was only a change of one word I did a rebase. It shouldn't make the review harder

Copy link
Contributor

@kulmann kulmann left a comment

Choose a reason for hiding this comment

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

Nice! 👍

@LukasHirt LukasHirt merged commit f008385 into master Jun 25, 2021
@LukasHirt LukasHirt deleted the feat/different-update-events branch June 25, 2021 10:17
ownclouders pushed a commit that referenced this pull request Jun 25, 2021
Merge: e36e500 76d6e4f
Author: Lukas Hirt <[email protected]>
Date:   Fri Jun 25 12:17:06 2021 +0200

    Merge pull request #75 from owncloud/feat/different-update-events

    feat: emit current folder and fix update type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Select current folder" not possible with hidden Select button
2 participants