kopia lustrzana https://github.com/nextcloud/social
Merge pull request #1647 from nextcloud/artonge/fix/grouped_fixes
Minor frontend fixespull/1649/head
commit
99ea4c1d8c
|
@ -67,7 +67,7 @@
|
||||||
<form class="new-post-form" @submit.prevent="createPost">
|
<form class="new-post-form" @submit.prevent="createPost">
|
||||||
<VueTribute :options="tributeOptions">
|
<VueTribute :options="tributeOptions">
|
||||||
<div ref="composerInput"
|
<div ref="composerInput"
|
||||||
:disabled="loading"
|
:contenteditable="!loading"
|
||||||
class="message"
|
class="message"
|
||||||
placeholder="What would you like to share?"
|
placeholder="What would you like to share?"
|
||||||
:class="{'icon-loading': loading}"
|
:class="{'icon-loading': loading}"
|
||||||
|
|
|
@ -84,11 +84,9 @@ export default {
|
||||||
isNotification() {
|
isNotification() {
|
||||||
return this.item.type !== undefined
|
return this.item.type !== undefined
|
||||||
},
|
},
|
||||||
/**
|
/** @return {boolean} */
|
||||||
* @return {boolean}
|
|
||||||
*/
|
|
||||||
isBoost() {
|
isBoost() {
|
||||||
return this.reblog !== null
|
return this.status.reblog !== null
|
||||||
},
|
},
|
||||||
/** @return {import('../types/Mastodon.js').Notification} */
|
/** @return {import('../types/Mastodon.js').Notification} */
|
||||||
notification() {
|
notification() {
|
||||||
|
|
Ładowanie…
Reference in New Issue