-
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 70: add disclaimer #313
Conversation
apps/client-asset-sg/src/app/components/language-selector/language-selector.component.ts
Outdated
Show resolved
Hide resolved
apps/client-asset-sg/src/app/components/language-selector/language-selector.component.ts
Outdated
Show resolved
Hide resolved
apps/client-asset-sg/src/app/components/disclaimer-dialog/disclaimer-dialog.component.ts
Outdated
Show resolved
Hide resolved
apps/client-asset-sg/src/app/components/disclaimer-dialog/disclaimer-dialog.component.ts
Outdated
Show resolved
Hide resolved
apps/client-asset-sg/src/app/components/disclaimer-dialog/disclaimer-dialog.component.ts
Outdated
Show resolved
Hide resolved
apps/client-asset-sg/src/app/components/disclaimer-dialog/disclaimer-dialog.component.html
Outdated
Show resolved
Hide resolved
apps/client-asset-sg/src/app/components/app-bar/app-bar.component.html
Outdated
Show resolved
Hide resolved
apps/client-asset-sg/src/app/components/disclaimer-dialog/disclaimer-dialog.component.scss
Show resolved
Hide resolved
apps/client-asset-sg/src/app/components/disclaimer-dialog/disclaimer-dialog.component.ts
Outdated
Show resolved
Hide resolved
apps/client-asset-sg/src/styles.scss
Outdated
.disclaimer-backdrop-color { | ||
background-color: grey; | ||
} |
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.
Move this back into the disclaimer CSS (using ::ng-deep
) - Its not a problem to have "global" css in the component modules, as long as it is clean (i.e. as safe as possible) and commented as such.
Squash Commits before Merge! |
83c6785
to
0f6694f
Compare
0f6694f
to
242868b
Compare
Quality Gate passedIssues Measures |
resolves #70
to test, set
hideDisclaimer
inenvironment.ts
tofalse