Skip to content

Commit

Permalink
Define new badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Aug 31, 2024
1 parent 5287782 commit edc74f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ This article is written for internal use, just for convenience.
- Youtube : Any video upload in youtube.

## Badge
- [outdated] : Old issue, not implemented or fixed in the current milestone.
- [outdated] : Issue already implemented.
- [rejected] : This ticket mark as not implemented.

## Example link

Expand Down
5 changes: 4 additions & 1 deletion layouts/partials/script/badge.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@

li.innerHTML = replaceBadge(li.innerHTML, {
outdated: {
color: 'Red',
color: '#808080', // Gray
},
rejected: {
color: '#FF0000', // Red
}
});
}
Expand Down

0 comments on commit edc74f5

Please sign in to comment.