Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Mycard Mobile
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GaiaXalter
Mycard Mobile
Commits
2870cc38
Commit
2870cc38
authored
Jul 28, 2022
by
GaiaXalter
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐藏搜索栏
parent
5a3c6691
Pipeline
#15015
failed with stages
in 7 minutes and 34 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+1
-1
src/app/lobby/lobby.component.html
src/app/lobby/lobby.component.html
+2
-2
No files found.
README.md
View file @
2870cc38
...
@@ -2,4 +2,4 @@
...
@@ -2,4 +2,4 @@
npm ci
npm ci
# serve with hot reload at localhost:4200
# serve with hot reload at localhost:4200
npm
run
start
npm start
src/app/lobby/lobby.component.html
View file @
2870cc38
...
@@ -5,13 +5,13 @@
...
@@ -5,13 +5,13 @@
<mat-icon>
menu
</mat-icon>
<mat-icon>
menu
</mat-icon>
</button>
</button>
<form
(submit)=
"search(searchControl.value)"
>
<form
(submit)=
"search(searchControl.value)"
>
<input
type=
"search"
placeholder=
"输入卡名搜索..."
name=
"key"
[matAutocomplete]=
"auto"
[formControl]=
"searchControl"
>
<
!-- <
input type="search" placeholder="输入卡名搜索..." name="key" [matAutocomplete]="auto" [formControl]="searchControl">
<mat-autocomplete autoActiveFirstOption #auto="matAutocomplete">
<mat-autocomplete autoActiveFirstOption #auto="matAutocomplete">
<mat-option *ngFor="let card of suggestion | async" [value]="card" (onSelectionChange)="search(card)">
<mat-option *ngFor="let card of suggestion | async" [value]="card" (onSelectionChange)="search(card)">
{{ card }}
{{ card }}
</mat-option>
</mat-option>
</mat-autocomplete>
</mat-autocomplete>
-->
</form>
</form>
<button
mat-icon-button
*ngIf=
"storage.working | async"
>
<button
mat-icon-button
*ngIf=
"storage.working | async"
>
<mat-icon
class=
"fa-spin"
>
sync
</mat-icon>
<mat-icon
class=
"fa-spin"
>
sync
</mat-icon>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment