Browse Source

refactor: removed bulma

Kristian Vos 3 years ago
parent
commit
c45ed812d5

+ 8 - 4
frontend/dist/index.tpl.html

@@ -1,13 +1,16 @@
 <!DOCTYPE html>
 <html lang='en'>
+
 <head>
 	<title>Musare</title>
 
 	<meta charset='UTF-8'>
 	<meta http-equiv='X-UA-Compatible' content='IE=edge'>
 	<meta name='viewport' content='width=device-width, initial-scale=1, user-scalable=no'>
-	<meta name='keywords' content='music, musare, listen, station, station, radio, edm, chill, community, official, rooms, room, party, good, mus, pop'>
-	<meta name='description' content='On Musare you can listen to lots of different songs, playing 24/7 in our official stations and in user-made community stations!'>
+	<meta name='keywords'
+		content='music, musare, listen, station, station, radio, edm, chill, community, official, rooms, room, party, good, mus, pop'>
+	<meta name='description'
+		content='On Musare you can listen to lots of different songs, playing 24/7 in our official stations and in user-made community stations!'>
 	<meta name='copyright' content='© Copyright Musare 2015-2021 All Right Reserved'>
 
 	<link rel='apple-touch-icon' sizes='57x57' href='/assets/favicon/apple-touch-icon-57x57.png?v=06042016'>
@@ -32,16 +35,17 @@
 	<meta name='theme-color' content='#03a9f4'>
 	<meta name='google' content='nositelinkssearchbox' />
 
-	<link rel="stylesheet" href="/vendor/bulma.0.2.3.min.css">
 	<link rel='stylesheet' href='/index.css'>
 	<script src='https://www.youtube.com/iframe_api'></script>
 	<script type='text/javascript' src='/vendor/can-autoplay.min.js'></script>
 	<script type='text/javascript' src='/vendor/lofig.1.3.4.min.js'></script>
 </head>
+
 <body>
 	<div id="root"></div>
 	<div id="toasts-container" class="position-right position-bottom">
 		<div id="toasts-content"></div>
 	</div>
 </body>
-</html>
+
+</html>

File diff suppressed because it is too large
+ 0 - 0
frontend/dist/vendor/bulma.0.2.3.min.css


+ 0 - 1
frontend/src/components/modals/CreateCommunityStation.vue

@@ -1,7 +1,6 @@
 <template>
 	<modal title="Create Community Station">
 		<template #body>
-			<!-- validation to check if exists http://bulma.io/documentation/elements/form/ -->
 			<label class="label">Name (unique lowercase station id)</label>
 			<p class="control">
 				<input

Some files were not shown because too many files changed in this diff