-
Notifications
You must be signed in to change notification settings - Fork 2
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/chat locker 6 #9
Conversation
- Banner text and classification is retrieved from the server - Added ReactiveDict package - Added the AccessPermission class from previous app - Included the as-yet non-existent 'accessPermissions' field to the list of chat room fields published to client
@@ -1748,11 +1748,24 @@ a.github-fork { | |||
color: @primary-font-color; | |||
} | |||
} | |||
.security-banner.U { color: white; background-color: green } |
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.
maybe we can create variables for these in _variables.less and reference them here. Then we can reuse them in other places.
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 you mean variables for the colors? Like, say, "@unclassified-color"?
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.
Done.
Looks good |
Merging to master |
No description provided.