feat(files): Make Files app reusable - #63461
Conversation
| import { getPinia } from '../store/index.ts' | ||
|
|
||
| /** | ||
| * Render the full Files app UI (navigation, file list, sidebar) into a foreign |
There was a problem hiding this comment.
cc @susnux, we aggreed that the navigation and the sidebar should not be part of this bootsrap, right?
There was a problem hiding this comment.
Especially in the Circles app, we probaly do no want the left navigation.
There was a problem hiding this comment.
This should neither render the navigation nor the sidebar.
This also should not render the NcAppContent nor NcContent. Instead only the files list should render.
So that basically FilesApp will consist of rendering the NcContent, the navigation, the sidebar and the component (e.g. the FilesList) that will also be used here by this service.
3f2bdd2 to
4d98d71
Compare
Signed-off-by: Tomasz Trillò <tomasz.trillo@dataport.de> Assisted-by: Copilot:Claude-Sonnet-5
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Tomasz Trillò <t.trillo@gmx.de>
4d98d71 to
a194514
Compare
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
There is a need to display files in other apps (e.g. Teams) in the same way as in the Files app, including all available features. This is the first step toward making the Files view available in other apps.
Assisted-by: Copilot:Claude-Sonnet-5
Summary
TODO
Checklist
3. to review, feature component)stable32)AI (if applicable)