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

Refactor UI files #365

Open
6 tasks
LateusBetelgeuse opened this issue Nov 22, 2020 · 0 comments
Open
6 tasks

Refactor UI files #365

LateusBetelgeuse opened this issue Nov 22, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@LateusBetelgeuse
Copy link
Contributor

In order to ease the maintenance of the UI, reduce the amount of code, improve its performance, provide a common API for all files, improve the UX in general, and be more prepared for Qt 6, all QML files need some (maybe huge) refactoring. This includes, but is not limited to:

  • Get rid of all global variables.
  • Get rid of most algorithms and logic programmed in Javascript.
  • Get rid of unneeded ScrollView instances and other expensive items.
  • Improve delegates since they are the most expensive objects.
  • Get rid of duplicated Dialog objects.
  • No component should access a property that is meant to be private in another component.

This is the visual part of #351.
#363 will be, eventually, a blocker for this issue.

@LateusBetelgeuse LateusBetelgeuse added the bug Something isn't working label Nov 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant