Useradmin menu, notifications and share button in pad2

This commit is contained in:
yflory
2017-08-18 16:34:41 +02:00
parent dd9b38066e
commit 90f892de9c
7 changed files with 194 additions and 157 deletions

View File

@@ -44,4 +44,14 @@ define({
// Update the user's display-name which will be shown to contacts and people in the same pads.
'Q_SETTINGS_SET_DISPLAY_NAME': true,
});
// Log the user out in all the tabs
'Q_LOGOUT': true,
// When moving to the login or register page from a pad, we need to redirect to that pad at the
// end of the login process. This query set the current href to the sessionStorage.
'Q_SET_LOGIN_REDIRECT': true,
// Store the editing or readonly link of the current pad to the clipboard (share button)
'Q_STORE_LINK_TO_CLIPBOARD': true,
});