| 
									
										
										
										
											2018-02-07 22:49:50 -08:00
										 |  |  |  | <:Head> | 
					
						
							|  |  |  |  |   <title>Pinafore – Favorites</title> | 
					
						
							|  |  |  |  | </:Head> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | <Layout page='favorites' virtual="true" virtualRealm="favorites"> | 
					
						
							|  |  |  |  |   {{#if $isUserLoggedIn}} | 
					
						
							| 
									
										
										
										
											2018-02-08 09:15:25 -08:00
										 |  |  |  |   {{#if $pinnedPage !== '/favorites'}} | 
					
						
							|  |  |  |  |     <DynamicPageBanner title="Favorites" icon="#fa-star"/> | 
					
						
							|  |  |  |  |   {{/if}} | 
					
						
							| 
									
										
										
										
											2018-02-07 22:49:50 -08:00
										 |  |  |  |   <LazyTimeline timeline='favorites' /> | 
					
						
							|  |  |  |  |   {{else}} | 
					
						
							|  |  |  |  |   <HiddenFromSSR> | 
					
						
							|  |  |  |  |     <FreeTextLayout> | 
					
						
							|  |  |  |  |       <h1>Favorites</h1> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       <p>Your favorites will appear here when logged in.</p> | 
					
						
							|  |  |  |  |     </FreeTextLayout> | 
					
						
							|  |  |  |  |   </HiddenFromSSR> | 
					
						
							|  |  |  |  |   {{/if}} | 
					
						
							|  |  |  |  | </Layout> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | <script> | 
					
						
							|  |  |  |  |   import Layout from './_components/Layout.html' | 
					
						
							|  |  |  |  |   import LazyTimeline from './_components/timeline/LazyTimeline.html' | 
					
						
							|  |  |  |  |   import FreeTextLayout from './_components/FreeTextLayout.html' | 
					
						
							|  |  |  |  |   import { store } from './_store/store.js' | 
					
						
							|  |  |  |  |   import HiddenFromSSR from './_components/HiddenFromSSR' | 
					
						
							|  |  |  |  |   import DynamicPageBanner from './_components/DynamicPageBanner.html' | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   export default { | 
					
						
							|  |  |  |  |     store: () => store, | 
					
						
							|  |  |  |  |     components: { | 
					
						
							|  |  |  |  |       Layout, | 
					
						
							|  |  |  |  |       LazyTimeline, | 
					
						
							|  |  |  |  |       FreeTextLayout, | 
					
						
							|  |  |  |  |       HiddenFromSSR, | 
					
						
							|  |  |  |  |       DynamicPageBanner | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  |   } | 
					
						
							|  |  |  |  | </script> |