-
Notifications
You must be signed in to change notification settings - Fork 88
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
Feature/#101 angular15 update #113
base: develop
Are you sure you want to change the base?
Conversation
- update package.json dependencies - npm audit force fix - add `MatDialogModule` to app module imports - mat-form-field has appearance property `outline` and `fill` now - update unit tests
feat: update angular version from 14 to 15
Some style regressions prevent to merge in the develop branch:
I leave the PR opened. |
- apply padding fixes - remove `enableTrigger` variable and directly use `simpleTriggerReactiveForm.enabled` - apply default styles of matInput
Develop to Master
updated all references to the last release
feat: update padding & styles
Hi @midhunadarvin, Observations
Style MismatchesFont mismatchEven though in CSS the family font seems unchanged, actually it looks like that the font family applied is different Scrolling (regression)In the prev version, when logs reach the bottom of the window, the log section scrolls while the window remains fixed. Font size mismatchEditable trigger name (regression)In the prev version, in case of rescheduling, the trigger name was immutable. [minor] mismatching of the padding in the dialog |
- add Roboto font face as dependency - fix font size regression issue in select inputs - fix scroll regression issue - fix triggerName not disabled during reschedule
I have included
|
fix: style regression issues
- update package.json dependencies - npm audit force fix - add `MatDialogModule` to app module imports - mat-form-field has appearance property `outline` and `fill` now - update unit tests
- apply padding fixes - remove `enableTrigger` variable and directly use `simpleTriggerReactiveForm.enabled` - apply default styles of matInput
- add Roboto font face as dependency - fix font size regression issue in select inputs - fix scroll regression issue - fix triggerName not disabled during reschedule
Hi @fabioformosa Anything pending on this PR ? Are we okay to merge this to develop ? |
There's still the font size mismatch. |
In this PR, the latest version of @angular/flex-layout 15.0.0-beta.42 has been used. The style issues introduced were mainly due to the angular material library update. I think reverting to flex-layout doesn't help much in the short run as it would be easier to migrate to tailwind from pure css rather than from flex-layout. So removing dependency from flex-layout little by little is advised, since flex-layout is deprecated. |
ok, it makes sense. |
Hi @fabioformosa I have fixed the footer content font-size in #122 |
fix: update footer font size
…sa/quartz-manager into feature/#101_angular15_update # Conflicts: # .gitignore # quartz-manager-frontend/src/styles.css
Quality Gate passedIssues Measures |
No description provided.