hardlounge/client/views
Jérémie Astori 64ebe0f437
Support multiple previews per message
- Load up to 5 previews per message (to avoid abuse)
- Do not load multiple times the same URL
- Prepare preview containers per message instead of appending (to maintain correct order)
- Store an array of previews instead of a single preview in `Msg` objects
- Consolidate preview rendering for new messages and upon refresh/load history (when rendering entire channels)
- Update `parse` tests to reflect previous point
- Add test for multiple URLs
- Switch preview tests from `assert` API to `expect` API
2017-07-08 04:34:12 -04:00
..
actions Move nickname rendering to a single template 2017-06-22 13:28:17 +03:00
chan.tpl Add slug with command to unhandled messages 2017-04-16 12:31:32 +03:00
chat.tpl Disable tabindex on userlist search input 2017-04-30 15:07:09 +03:00
contextmenu_divider.tpl Add a specific item divider for the context menu, allowing some margin 2016-03-20 17:40:12 -04:00
contextmenu_item.tpl Add context menus 2016-03-01 13:56:36 +02:00
date-marker.tpl Make sure friendly date markers are reset at midnight 2017-04-22 00:39:00 -04:00
index.js Refactor link previews 2017-07-03 00:41:18 +03:00
msg_action.tpl Use css tooltips on time elements 2017-04-13 01:55:27 -04:00
msg_preview.tpl Add title attributes to previews 2017-07-04 12:56:57 -04:00
msg_unhandled.tpl Add slug with command to unhandled messages 2017-04-16 12:31:32 +03:00
msg.tpl Support multiple previews per message 2017-07-08 04:34:12 -04:00
network.tpl Add fix for undefined name being slugified 2017-04-21 09:32:57 +01:00
unread_marker.tpl Improve styling of the unread marker 2016-07-05 15:32:41 -04:00
user_filtered.tpl Fix user list search not responding to clicks on search results 2017-05-13 18:34:27 -04:00
user_name.tpl Move nickname rendering to a single template 2017-06-22 13:28:17 +03:00
user.tpl Move nickname rendering to a single template 2017-06-22 13:28:17 +03:00