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

Task 692. Usernames' and providers' styles in header have been fixed … #706

Merged
merged 18 commits into from
Dec 10, 2021

Conversation

gmakeev
Copy link
Contributor

@gmakeev gmakeev commented Dec 3, 2021

…according by mockup.

@gmakeev gmakeev requested a review from dmitryy90 December 3, 2021 10:51
@@ -78,7 +78,7 @@ <h2 class="header_descr">
</button>

<div class="header_username" [matMenuTriggerFor]="log">
<ng-container>{{(user$ | async).firstName}} {{(user$ | async).lastName}}</ng-container>
<ng-container>{{(user$ | async).lastName}} {{(user$ | async).firstName | slice:0:1}}.{{(user$ | async).middleName | slice:0:1}}.</ng-container>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please generate user name in ts

@gmakeev gmakeev merged commit c7c9f72 into develop Dec 10, 2021
@gmakeev gmakeev deleted the Fix-fonts-in-header/#692/Makeev branch December 10, 2021 10:14
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