mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-28 14:04:43 -04:00
feat(sidebar): distinguish guest users visually
This change adds a little guest icon next to the active indicator showing that a user is not logged-in. Furthermore, the active indicator now has a tooltip explaining it. Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
a0a0547157
commit
f6780c44c4
4 changed files with 37 additions and 37 deletions
|
@ -231,7 +231,10 @@
|
|||
"infoToc": "Structure your note with headings to see a table-of-contents here.",
|
||||
"onlineStatus": {
|
||||
"online": "Online",
|
||||
"you": "(You)"
|
||||
"you": "(You)",
|
||||
"guestUser": "This is a guest user",
|
||||
"active": "This user is active",
|
||||
"inactive": "This user has been inactive for some time"
|
||||
},
|
||||
"error": {
|
||||
"noPermission": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue