Improve usability
This commit is contained in:
		
							parent
							
								
									99e936bf2b
								
							
						
					
					
						commit
						7221684337
					
				
					 2 changed files with 4 additions and 0 deletions
				
			
		|  | @ -717,6 +717,7 @@ unlikeConfirm: "いいね解除しますか?" | |||
| fullView: "フルビュー" | ||||
| quitFullView: "フルビュー解除" | ||||
| addDescription: "説明を追加" | ||||
| userPagePinTip: "個々のノートのメニューから「ピン留め」を選択することで、ここにノートを表示しておくことができます。" | ||||
| 
 | ||||
| _email: | ||||
|   _follow: | ||||
|  |  | |||
|  | @ -198,6 +198,7 @@ | |||
| 					<div v-if="user.pinnedNotes.length > 0"> | ||||
| 						<XNote v-for="note in user.pinnedNotes" class="note _block" :note="note" @update:note="pinnedNoteUpdated(note, $event)" :key="note.id" :pinned="true"/> | ||||
| 					</div> | ||||
| 					<MkInfo v-else-if="$i && $i.id === user.id">{{ $ts.userPagePinTip }}</MkInfo> | ||||
| 					<XPhotos :user="user" :key="user.id"/> | ||||
| 					<XActivity :user="user" :key="user.id"/> | ||||
| 				</div> | ||||
|  | @ -229,6 +230,7 @@ import MkContainer from '@client/components/ui/container.vue'; | |||
| import MkFolder from '@client/components/ui/folder.vue'; | ||||
| import MkRemoteCaution from '@client/components/remote-caution.vue'; | ||||
| import MkTab from '@client/components/tab.vue'; | ||||
| import MkInfo from '@client/components/ui/info.vue'; | ||||
| import Progress from '@client/scripts/loading'; | ||||
| import parseAcct from '@/misc/acct/parse'; | ||||
| import { getScrollPosition } from '@client/scripts/scroll'; | ||||
|  | @ -247,6 +249,7 @@ export default defineComponent({ | |||
| 		MkRemoteCaution, | ||||
| 		MkFolder, | ||||
| 		MkTab, | ||||
| 		MkInfo, | ||||
| 		XFollowList: defineAsyncComponent(() => import('./follow-list.vue')), | ||||
| 		XClips: defineAsyncComponent(() => import('./clips.vue')), | ||||
| 		XPages: defineAsyncComponent(() => import('./pages.vue')), | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue