From 679b9b108101b67ad56b4fdf35ec2bd0568d8d84 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 9 Nov 2023 15:44:54 +0100 Subject: Renamed "bubble" to "message", added message group merging --- tpl/objects/bubble-group.pug | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 tpl/objects/bubble-group.pug (limited to 'tpl/objects/bubble-group.pug') diff --git a/tpl/objects/bubble-group.pug b/tpl/objects/bubble-group.pug deleted file mode 100644 index 4fcb1a4..0000000 --- a/tpl/objects/bubble-group.pug +++ /dev/null @@ -1,17 +0,0 @@ -mixin bubble-group(user) - - - let classes = { - 'l-bubble-group': true, - 'l-bubble-group--compact': attributes.compact, - 'l-bubble-group--left': attributes.left, - 'l-bubble-group--right': attributes.right, - 'l-bubble-group--arrow': attributes.arrow - } - if (attributes.class) { - classes[attributes.class] = true - } - - section(class=classes) - .l-bubble-group__avatar.u-p-sticky-top - +avatar= user.slice(0, 2) - block -- cgit v1.2.3-54-g00ecf