hardlounge/client/views
Jérémie Astori a13c08a45b
Enforce correct order for previews on server-side prefectch rather than at client parsing
This has the benefit of not adding `.preview` divs everywhere, anytime we use `parse()`, and also to un-tie the position of the preview blocks from the result of the helper. This means that templates that call `parse` and have some extra markup after that are not constrained anymore.

This is effectively an alternative, better way to fix https://github.com/thelounge/lounge/issues/1343, but the initial fix that was put in place (https://github.com/thelounge/lounge/pull/1347) is still relevant, for example to make sure a preview stays hidden (and does not add extra margin/padding/etc.) if the link does not prefetch.
2017-07-21 01:06:42 -04:00
..
actions Enforce correct order for previews on server-side prefectch rather than at client parsing 2017-07-21 01:06:42 -04: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
image_viewer.tpl Add an image viewer for thumbnails and image previews 2017-07-16 19:25:48 -04:00
index.js Add an image viewer for thumbnails and image previews 2017-07-16 19:25:48 -04:00
msg.tpl Enforce correct order for previews on server-side prefectch rather than at client parsing 2017-07-21 01:06:42 -04:00
msg_action.tpl Use css tooltips on time elements 2017-04-13 01:55:27 -04:00
msg_preview.tpl Store preview images on disk for privacy, security and caching 2017-07-18 11:37:16 +03:00
msg_preview_toggle.tpl Move preview toggle buttons next to their respective URLs and switch from ellipsis to caret 2017-07-08 04:36:26 -04:00
msg_unhandled.tpl Add slug with command to unhandled messages 2017-04-16 12:31:32 +03: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.tpl Move nickname rendering to a single template 2017-06-22 13:28:17 +03: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