소스 검색

refactor: removed bulma

Kristian Vos 3 년 전
부모
커밋
c45ed812d5
3개의 변경된 파일8개의 추가작업 그리고 5개의 파일을 삭제
  1. 8 4
      frontend/dist/index.tpl.html
  2. 0 0
      frontend/dist/vendor/bulma.0.2.3.min.css
  3. 0 1
      frontend/src/components/modals/CreateCommunityStation.vue

+ 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>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.