UST-QuAntiL / qc-atlas-ui

User Interface for qc-atlas
Apache License 2.0
0 stars 5 forks source link

upgrade to newest Angular version and fix keycloak #241

Open salmma opened 1 year ago

salmma commented 1 year ago

Upgrade to Angular 16 and also update keycloak version to fix login into PlanQK platform.

Note: chekcs have failed https://github.com/UST-QuAntiL/qc-atlas-ui/actions/runs/5120544586/job/13856547221

salmma commented 1 year ago

242

salmma commented 1 year ago

TODO: fix warnings

DominikVoigt commented 1 year ago

Regarding Optimization Bailout Warning: Cannot be addressed as transient dependencies are packaged with CommonJS. For further details regarding this warning see here. As described on the page linked above we can disable this warning.

Regarding the Theming Issue: Adapted the definition of the theme to the new definition syntax. For further infrormation see here.