New updates category on discourse forum.

This commit is contained in:
Samuel Clay 2022-03-28 16:06:44 -04:00
parent a704f18025
commit 8f646988fb
2 changed files with 5 additions and 0 deletions

View file

@ -287,6 +287,8 @@ class MFeedback(mongo.Document):
6: 'problem',
7: 'praise',
8: 'question',
9: 'admin',
10: 'updates',
}
def __str__(self):

View file

@ -7605,6 +7605,9 @@ form.opml_import_form input {
.NB-module-features .NB-module-feature .NB-module-feature-tag.NB-tag-question {
background-color: #6DAEDC;
}
.NB-module-features .NB-module-feature .NB-module-feature-tag.NB-tag-updates {
background-color: #12A89D;
}
#add-feature-form {
display: none;