settings: Add UI page for managing muted users.

This page is temporarily hidden except in the development environment,
because the "muted users" feature is incomplete.
This commit is contained in:
Abhijeet Prasad Bodas
2021-04-17 10:52:25 +05:30
committed by Tim Abbott
parent e56db79af4
commit bbbaa109ec
9 changed files with 169 additions and 0 deletions

View File

@@ -125,6 +125,7 @@ EXEMPT_FILES = {
"static/js/settings.js",
"static/js/settings_linkifiers.js",
"static/js/settings_playgrounds.js",
"static/js/settings_muted_users.js",
"static/js/settings_notifications.js",
"static/js/settings_org.js",
"static/js/settings_panel_menu.js",