xmpp.chapril.org-conversejs/sass
JC Brand f387c947f5 Allow the full app to be embedded.
- new config option `singleton`.
- new plugin `converse-uniview`
- removed `converse-embedded`.
- various CSS changes, to properly render an embedded full app
- don't re-open cached and non-autojoined chats in singleton mode

The goal here is to extend the `embedded` `view_mode` so that the full app can
also be embedded, not just a single MUC or private chat.

To do this, we'll need to differentiate between multi and singleton chat apps.

* A singleton chat app contains only a single chat.
* A multi-chat app can contain zero or more chats

So we introduce a new config option, `singleton`, which when used with
`view_mode` set to `embedded` will determine whether a single chat or the full
app is embedded.

Similarly, in `overlayed`, `fullscreen` and `mobile` view modes, `singleton`
set to true will allow only one chat within the parameters of that view mode.

We're appropriating the word `singleton` and introducing the concepts of
`uniview` and `multiview` (see a785ca8) to cover what was
previously meant with `singleton`.

updates #1297
2019-05-24 20:39:19 +02:00
..
_autocomplete.scss Remove Awesomeplete in favor of _converse.AutoComplete 2019-03-28 12:43:34 +01:00
_bookmarks.scss CSS: Also color the room and contact toggles 2018-12-10 15:12:29 +01:00
_chatbox.scss Allow the full app to be embedded. 2019-05-24 20:39:19 +02:00
_chatrooms.scss Allow the full app to be embedded. 2019-05-24 20:39:19 +02:00
_controlbox.scss Allow the full app to be embedded. 2019-05-24 20:39:19 +02:00
_core.scss Allow the full app to be embedded. 2019-05-24 20:39:19 +02:00
_forms.scss Render MUC forms with Backbone.VDOMView 2019-04-24 14:51:12 +02:00
_headline.scss Switch from SASS variables to CSS custom properties 2018-11-03 00:40:43 +01:00
_lists.scss Bugfix. Highlighted roster contact shown as online when actually away 2019-05-09 11:40:48 +02:00
_messages.scss Refactor message corrections 2019-05-22 13:26:46 +02:00
_minimized_chats.scss Switch from SASS variables to CSS custom properties 2018-11-03 00:40:43 +01:00
_modal.scss Properly generate and render fingerprints 2018-08-27 21:02:31 +02:00
_roster.scss fixing some alignment issues in the sidebar 2018-12-12 10:45:17 +01:00
_variables.scss iOS viewport was less than 100vh so had to redefine vh units 2019-05-15 18:32:11 +02:00
converse.scss Allow the full app to be embedded. 2019-05-24 20:39:19 +02:00
font-awesome.scss Put CSS files also in ./dist 2019-05-10 12:57:30 +02:00
website.scss Add weblate as sponsor and update homepage text 2019-05-06 21:21:51 +02:00