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

Migrate all React code to Vue #3140

Open
provokateurin opened this issue Aug 27, 2024 · 2 comments
Open

Migrate all React code to Vue #3140

provokateurin opened this issue Aug 27, 2024 · 2 comments
Labels
1. to develop Issues that are ready for development enhancement technical debt

Comments

@provokateurin
Copy link
Member

How to use GitHub

  • Please use the 👍 reaction to show that you are interested into the same feature.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Is your feature request related to a problem? Please describe.
Some parts of the app are still written in React which makes it harder to maintain and keep in line with the rest of Nextcloud

Describe the solution you'd like
Rewrite all React parts to become Vue.
Probably can be done incrementally, since the app already uses some Vue.
At the end remove all React dependencies and configuration.

@provokateurin provokateurin added enhancement 1. to develop Issues that are ready for development labels Aug 27, 2024
@provokateurin
Copy link
Member Author

470 src/settings/App.tsx
110 src/settings/QuotaSelect.tsx
33 src/settings/index.tsx
46 src/settings/SubmitInput.tsx
174 src/settings/FolderGroups.tsx
20 src/settings/SortArrow.tsx
96 src/settings/SubAdminGroupSelect.tsx
97 src/settings/AdminGroupSelect.tsx

Lines of React

@nextcloud nextcloud deleted a comment Aug 27, 2024
@provokateurin provokateurin moved this to 🧭 Planning evaluation (don't pick) in 📁 Files team Sep 3, 2024
@provokateurin
Copy link
Member Author

One major thing to improve is error handling as currently any failing API request doesn't give any feedback to the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Issues that are ready for development enhancement technical debt
Projects
Status: 🧭 Planning evaluation (don't pick)
Development

No branches or pull requests

2 participants