Merge pull request #1647 from nextcloud/artonge/fix/grouped_fixes

Minor frontend fixes
pull/1649/head
Maxence Lange 2023-03-13 11:34:19 -01:00 zatwierdzone przez GitHub
commit 99ea4c1d8c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 3 dodań i 5 usunięć

Wyświetl plik

@ -67,7 +67,7 @@
<form class="new-post-form" @submit.prevent="createPost">
<VueTribute :options="tributeOptions">
<div ref="composerInput"
:disabled="loading"
:contenteditable="!loading"
class="message"
placeholder="What would you like to share?"
:class="{'icon-loading': loading}"

Wyświetl plik

@ -84,11 +84,9 @@ export default {
isNotification() {
return this.item.type !== undefined
},
/**
* @return {boolean}
*/
/** @return {boolean} */
isBoost() {
return this.reblog !== null
return this.status.reblog !== null
},
/** @return {import('../types/Mastodon.js').Notification} */
notification() {