feat(frontend): 横スワイプでタブを切り替える機能 (#13011)
* (add) 横スワイプでタブを切り替える機能 * Change Changelog * y方向の移動が一定量を超えたらスワイプを中断するように * Update swipe distance thresholds * Remove console.log * adjust threshold * rename, use v-model * fix * Update MkHorizontalSwipe.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * use css module --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
		
							parent
							
								
									67a41c09ae
								
							
						
					
					
						commit
						c1019a006b
					
				
					 21 changed files with 685 additions and 414 deletions
				
			
		
							
								
								
									
										1
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -1204,6 +1204,7 @@ export interface Locale {
 | 
			
		|||
    "ranking": string;
 | 
			
		||||
    "lastNDays": string;
 | 
			
		||||
    "backToTitle": string;
 | 
			
		||||
    "enableHorizontalSwipe": string;
 | 
			
		||||
    "_bubbleGame": {
 | 
			
		||||
        "howToPlay": string;
 | 
			
		||||
        "_howToPlay": {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1201,6 +1201,7 @@ replaying: "リプレイ中"
 | 
			
		|||
ranking: "ランキング"
 | 
			
		||||
lastNDays: "直近{n}日"
 | 
			
		||||
backToTitle: "タイトルへ"
 | 
			
		||||
enableHorizontalSwipe: "スワイプしてタブを切り替える"
 | 
			
		||||
 | 
			
		||||
_bubbleGame:
 | 
			
		||||
  howToPlay: "遊び方"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue