Skip to content

Commit 8e43171

Browse files
authored
Merge pull request #49 from topcoderinc/minor_fixes
Add status 'waiting' for pilot missions
2 parents 508f3b4 + 8bc9eb4 commit 8e43171

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/components/StatusLabel/StatusLabel.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const statusLabels = {
1111
pending: 'Pending',
1212
scheduled: 'Scheduled',
1313
rejected: 'Rejected',
14+
waiting: 'Waiting',
1415
};
1516

1617
export const StatusLabel = ({value}) => (

src/components/StatusLabel/StatusLabel.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@
4141
@extend .status-label;
4242
}
4343

44+
.status-label_waiting {
45+
background-color: lightblue;
46+
background-image: url('icon-status-inprogress.png');
47+
48+
@extend .status-label;
49+
}
50+
4451
.status-label_rejected{
4552
background-color: red;
4653
background-image: url('icon-status-cancelled.png');

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy