-
-
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
Sidebar sections integration #16312
Sidebar sections integration #16312
Conversation
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
<div :is="section($refs['section-'+$index], fileInfo)" :file-info="fileInfo"></div> | ||
</div> | ||
|
||
<collection-list v-if="fileInfo" type="file" :id="`${fileInfo.id}`" :name="fileInfo.name"></collection-list> |
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.
Do you need it as string?
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.
Yes, the id of a project resource is of type string, so we need to cast.
@skjnldsv I leave bumping the nextcloud-vue-collections to 0.5.4 up to you if thats fine, so we have a bit less rebasing work here. |
7b7239c
to
87480c0
Compare
@juliushaertl What is the status here? We are close to the beta 1. Should this go into 17 or 18? |
18 since this is part of #15719 |
9cf8980
to
e45019f
Compare
3bcc7b6
to
4241a55
Compare
866e069
to
f27f965
Compare
00ff19d
to
cc1a2c9
Compare
Requires a new build of nextcloud-vue-collections