Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0d299fe

Browse files
author
gondzo
committed
Merge branch 'dev' ofhttps://github.com/topcoderinc/dsp-frontend into dev
2 parents66b2c4f +8e43171 commit0d299fe

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
exportconstStatusLabel=({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)

[8]ページ先頭

©2009-2025 Movatter.jp