login_to_access: Modal which blocks access for spectator.

We will use this modal for any narrow / hash or other UI element that
requires an actual account to use, to provide something reasonable to
occur when a user clicks on those things.
This commit is contained in:
Aman Agrawal
2020-10-05 19:39:25 +05:30
committed by Tim Abbott
parent 9399b95fec
commit 045cdb4ed0
7 changed files with 130 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ EXEMPT_FILES = {
"static/js/loading.ts",
"static/js/local_message.js",
"static/js/localstorage.js",
"static/js/login_to_access.js",
"static/js/message_edit.js",
"static/js/message_edit_history.js",
"static/js/message_events.js",