| 
									
										
										
										
											2022-09-06 23:26:43 +00:00
										 |  |  | import {LitElement, html} from './lit-all.min.js'; | 
					
						
							|  |  |  | import * as tfrpc from '/static/tfrpc.js'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | import * as tf_app from './tf-app.js'; | 
					
						
							|  |  |  | import * as tf_message from './tf-message.js'; | 
					
						
							|  |  |  | import * as tf_user from './tf-user.js'; | 
					
						
							|  |  |  | import * as tf_compose from './tf-compose.js'; | 
					
						
							| 
									
										
										
										
											2022-09-11 17:42:41 +00:00
										 |  |  | import * as tf_news from './tf-news.js'; | 
					
						
							| 
									
										
										
										
											2022-09-06 23:26:43 +00:00
										 |  |  | import * as tf_profile from './tf-profile.js'; | 
					
						
							| 
									
										
										
										
											2024-04-21 14:18:06 -04:00
										 |  |  | import * as tf_reactions_modal from './tf-reactions-modal.js'; | 
					
						
							| 
									
										
										
										
											2022-09-11 17:42:41 +00:00
										 |  |  | import * as tf_tab_news from './tf-tab-news.js'; | 
					
						
							| 
									
										
										
										
											2023-05-02 16:47:27 +00:00
										 |  |  | import * as tf_tab_news_feed from './tf-tab-news-feed.js'; | 
					
						
							| 
									
										
										
										
											2022-09-11 17:42:41 +00:00
										 |  |  | import * as tf_tab_search from './tf-tab-search.js'; | 
					
						
							| 
									
										
										
										
											2023-06-22 00:27:27 +00:00
										 |  |  | import * as tf_tab_connections from './tf-tab-connections.js'; | 
					
						
							| 
									
										
										
										
											2024-02-24 11:09:34 -05:00
										 |  |  | import * as tf_tag from './tf-tag.js'; | 
					
						
							| 
									
										
										
										
											2024-11-20 19:44:27 -05:00
										 |  |  | import * as tf_styles from './tf-styles.js'; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-11-20 20:24:58 -05:00
										 |  |  | window.addEventListener('load', function () { | 
					
						
							| 
									
										
										
										
											2024-11-20 19:44:27 -05:00
										 |  |  | 	let style = document.createElement('style'); | 
					
						
							|  |  |  | 	style.innerText = tf_styles.styles; | 
					
						
							| 
									
										
										
										
											2025-10-22 19:39:20 -04:00
										 |  |  | 	Promise.resolve(tf_styles.generate_theme()).then(function (x) { | 
					
						
							|  |  |  | 		style.innerText += x; | 
					
						
							|  |  |  | 	}); | 
					
						
							| 
									
										
										
										
											2024-11-20 19:44:27 -05:00
										 |  |  | 	document.body.appendChild(style); | 
					
						
							| 
									
										
										
										
											2024-11-20 20:24:58 -05:00
										 |  |  | }); |