-
Notifications
You must be signed in to change notification settings - Fork 234
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
UI - Migrate to typescript #1688
Conversation
Signed-off-by: thfries <thomas.fries0@gmail.com>
Hi @thfries I noticed that the Java sources are compiled when doing a UI PR. |
-add ditto error description to error toast
Oh, where is the compilation of java files triggered? Did another change to the error display, because the ditto error description was ignored. Rest seems good now. |
I forgot: ditto sandbox seems to be down? |
Thanks for notifying.. I renewed the certificate which was outdated. |
* excluded ui/ changes from "normal" maven build on PRs Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
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 👍
Hi @thjaeckle,
I switched the whole project to typescript.
By now, types were only introduced were needed. There are a lot of further improvements possible, that could be added over time.
Already some smaller issues were discovered, too. And I still want to investigate.
Sorry for not picking the issues with the features, but I m sure this pays off over time. I try to not block this for too long.