diff --git a/frontend/angular.json b/frontend/angular.json index a9f9a84..d8c3879 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -21,7 +21,8 @@ { "glob": "**/*", "input": "public" - } + }, + "src/assets" ], "styles": [ "src/styles.css" diff --git a/frontend/src/app/shared/components/navbar/navbar.component.html b/frontend/src/app/shared/components/navbar/navbar.component.html index 8e7942e..d8009eb 100644 --- a/frontend/src/app/shared/components/navbar/navbar.component.html +++ b/frontend/src/app/shared/components/navbar/navbar.component.html @@ -14,9 +14,7 @@ routerLink="/home" class="flex items-center px-4 py-2 text-white/90 hover:text-white font-medium rounded-lg hover:bg-white/10 transition-colors duration-200" > - - - + gamess Spiele @@ -71,14 +69,7 @@ class="flex items-center px-4 py-2 bg-emerald-600 text-white font-medium rounded-lg hover:bg-emerald-500 transition-colors duration-200" (click)="openDepositModal()" > - - - + deposits Einzahlen @@ -91,6 +82,7 @@ class="flex items-center px-4 py-2 bg-slate-700 text-white font-medium rounded-lg hover:bg-slate-600 border border-slate-600 transition-colors duration-200" (click)="openTransactionModal()" > + transactions Transaktionen @@ -159,9 +151,7 @@ routerLink="/home" class="flex items-center px-4 py-3 text-white/90 hover:text-white hover:bg-white/10 rounded-lg transition-colors duration-200" > - - - + gamess Spiele @@ -228,14 +218,6 @@ (click)="openTransactionModal()" class="w-full flex items-center justify-center px-4 py-3 bg-slate-700 text-white font-medium rounded-lg hover:bg-slate-600 border border-slate-600 transition-colors duration-200" > - - - Transaktionen diff --git a/frontend/src/app/shared/components/navbar/navbar.component.ts b/frontend/src/app/shared/components/navbar/navbar.component.ts index 2d17ca5..87f4552 100644 --- a/frontend/src/app/shared/components/navbar/navbar.component.ts +++ b/frontend/src/app/shared/components/navbar/navbar.component.ts @@ -8,12 +8,12 @@ import { Output, signal, } from '@angular/core'; -import { RouterModule } from '@angular/router'; -import { AuthService } from '@service/auth.service'; -import { Subscription } from 'rxjs'; -import { AnimatedNumberComponent } from '@blackjack/components/animated-number/animated-number.component'; -import { DepositComponent } from '../../../feature/deposit/deposit.component'; -import { TransactionHistoryComponent } from '../../../feature/transaction-history/transaction-history.component'; +import {RouterModule} from '@angular/router'; +import {AuthService} from '@service/auth.service'; +import {Subscription} from 'rxjs'; +import {AnimatedNumberComponent} from '@blackjack/components/animated-number/animated-number.component'; +import {DepositComponent} from '../../../feature/deposit/deposit.component'; +import {TransactionHistoryComponent} from '../../../feature/transaction-history/transaction-history.component'; @Component({ selector: 'app-navbar', diff --git a/frontend/src/assets/deposit.svg b/frontend/src/assets/deposit.svg new file mode 100644 index 0000000..51d3f6a --- /dev/null +++ b/frontend/src/assets/deposit.svg @@ -0,0 +1,4 @@ + + + + diff --git a/frontend/src/assets/games.svg b/frontend/src/assets/games.svg new file mode 100644 index 0000000..cbb9f4a --- /dev/null +++ b/frontend/src/assets/games.svg @@ -0,0 +1,6 @@ + + + + diff --git a/frontend/src/assets/transaction.svg b/frontend/src/assets/transaction.svg new file mode 100644 index 0000000..d661947 --- /dev/null +++ b/frontend/src/assets/transaction.svg @@ -0,0 +1,12 @@ + + + + + +