cloud_bbb icon indicating copy to clipboard operation
cloud_bbb copied to clipboard

Use the official framework Nextcloud to improve the UI and UX design

Open zak39 opened this issue 2 years ago • 0 comments

Hi :wave:

I noticed this project uses the react framework and it's very frustrated to work/improve on the connector while Nextcloud uses Vue.js .

Nextcloud has been using vue.js since version 24 and an official documentation is available with libraries to dev : https://github.com/nextcloud-libraries/?q=vue&type=all&language=&sort= .

What do you think to use Vue.js instead of React? If it's okay for you, I think you/we have to migrate step by step., component by component.

If you are opposed to this idea, why? What are technical or not constraints?

Of course, it's always possible to use TypeScript with Vue.js.

With this the official framework, we/you can use :

  • The NcModal to have a modal window : https://nextcloud-vue-components.netlify.app/#/Components/NcModal ;
  • The NcAppSettings to have a modal window to setting a room (for exampe) : https://nextcloud-vue-components.netlify.app/#/Components/App%20containers?id=ncappsettings
  • And so on.

zak39 avatar Dec 22 '23 10:12 zak39