mirror of
https://github.com/AJMicke/KickerELO.git
synced 2026-03-11 13:31:02 +01:00
Allow searching for teams in 2vs2 match history
This commit is contained in:
@@ -62,7 +62,7 @@ You can run the application in two ways:
|
|||||||
1. Using Maven:
|
1. Using Maven:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
mvn spring-boot:run -Dspring-boot.run.profiles=production
|
mvn spring-boot:run -Dspring-boot.run.profiles=prod
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Using the built .jar file:
|
2. Using the built .jar file:
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ import com.vaadin.flow.router.Layout;
|
|||||||
import org.kickerelo.kickerelo.views.*;
|
import org.kickerelo.kickerelo.views.*;
|
||||||
|
|
||||||
@Layout
|
@Layout
|
||||||
@JsModule("prefers-color-scheme.js")
|
@JsModule("./prefers-color-scheme.js")
|
||||||
public class KickerAppLayout extends AppLayout {
|
public class KickerAppLayout extends AppLayout {
|
||||||
|
|
||||||
public KickerAppLayout() {
|
public KickerAppLayout() {
|
||||||
|
|||||||
Reference in New Issue
Block a user