-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(admin-ui): Add filtering to orders list
- Loading branch information
1 parent
28e4e41
commit 8dda408
Showing
4 changed files
with
79 additions
and
16 deletions.
There are no files selected for viewing
33 changes: 27 additions & 6 deletions
33
admin-ui/src/app/order/components/order-list/order-list.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
admin-ui/src/app/order/components/order-list/order-list.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
@import "variables"; | ||
|
||
.search-form { | ||
display: flex; | ||
align-items: center; | ||
width: 100%; | ||
margin-bottom: 6px; | ||
} | ||
|
||
.search-input { | ||
margin-left: 6px; | ||
margin-top: 6px; | ||
min-width: 300px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters