-
Notifications
You must be signed in to change notification settings - Fork 592
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 #1003
Refactor UI #1003
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just one qq regarding the new UI bit-flip, if that was intentional or what, if that is, then I'll approve
timesketch/__init__.py
Outdated
@@ -39,7 +39,7 @@ | |||
from timesketch.views.spa import spa_views | |||
|
|||
# Set to true to use the new Vue.js based frontend. | |||
USE_NEW_FRONTEND = False | |||
USE_NEW_FRONTEND = True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you forget to remove it, or are you ready to enable it?
Tests are also failing |
Ok, fixed the UI switch, @kiddinn PTAL |
To get a more maintainable code base from the start I have refactored the new UI code base to follow some best practices and make it less complex.
A few changes: