You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When did the UI code get so complex? I must've looked the other way. We should investigate how to simplify it again, otherwise we will scare new contributors away from contributing their work.
Describe the solution you'd like
It's hard to give a quantitive solution, but there are 48 (!) javascript files and I find it hard to justify:
$ find -type f -name "*.js" | wc -l
48
Probably some of these could be inlined and/or combined into one?
Describe alternatives you've considered
Maybe I am wrong and the UI is just more complex than I rememver. I'm also not a frontend developer. But I suspect there is some overengineering involved here.
The text was updated successfully, but these errors were encountered:
Feature Category
Describe the problem
When did the UI code get so complex? I must've looked the other way. We should investigate how to simplify it again, otherwise we will scare new contributors away from contributing their work.
Describe the solution you'd like
It's hard to give a quantitive solution, but there are 48 (!) javascript files and I find it hard to justify:
Probably some of these could be inlined and/or combined into one?
Describe alternatives you've considered
Maybe I am wrong and the UI is just more complex than I rememver. I'm also not a frontend developer. But I suspect there is some overengineering involved here.
The text was updated successfully, but these errors were encountered: