Sebastian Fey

Results 117 comments of Sebastian Fey

I second this. And additionally, it could be discussed if it’s desirable to keep the data in the Vue store to even further reduce the network load

I wonder where this should be going. E.g., should the app become a PWA like [discussed here](https://github.com/nextcloud/notes/issues/122) for the Notes app? Then it should probably have all data cached in...

do you know of any data-privacy friendly out-of-the-box solutions for collecting such data?

I think what Christian is saying is: The implementation of such a feature is done in the frontend code and doesn’t require touching the backend code :)

Questions that need to be clarified here are: What should be the happy path? Would you *always* want to immediately end up in the editor after clicking the import button?...

> Aside: wow, I've written a lot for this very minor issue already. If no one else seems to care about my minor gripe here, I'm happy to continue just...

@christianlupus A dedicated import dialog could be a solution and will be necessary for #288 anyway, so we could already use it here. If I understood you correctly, clicking the...

@bluszcz If you would like to start the development, I can assign you to this issue. Since nobody mentioned he would start working on this, from my experience, the chances...

To be honest, I never tried this. As a workaround, you could also show a dialog window for renaming the category? Or show a menu, when clicking on the breadcrumb...

Not in particular, but maybe it’s possible to show either a [modal](https://nextcloud-vue-components.netlify.app/#/Components/Modal) (might be a little to much "in ya face") or a [popover](https://nextcloud-vue-components.netlify.app/#/Components/Popover), maybe in concert with an [Action](https://nextcloud-vue-components.netlify.app/#/Components/Actions)?