Auto viewer mode (WIP).
This commit is contained in:
parent
9a4608863b
commit
4e69a2d8e6
@ -2,6 +2,10 @@
|
||||
|
||||
## ???
|
||||
|
||||
### Features
|
||||
|
||||
* Builtin Prosody: anonymous users connects automatically to the chat in a readonly mode. They must choose a nickname before they can chat.
|
||||
|
||||
### Minor changes and fixes
|
||||
|
||||
* Builtin Prosody: better random avatars quality.
|
||||
|
@ -47,7 +47,9 @@ body[livechat-viewer-mode="on"] {
|
||||
display: initial;
|
||||
}
|
||||
|
||||
.livechat-viewer-mode-panel {
|
||||
display: none;
|
||||
converse-muc-bottom-panel {
|
||||
>:not(.livechat-viewer-mode-nick) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -32,9 +32,7 @@ export default (o) => {
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<span class="livechat-viewer-mode-panel">
|
||||
${tplMucBottomPanel(o)}
|
||||
</span>`
|
||||
${tplMucBottomPanel(o)}`
|
||||
}
|
||||
return tplMucBottomPanel(o)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user