parent
							
								
									0fcf422dec
								
							
						
					
					
						commit
						c5dc25cb9e
					
				|  | @ -32,7 +32,8 @@ | |||
| 					<span class="visibility" v-if="appearNote.visibility != 'public'"> | ||||
| 						<fa v-if="appearNote.visibility == 'home'" icon="home"/> | ||||
| 						<fa v-if="appearNote.visibility == 'followers'" icon="unlock"/> | ||||
| 						<fa v-if="appearNote.visibility == 'specified'" icon="lock"/> | ||||
| 						<fa v-if="appearNote.visibility == 'specified'" icon="envelope"/> | ||||
| 						<fa v-if="appearNote.visibility == 'private'" icon="lock"/> | ||||
| 					</span> | ||||
| 					<span class="localOnly" v-if="appearNote.localOnly == true"><fa icon="heart"/></span> | ||||
| 				</div> | ||||
|  | @ -70,7 +71,7 @@ | |||
| 				<p class="count" v-if="appearNote.repliesCount > 0">{{ appearNote.repliesCount }}</p> | ||||
| 			</button> | ||||
| 			<button v-if="['public', 'home'].includes(appearNote.visibility)" class="renoteButton" @click="renote()" :title="$t('renote')"> | ||||
| 				<fa icon="retweet"/> | ||||
| 				<fa icon="retweet"/><p class="count" v-if="appearNote.renoteCount > 0">{{ appearNote.renoteCount }}</p> | ||||
| 			</button> | ||||
| 			<button v-else class="inhibitedButton"> | ||||
| 				<fa icon="ban"/> | ||||
|  |  | |||
|  | @ -48,7 +48,7 @@ | |||
| 					<p class="count" v-if="appearNote.repliesCount > 0">{{ appearNote.repliesCount }}</p> | ||||
| 				</button> | ||||
| 				<button v-if="['public', 'home'].includes(appearNote.visibility)" class="renoteButton" @click="renote()" :title="$t('renote')"> | ||||
| 					<fa icon="retweet"/> | ||||
| 					<fa icon="retweet"/><p class="count" v-if="appearNote.renoteCount > 0">{{ appearNote.renoteCount }}</p> | ||||
| 				</button> | ||||
| 				<button v-else class="inhibitedButton"> | ||||
| 					<fa icon="ban"/> | ||||
|  |  | |||
|  | @ -66,7 +66,7 @@ | |||
| 				<p class="count" v-if="appearNote.repliesCount > 0">{{ appearNote.repliesCount }}</p> | ||||
| 			</button> | ||||
| 			<button v-if="['public', 'home'].includes(appearNote.visibility)" @click="renote()" title="Renote"> | ||||
| 				<fa icon="retweet"/> | ||||
| 				<fa icon="retweet"/><p class="count" v-if="appearNote.renoteCount > 0">{{ appearNote.renoteCount }}</p> | ||||
| 			</button> | ||||
| 			<button v-else> | ||||
| 				<fa icon="ban"/> | ||||
|  |  | |||
|  | @ -44,7 +44,7 @@ | |||
| 					<p class="count" v-if="appearNote.repliesCount > 0">{{ appearNote.repliesCount }}</p> | ||||
| 				</button> | ||||
| 				<button v-if="['public', 'home'].includes(appearNote.visibility)" @click="renote()" title="Renote"> | ||||
| 					<fa icon="retweet"/> | ||||
| 					<fa icon="retweet"/><p class="count" v-if="appearNote.renoteCount > 0">{{ appearNote.renoteCount }}</p> | ||||
| 				</button> | ||||
| 				<button v-else> | ||||
| 					<fa icon="ban"/> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue