Update app name

This commit is contained in:
2023-01-04 15:45:45 +01:00
parent 2bdea63c0a
commit 4ade73c516
15 changed files with 29 additions and 50 deletions

View File

@@ -6,5 +6,5 @@ import { Component } from '@angular/core';
styleUrls: ['./app.component.scss']
})
export class AppComponent {
title = 'Diuna';
title = 'DiunaBI';
}

View File

@@ -63,7 +63,7 @@ export class LoginPageComponent implements OnInit {
} catch (e: any) {
this.loading = false;
if (e.status === 401) {
this.snackBar$.open("Użytkownik nie istnieje w bazie danych aplikacji Diuna.", "", { duration: 3000 });
this.snackBar$.open("Użytkownik nie istnieje w bazie danych aplikacji DiunaBI.", "", { duration: 3000 });
} else {
this.snackBar$.open("Błąd połączenia z serwerem. Skontaktuj się z administratorem.", "", { duration: 3000 });
}

View File

@@ -12,7 +12,7 @@
<button mat-icon-button (click)="snav.toggle()">
<mat-icon>menu</mat-icon>
</button>
<h1 class="topbar-app-name">Diuna</h1>
<h1 class="topbar-app-name">DiunaBI</h1>
<span class="fill-to-right"></span>
<span class="topbar-user-name" *ngIf="auth$.user">
<img *ngIf="auth$.user.avatar" src="{{auth$.user.avatar}}" class="avatar">