-
Notifications
You must be signed in to change notification settings - Fork 1
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/angular update #111
Conversation
Updated the node version from 14 to 20
…ecause it's not used.
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.
Most of my comments are regarding clean up. Maybe you want to keep some of the commented out codes just in case and that's fine. Just thought I point it out.
...ras-underwriting-ngclient-lib/src/main/angular/projects/cirras-underwriting-api/package.json
Outdated
Show resolved
Hide resolved
cirras-underwriting-war/cirras-underwriting-war/src/main/angular/package.json
Outdated
Show resolved
Hide resolved
cirras-underwriting-war/cirras-underwriting-war/src/main/angular/src/app/app.module.ts
Show resolved
Hide resolved
import {ServiceWorkerModule} from "@angular/service-worker"; | ||
import {EffectsModule} from "@ngrx/effects"; | ||
import {StoreModule} from "@ngrx/store"; | ||
import {StoreDevtoolsModule} from "@ngrx/store-devtools"; | ||
import {StoreRouterConnectingModule} from "@ngrx/router-store"; | ||
import {AppConfigService, CoreUIModule, MapService, PublicApplicationHeaderModule, TokenService} from "@wf1/core-ui"; | ||
import {AppConfigService, CoreUIModule, TokenService} from "@wf1/wfcc-core-lib"; //MapService, PublicApplicationHeaderModule, |
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.
Remove comment if possible?
@@ -27,19 +27,22 @@ export class ForageDopFieldListComponent { | |||
|
|||
setFieldHeaderStyles() { | |||
return { | |||
width: `${320 * this.numCuts + 1450}px` | |||
//width: `${320 * this.numCuts + 1450}px` |
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.
Do we still need the commented out lines? lines 30, 37 and 44
import {Moment} from "moment"; | ||
import {SortDirection} from "@wf1/wfcc-core-lib"; | ||
// import * as moment from "moment"; | ||
// import {Moment} from "moment"; |
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.
Remove commented lines if possible
@@ -1,6 +1,6 @@ | |||
import {AbstractControl, ValidatorFn} from "@angular/forms"; | |||
import * as moment from "moment"; | |||
|
|||
// import * as moment from "moment"; |
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.
Remove commented line if possible
@@ -69,7 +69,8 @@ import "wicg-inert"; //TODO add explanation | |||
|
|||
if (!Element.prototype.matches) { | |||
Element.prototype.matches = Element.prototype.msMatchesSelector || | |||
Element.prototype.webkitMatchesSelector; | |||
//Element.prototype.webkitMatchesSelector; // deprecated |
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.
Remove commented line if possible
// box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), | ||
// 0px 2px 2px 0px rgba(0, 0, 0, 0.14), | ||
// 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important; | ||
// } |
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.
Remove commented lines if possible
|
||
// .mat-mdc-radio-button:not(.mat-radio-disabled).mat-accent.mat-radio-checked .mat-radio-outer-circle { | ||
// border-color: $colour-blue; | ||
// } |
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.
Remove commented lines if possible
…pdate/Delete - Backend
…olicy page were fixed. hideSingleSelectionIndicator removes the checkbox in the dropdown list.
…sert-Update-Delete-UI PIM-1721: Verified Grain - Harvested/Commodity Totals Grid - Insert/Update/Delete - Frontend
No description provided.