-
Notifications
You must be signed in to change notification settings - Fork 0
Features in settings default selection change #123
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
Features in settings default selection change #123
Conversation
|
Checks are failing, please fix them. |
manuwei
left a comment
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.
Hey @emymaria I requested some minor changes - after you fixed them, I will test the PR :)
src/app/core/directives/pattern-atlas-ui-repository-configuration.service.ts
Show resolved
Hide resolved
src/app/core/directives/pattern-atlas-ui-repository-configuration.service.ts
Outdated
Show resolved
Hide resolved
lharzenetter
left a comment
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.
Please run the auto-formatter in each edited file.
src/app/app.component.ts
Outdated
| user: PAUser; | ||
| readonly pathConstants = globals.pathConstants; | ||
| loading = true; | ||
| readonly NOT_FOUND = 404; |
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.
We could add these kind of constants into a dedicated constants file. Hence, we don't have to add it for each service (I guess it is used not only once?).
src/app/globals.ts
Outdated
| designModels: 'design-models' | ||
| } | ||
| }, | ||
| notFound : 404 |
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.
I'd rename it to statusCodeNotFound
manuwei
left a comment
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.
@emymaria I suggest one minor renaming change, it looks good otherwise :)
Renamed as suggested |
Uh oh!
There was an error while loading. Please reload this page.