-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add type filter to System Notices view #11909
Conversation
After go-gitea#10745 was merged, the number of System Notices increased obviously. Add the type filter is useful to help users to quickly check out the useful message they want. Signed-off-by: a1012112796 <1012112796@qq.com>
can you add a smal screenshot? |
ok |
How about move the filter to right? |
Co-authored-by: Lauris BH <lauris@nix.lv>
@@ -20,8 +20,10 @@ type NoticeType int | |||
const ( | |||
//NoticeRepository type | |||
NoticeRepository NoticeType = iota + 1 | |||
// NoticeTask type | |||
NoticeTask |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like we have a new column named status
but not put all in type
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I'm not sure whether it's a good idea because it will result in big changs and it's not usefull for NoticeRepository
now. 🤔
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you for your contributions. |
Bump |
updates? |
Hmm, I think this pull requst is not so necessary now. because we can disable |
I think we should be able to filter, more specific: why not add a search-box to filter by keywords? created #14228 |
After #10745 was merged, the number of System Notices increased obviously.
Add the type filter is useful to help users to quickly check out the useful message they want.
view: