thelounge/client/views/actions
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
..
action.tpl Enforce correct order for previews on server-side prefectch rather than at client parsing 2017-07-21 01:06:42 -04:00
ban_list.tpl Add support for banlist messages 2017-04-22 13:51:28 +01:00
channel_list.tpl Implement /list 2016-07-22 21:42:42 -04:00
ctcp.tpl Correctly handle multiple successive whitespace characters 2017-07-18 16:54:35 +02:00
invite.tpl Move nickname rendering to a single template 2017-06-22 13:28:17 +03:00
join.tpl Move nickname rendering to a single template 2017-06-22 13:28:17 +03:00
kick.tpl Fix incorrect mode on kick target 2017-07-18 17:38:24 +03:00
mode.tpl Move nickname rendering to a single template 2017-06-22 13:28:17 +03:00
nick.tpl Move nickname rendering to a single template 2017-06-22 13:28:17 +03:00
part.tpl Move nickname rendering to a single template 2017-06-22 13:28:17 +03:00
quit.tpl Move nickname rendering to a single template 2017-06-22 13:28:17 +03:00
topic.tpl Move nickname rendering to a single template 2017-06-22 13:28:17 +03:00
topic_set_by.tpl Move nickname rendering to a single template 2017-06-22 13:28:17 +03:00
whois.tpl Move nickname rendering to a single template 2017-06-22 13:28:17 +03:00