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
|
### Minor changes and fixes
|
||||||
|
|
||||||
* Builtin Prosody: better random avatars quality.
|
* Builtin Prosody: better random avatars quality.
|
||||||
|
@ -47,7 +47,9 @@ body[livechat-viewer-mode="on"] {
|
|||||||
display: initial;
|
display: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
.livechat-viewer-mode-panel {
|
converse-muc-bottom-panel {
|
||||||
display: none;
|
>:not(.livechat-viewer-mode-nick) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -32,9 +32,7 @@ export default (o) => {
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<span class="livechat-viewer-mode-panel">
|
${tplMucBottomPanel(o)}`
|
||||||
${tplMucBottomPanel(o)}
|
|
||||||
</span>`
|
|
||||||
}
|
}
|
||||||
return tplMucBottomPanel(o)
|
return tplMucBottomPanel(o)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user