Skip to content
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

Merged
merged 72 commits into from
Nov 29, 2024
Merged

Conversation

vivid-esnauffer
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@mhostett mhostett left a 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.

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,
Copy link
Collaborator

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`
Copy link
Collaborator

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";
Copy link
Collaborator

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";
Copy link
Collaborator

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
Copy link
Collaborator

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;
// }
Copy link
Collaborator

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;
// }
Copy link
Collaborator

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

…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
@vivid-esnauffer vivid-esnauffer merged commit cab2067 into feature/3.6.0 Nov 29, 2024
3 checks passed
@vivid-esnauffer vivid-esnauffer deleted the feature/angular-update branch December 18, 2024 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants