xmpp.chapril.org-conversejs/spec
JC Brand dd91d3cc55 Use flexbox to keep the chat scrolled down
By using `display: flex` and `flex-direction: column-reverse`, the chat
now automatically scrolls down when loaded, without requiring any
extra JavaScript.

We still need to scroll down with JavaScript when sending a message.

By using `column-reverse`, the messages container now works in reverse.
So the newest message is the first element in the container and the
oldest message is the last. This is the reverse of before.

Due to this, this change will likely break some plugins.
2019-06-18 11:37:07 +02:00
..
autocomplete.js Use shakespearean character names in tests 2019-06-03 09:43:24 +02:00
bookmarks.js Use shakespearean character names in tests 2019-06-03 09:43:24 +02:00
chatbox.js Use flexbox to keep the chat scrolled down 2019-06-18 11:37:07 +02:00
controlbox.js Fix failing tests 2019-06-13 14:17:51 +02:00
converse.js Move BOSH code into a plugin 2019-06-05 11:35:48 +02:00
disco.js Use shakespearean character names in tests 2019-06-03 09:43:24 +02:00
eventemitter.js Rename emit to trigger for consistency with Backbone.Events 2019-03-29 21:56:56 +01:00
headline.js Use shakespearean character names in tests 2019-06-03 09:43:24 +02:00
http-file-upload.js Use shakespearean character names in tests 2019-06-03 09:43:24 +02:00
login.js Use shakespearean character names in tests 2019-06-03 09:43:24 +02:00
mam.js Use shakespearean character names in tests 2019-06-03 09:43:24 +02:00
messages.js Use flexbox to keep the chat scrolled down 2019-06-18 11:37:07 +02:00
minchats.js Use shakespearean character names in tests 2019-06-03 09:43:24 +02:00
muc.js Use flexbox to keep the chat scrolled down 2019-06-18 11:37:07 +02:00
notification.js Use shakespearean character names in tests 2019-06-03 09:43:24 +02:00
omemo.js Use flexbox to keep the chat scrolled down 2019-06-18 11:37:07 +02:00
ping.js Use shakespearean character names in tests 2019-06-03 09:43:24 +02:00
presence.js Use shakespearean character names in tests 2019-06-03 09:43:24 +02:00
profiling.js Make converse.initialize an async function 2019-02-12 15:34:50 +01:00
protocol.js Use shakespearean character names in tests 2019-06-03 09:43:24 +02:00
push.js Use shakespearean character names in tests 2019-06-03 09:43:24 +02:00
register.js Remove jquery from tests 2019-04-08 21:45:09 +02:00
room_registration.js Use shakespearean character names in tests 2019-06-03 09:43:24 +02:00
roomslist.js Use shakespearean character names in tests 2019-06-03 09:43:24 +02:00
roster.js Use shakespearean character names in tests 2019-06-03 09:43:24 +02:00
smacks.js Fix failing tests 2019-06-13 14:17:51 +02:00
spoilers.js Use shakespearean character names in tests 2019-06-03 09:43:24 +02:00
transcripts.js Use shakespearean character names in tests 2019-06-03 09:43:24 +02:00
user-details-modal.js Use shakespearean character names in tests 2019-06-03 09:43:24 +02:00
utils.js Get tests to run agains the webpack build 2018-06-03 16:40:20 +02:00
xmppstatus.js Make converse.initialize an async function 2019-02-12 15:34:50 +01:00