mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 00:30:02 +00:00
Final polishing steps
This commit is contained in:
+3
-3
@@ -9,7 +9,7 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>frontend</artifactId>
|
||||
<artifactId>gameyfin-frontend</artifactId>
|
||||
|
||||
<packaging>jar</packaging>
|
||||
|
||||
@@ -72,8 +72,8 @@
|
||||
|
||||
<resources>
|
||||
<resource>
|
||||
<!-- we copy the content of the frontend directory in the final artifact -->
|
||||
<directory>dist/frontend</directory>
|
||||
<directory>./dist/frontend</directory>
|
||||
<targetPath>static</targetPath>
|
||||
</resource>
|
||||
</resources>
|
||||
</build>
|
||||
|
||||
@@ -5,14 +5,14 @@
|
||||
|
||||
<span class="spacer"></span>
|
||||
|
||||
<button mat-icon-button matTooltip="Toggle dark mode" (click)="toggleTheme()">
|
||||
<mat-icon>brightness_medium</mat-icon>
|
||||
</button>
|
||||
|
||||
<button mat-icon-button matTooltip="Reload library" (click)="reloadLibrary()" *ngIf="onLibraryScreen()">
|
||||
<mat-icon>refresh</mat-icon>
|
||||
</button>
|
||||
|
||||
<button mat-icon-button matTooltip="Toggle dark mode" (click)="toggleTheme()">
|
||||
<mat-icon>brightness_medium</mat-icon>
|
||||
</button>
|
||||
|
||||
<button mat-icon-button matTooltip="Scan library" (click)="scanLibrary()" *ngIf="onLibraryManagementScreen()">
|
||||
<mat-icon>youtube_searched_for</mat-icon>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user