mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	feat(preferences): added back button (#287)
This commit is contained in:
		
							parent
							
								
									bae1cd3ce1
								
							
						
					
					
						commit
						fca4d88202
					
				
					 2 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,5 +1,9 @@
 | 
				
			||||||
<template>
 | 
					<template>
 | 
				
			||||||
    <h1 class="uk-text-bold uk-text-center">Preferences</h1>
 | 
					    <div class="uk-flex uk-flex-between uk-flex-middle">
 | 
				
			||||||
 | 
					        <router-link class="uk-button uk-button-text" to="/"><font-awesome-icon icon="chevron-left" />  Back</router-link>
 | 
				
			||||||
 | 
					        <span><h1 class="uk-text-bold uk-text-center">Preferences</h1></span>
 | 
				
			||||||
 | 
					        <span />
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
    <hr />
 | 
					    <hr />
 | 
				
			||||||
    <h2>SponsorBlock</h2>
 | 
					    <h2>SponsorBlock</h2>
 | 
				
			||||||
    <p>Uses the API from <a href="https://sponsor.ajay.app/">sponsor.ajay.app</a></p>
 | 
					    <p>Uses the API from <a href="https://sponsor.ajay.app/">sponsor.ajay.app</a></p>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -9,6 +9,7 @@ import {
 | 
				
			||||||
    faHeart,
 | 
					    faHeart,
 | 
				
			||||||
    faHeadphones,
 | 
					    faHeadphones,
 | 
				
			||||||
    faRss,
 | 
					    faRss,
 | 
				
			||||||
 | 
					    faChevronLeft,
 | 
				
			||||||
} from "@fortawesome/free-solid-svg-icons";
 | 
					} from "@fortawesome/free-solid-svg-icons";
 | 
				
			||||||
import { faGithub, faBitcoin, faYoutube } from "@fortawesome/free-brands-svg-icons";
 | 
					import { faGithub, faBitcoin, faYoutube } from "@fortawesome/free-brands-svg-icons";
 | 
				
			||||||
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
 | 
					import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
 | 
				
			||||||
| 
						 | 
					@ -24,6 +25,7 @@ library.add(
 | 
				
			||||||
    faHeadphones,
 | 
					    faHeadphones,
 | 
				
			||||||
    faYoutube,
 | 
					    faYoutube,
 | 
				
			||||||
    faRss,
 | 
					    faRss,
 | 
				
			||||||
 | 
					    faChevronLeft
 | 
				
			||||||
);
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import("uikit/dist/css/uikit-core.css");
 | 
					import("uikit/dist/css/uikit-core.css");
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue