Updated frontend
This commit is contained in:
parent
da240716d1
commit
6387acaf39
@ -13,7 +13,7 @@
|
||||
<li><a [routerLink]="['/search']">./advanced-search</a></li>
|
||||
</ul>
|
||||
<form (ngSubmit)="onSubmit()">
|
||||
<input type="text" [(ngModel)]="term" [ngModelOptions]="{standalone: true}" id="nise-osu-username" required minlength="2" maxlength="50" placeholder="Search for users...">
|
||||
<input style="width: 100%" type="text" [(ngModel)]="term" [ngModelOptions]="{standalone: true}" id="nise-osu-username" required minlength="2" maxlength="50" placeholder="Search for users...">
|
||||
</form>
|
||||
<div style="margin-top: 6px">
|
||||
<ng-container *ngIf="this.userService.isUserLoggedIn()">
|
||||
@ -27,5 +27,5 @@
|
||||
</div>
|
||||
<router-outlet></router-outlet>
|
||||
<div class="text-center version">
|
||||
v20240302
|
||||
v20240305
|
||||
</div>
|
||||
|
||||
@ -29,6 +29,10 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="text-center mt-2">
|
||||
<a class="btn" [href]="'https://replay.nise.moe/' + this.pair.replays[0].replay_id + '/' + this.pair.replays[1].replay_id" target="_blank">Open in Replay Viewer</a>
|
||||
</div>
|
||||
|
||||
<div class="some-page-wrapper text-center">
|
||||
<div class="row">
|
||||
<div class="column" *ngFor="let replay of this.pair.replays; let i = index">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user