enhance(frontend): クリップボタンをノートアクションに追加できるように
This commit is contained in:
		| @@ -47,6 +47,7 @@ | ||||
| 		<div class="_gaps_m"> | ||||
| 			<div class="_gaps_s"> | ||||
| 				<MkSwitch v-model="showNoteActionsOnlyHover">{{ i18n.ts.showNoteActionsOnlyHover }}</MkSwitch> | ||||
| 				<MkSwitch v-model="showClipButtonInNoteFooter">{{ i18n.ts.showClipButtonInNoteFooter }}</MkSwitch> | ||||
| 				<MkSwitch v-model="collapseRenotes">{{ i18n.ts.collapseRenotes }}</MkSwitch> | ||||
| 				<MkSwitch v-model="advancedMfm">{{ i18n.ts.enableAdvancedMfm }}</MkSwitch> | ||||
| 				<MkSwitch v-if="advancedMfm" v-model="animatedMfm">{{ i18n.ts.enableAnimatedMfm }}</MkSwitch> | ||||
| @@ -143,6 +144,7 @@ async function reloadAsk() { | ||||
| const overridedDeviceKind = computed(defaultStore.makeGetterSetter('overridedDeviceKind')); | ||||
| const serverDisconnectedBehavior = computed(defaultStore.makeGetterSetter('serverDisconnectedBehavior')); | ||||
| const showNoteActionsOnlyHover = computed(defaultStore.makeGetterSetter('showNoteActionsOnlyHover')); | ||||
| const showClipButtonInNoteFooter = computed(defaultStore.makeGetterSetter('showClipButtonInNoteFooter')); | ||||
| const collapseRenotes = computed(defaultStore.makeGetterSetter('collapseRenotes')); | ||||
| const reduceAnimation = computed(defaultStore.makeGetterSetter('animation', v => !v, v => !v)); | ||||
| const useBlurEffectForModal = computed(defaultStore.makeGetterSetter('useBlurEffectForModal')); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo