xmpp.chapril.org-conversejs/src/templates
JC Brand a75c118a2c Prioritize roster nickname as message and chatbox display name
Set reference to roster contact on the message and chatbox object and
listen for changes to the nickname.

Currently, because chat boxes are fetched and initialized before the
roster, messages and chats are repainted with the correct display name
only later, causing a "flash" effect.

Ideally we would only initialize the chat boxes after the roster
contacts have been fetched, but this is currently not easily possible
because we need the control box to render before everything else.
2019-04-09 17:20:41 +02:00
..
add_chatroom_modal.html New config setting locked_muc_nickname 2019-03-26 13:29:33 +01:00
add_contact_modal.html Add classes for easy styling 2019-03-28 15:43:29 +01:00
alert_modal.html Add XHTML compatibility 2018-11-14 22:08:12 +01:00
alert.html Catch, log and report errors related to vcard update 2018-10-25 23:08:19 +02:00
audio.html Move unnecessary templates in headless package to main package 2018-10-22 13:59:06 +02:00
avatar.svg Switch avatar rendering from canvas to SVG. 2018-11-14 16:03:37 +01:00
background_logo.html Make background darker and add new logo 2019-01-02 22:54:04 +01:00
bookmark.html Add XHTML compatibility 2018-11-14 22:08:12 +01:00
bookmarks_list.html Update CSS of controlbox list items 2018-07-04 10:57:30 +02:00
chat_status_modal.html Add XHTML compatibility 2018-11-14 22:08:12 +01:00
chatarea.html Add ARIA live region on chat-content 2019-01-23 14:01:27 +01:00
chatbox_head.html Prioritize roster nickname as message and chatbox display name 2019-04-09 17:20:41 +02:00
chatbox_message_form.html Add XHTML compatibility 2018-11-14 22:08:12 +01:00
chatbox_minimize.html chat head: Show minimize icon and hide for now the vcard icon 2018-03-09 23:20:14 +01:00
chatbox.html Add ARIA live region on chat-content 2019-01-23 14:01:27 +01:00
chatboxes.html Don't use the bootstrap responsive grid for chats in overlay mode 2018-03-09 23:06:41 +01:00
chatroom_bookmark_form.html Fixes #1222 2018-10-05 04:54:00 +02:00
chatroom_bookmark_toggle.html Update chatbox headers and buttons 2018-02-20 16:48:01 +01:00
chatroom_destroyed.html User-facing term is "groupchat", not "room" 2018-12-16 11:22:12 +01:00
chatroom_details_modal.html Use "XMPP address" instead of "XMPP username" 2019-02-19 15:00:38 +01:00
chatroom_disconnect.html Nicer rendering of MUC disconnection messages 2018-07-02 12:52:19 +02:00
chatroom_dragresize.html Refactoring in MUC 2016-12-02 18:41:05 +01:00
chatroom_features.html Use "XMPP address" instead of "XMPP username" 2019-02-19 15:00:38 +01:00
chatroom_form.html Fix failing tests 2018-03-13 13:42:00 +01:00
chatroom_head.html Don't show MUC domain if locked_muc_domain is set to 'hidden' 2019-03-27 13:13:07 +01:00
chatroom_invite.html Remove Awesomeplete in favor of _converse.AutoComplete 2019-03-28 12:43:34 +01:00
chatroom_nickname_form.html Use bootstrap button markup 2018-03-11 12:07:36 +01:00
chatroom_password_form.html Use bootstrap button markup 2018-03-11 12:07:36 +01:00
chatroom_registration_modal.html Add XHTML compatibility 2018-11-14 22:08:12 +01:00
chatroom_sidebar.html Add a close button on the occupants sidebar 2018-05-30 16:55:28 +02:00
chatroom.html Nicer rendering of MUC disconnection messages 2018-07-02 12:52:19 +02:00
chats_panel.html Update the minimized chats widget 2018-03-09 18:14:18 +01:00
client_info_modal.html Remove .icon-converse styles 2019-01-01 12:30:54 +01:00
controlbox_toggle.html Use a named variable for _.template 2017-11-05 18:59:29 +01:00
controlbox.html Add client info modal showing name and version number 2018-11-14 12:01:27 +01:00
converse_brand_heading.html CSS/HTML: Nicer styling of branding on the login page 2019-01-10 21:15:01 +01:00
csn.html Use vcard from the collection for rendering messages 2018-05-03 20:05:45 +02:00
dragresize.html Refactoring in MUC 2016-12-02 18:41:05 +01:00
emojis.html Show emoji shortname in tooltip 2019-03-27 08:41:32 +01:00
error_message.html Refactoring of the XEP-0085 Chat State Notifications code 2018-04-06 17:02:28 +02:00
file_progress.html Allow translation of “Uploading file:”. 2018-11-03 00:15:23 +01:00
file.html Move unnecessary templates in headless package to main package 2018-10-22 13:59:06 +02:00
form_captcha.html Make sure required registration fields have "required" attribute 2019-03-26 14:52:26 +01:00
form_checkbox.html Add XHTML compatibility 2018-11-14 22:08:12 +01:00
form_input.html Make sure required registration fields have "required" attribute 2019-03-26 14:52:26 +01:00
form_select.html Move unnecessary templates in headless package to main package 2018-10-22 13:59:06 +02:00
form_textarea.html Move unnecessary templates in headless package to main package 2018-10-22 13:59:06 +02:00
form_url.html Move unnecessary templates in headless package to main package 2018-10-22 13:59:06 +02:00
form_username.html Make sure required registration fields have "required" attribute 2019-03-26 14:52:26 +01:00
group_header.html HTML and CSS improvements for listed items in the controlbox 2018-12-07 11:37:51 +01:00
help_message.html Updated and refactored the work from @worlword 2018-04-17 15:21:09 +02:00
image.html Add XHTML compatibility 2018-11-14 22:08:12 +01:00
info.html Also squash leave/join messages 2018-10-11 19:04:06 +02:00
inverse_brand_heading.html Avoid horizontal scrolling on the fullscreen login page 2019-03-07 17:47:30 +01:00
list_chatrooms_modal.html Re-add support for muc_domain and add locked_muc_domain. 2019-02-26 11:58:01 +01:00
login_panel.html Use "XMPP address" instead of "XMPP username" 2019-02-19 15:00:38 +01:00
message_versions_modal.html Add XHTML compatibility 2018-11-14 22:08:12 +01:00
message.html Fixes #1400. When chat message is only an emoji, enlarge it 2019-02-27 10:34:47 +01:00
new_day.html Add XHTML compatibility 2018-11-14 22:08:12 +01:00
oauth_providers.html Add XHTML compatibility 2018-11-14 22:08:12 +01:00
occupant.html CSS: set groupchat owner badge to groupchat color 2018-12-10 15:12:29 +01:00
pending_contact.html Fix trash icons for pending contacts 2018-11-14 15:46:51 +01:00
profile_modal.html Add XHTML compatibility 2018-11-14 22:08:12 +01:00
profile_view.html New config setting show_client_info 2019-02-27 14:42:27 +01:00
register_link.html Add support for logging in with OAuth 2018-06-13 18:39:51 +02:00
register_panel.html Remove row class. 2019-01-10 21:17:05 +01:00
registration_form.html Fixes #1199 Provide a link back to the login form 2018-10-05 20:32:34 +02:00
registration_request.html Fix failing tests 2018-03-13 13:42:00 +01:00
requesting_contact.html CSS: Reuse list-item-action class for "Contact Requests" actions 2018-12-10 15:12:27 +01:00
room_description.html Use a named variable for _.template 2017-11-05 18:59:29 +01:00
room_item.html Add XHTML compatibility 2018-11-14 22:08:12 +01:00
room_panel.html CSS: Give color to the controlbox headings 2018-12-10 15:12:28 +01:00
rooms_list_item.html Fix bookmark icon 2018-12-12 17:40:14 +01:00
rooms_list.html Update CSS of controlbox list items 2018-07-04 10:57:30 +02:00
rooms_results.html Add XHTML compatibility 2018-11-14 22:08:12 +01:00
roster_filter.html Fixes #1213. Switch roster filter input and icons 2019-03-01 11:56:22 +01:00
roster_item.html Fix more missing icons due to Fontawesome upgrade 2018-09-06 19:50:41 +02:00
roster.html CSS: Give color to the controlbox headings 2018-12-10 15:12:28 +01:00
search_contact.html Use a named variable for _.template 2017-11-05 18:59:29 +01:00
select_option.html Move unnecessary templates in headless package to main package 2018-10-22 13:59:06 +02:00
spinner.html Various smaller fixes and improvements 2018-03-07 14:36:19 +01:00
spoiler_button.html Add XHTML compatibility 2018-11-14 22:08:12 +01:00
status_message.html Refactoring of the XEP-0085 Chat State Notifications code 2018-04-06 17:02:28 +02:00
status_option.html Use a named variable for _.template 2017-11-05 18:59:29 +01:00
toggle_chats.html Small fixes for minimized chats toggle 2018-03-09 23:14:08 +01:00
toolbar_fileupload.html Add XHTML compatibility 2018-11-14 22:08:12 +01:00
toolbar_omemo.html Always render the OMEMO lock icon 2018-12-14 11:25:57 +01:00
toolbar.html Fixes #1272 Hiding MUC occupants leaves a blank space 2018-10-26 16:37:56 +02:00
trimmed_chat.html Add identifiable class name 2018-03-14 18:25:33 +00:00
user_details_modal.html Add XHTML compatibility 2018-11-14 22:08:12 +01:00
video.html Move unnecessary templates in headless package to main package 2018-10-22 13:59:06 +02:00