Reaction bug
This commit is contained in:
parent
60cfeda7a8
commit
9f6724cad0
6 changed files with 5 additions and 5 deletions
2
front/dist/index.html
vendored
2
front/dist/index.html
vendored
|
|
@ -1 +1 @@
|
|||
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>ChattyPub</title><link rel="stylesheet/css-polyfills" type="text/css" href="extra-styles.css"><script src="css-polyfills.js"></script><link href="/css/app.bc77c00e.css" rel="preload" as="style"><link href="/css/chunk-vendors.fa36ffc8.css" rel="preload" as="style"><link href="/js/app.14c562da.js" rel="preload" as="script"><link href="/js/chunk-vendors.e35cf9b3.js" rel="preload" as="script"><link href="/css/chunk-vendors.fa36ffc8.css" rel="stylesheet"><link href="/css/app.bc77c00e.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but Chattypub doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/js/chunk-vendors.e35cf9b3.js"></script><script src="/js/app.14c562da.js"></script></body></html>
|
||||
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>ChattyPub</title><link rel="stylesheet/css-polyfills" type="text/css" href="extra-styles.css"><script src="css-polyfills.js"></script><link href="/css/app.bc77c00e.css" rel="preload" as="style"><link href="/css/chunk-vendors.fa36ffc8.css" rel="preload" as="style"><link href="/js/app.adf878ea.js" rel="preload" as="script"><link href="/js/chunk-vendors.e35cf9b3.js" rel="preload" as="script"><link href="/css/chunk-vendors.fa36ffc8.css" rel="stylesheet"><link href="/css/app.bc77c00e.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but Chattypub doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/js/chunk-vendors.e35cf9b3.js"></script><script src="/js/app.adf878ea.js"></script></body></html>
|
||||
2
front/dist/js/app.14c562da.js
vendored
2
front/dist/js/app.14c562da.js
vendored
File diff suppressed because one or more lines are too long
1
front/dist/js/app.14c562da.js.map
vendored
1
front/dist/js/app.14c562da.js.map
vendored
File diff suppressed because one or more lines are too long
2
front/dist/js/app.adf878ea.js
vendored
Normal file
2
front/dist/js/app.adf878ea.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
front/dist/js/app.adf878ea.js.map
vendored
Normal file
1
front/dist/js/app.adf878ea.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="message-outer" :class="show_message_data?'show_message_data':''">
|
||||
<div class="message-outer" :class="(show_message_data && message.reactions.length > 0 )?'show_message_data':''">
|
||||
<div class="message-data" v-if="show_message_data">
|
||||
<div class="from">{{ message.sender_full_name }}</div>
|
||||
<div class="time">{{ time }}</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue