diff --git a/package.json b/package.json index 2887a98..399cac1 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "coffee-loader": "^1.0.0", "coffeescript": "^2.5.1", "json-loader": "^0.5.7", - "normalize.css": "^8.0.1", + "normalize-css": "^2.3.1", "pug": "2.0.4", "pug-plain-loader": "^1.0.0", "vue": "^3.0.0-rc.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 586298e..1b25e0b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,7 +3,7 @@ dependencies: coffee-loader: 1.0.0_f473fea5d69d100879c6b4e11cc445d4 coffeescript: 2.5.1 json-loader: 0.5.7 - normalize.css: 8.0.1 + normalize-css: 2.3.1 pug: 2.0.4 pug-plain-loader: 1.0.0_pug@2.0.4 vue: 3.0.0-rc.4 @@ -4027,6 +4027,10 @@ packages: /inherits/2.0.4: resolution: integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== + /insert-css/0.0.0: + dev: false + resolution: + integrity: sha1-IwS/pviTq+y4/5yo2cdgXZTPKRE= /internal-ip/4.3.0: dependencies: default-gateway: 4.2.0 @@ -5052,6 +5056,12 @@ packages: /node-releases/1.1.60: resolution: integrity: sha512-gsO4vjEdQaTusZAEebUWp2a5d7dF5DYoIpDG7WySnk7BuZDW+GPpHXoXXuYawRBr/9t5q54tirPz79kFIWg4dA== + /normalize-css/2.3.1: + dependencies: + insert-css: 0.0.0 + dev: false + resolution: + integrity: sha1-/APjuR46Uap6GDa657K2rG1R4VY= /normalize-package-data/2.5.0: dependencies: hosted-git-info: 2.8.8 @@ -5096,10 +5106,6 @@ packages: node: '>=6' resolution: integrity: sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg== - /normalize.css/8.0.1: - dev: false - resolution: - integrity: sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg== /npm-run-path/2.0.2: dependencies: path-key: 2.0.1 @@ -7999,7 +8005,7 @@ specifiers: coffee-loader: ^1.0.0 coffeescript: ^2.5.1 json-loader: ^0.5.7 - normalize.css: ^8.0.1 + normalize-css: ^2.3.1 pug: 2.0.4 pug-plain-loader: ^1.0.0 sass: ^1.26.5 diff --git a/src/App.vue b/src/App.vue index 6b70d8a..2990339 100644 --- a/src/App.vue +++ b/src/App.vue @@ -43,7 +43,7 @@ div.contenedor(:style="anchoBarraLateral") cambiarEstadoBarraLateral = => barraLateralOculta.value = !barraLateralOculta.value setTimeout (=> - resRaw = await fetch "/horarios/#{año}_#{periodo}_#{facultad}_#{escuela}.yaml" + resRaw = await fetch "/horarios/#{año.value}_#{periodo.value}_#{facultad.value}_#{escuela.value}.yaml" res = YAML.parse await resRaw.text() store.commit "cambiarDatos", res ), 0 diff --git a/src/components/App/barra-lateral.vue b/src/components/App/barra-lateral.vue index 5f4fab5..c5cf846 100644 --- a/src/components/App/barra-lateral.vue +++ b/src/components/App/barra-lateral.vue @@ -109,7 +109,6 @@ div.lateral } export default { - name: "barra-lateral" components: {vCheckBox} props: barraOculta: diff --git a/src/components/Inicio/anio.vue b/src/components/Inicio/anio.vue index f953a6e..a435265 100644 --- a/src/components/Inicio/anio.vue +++ b/src/components/Inicio/anio.vue @@ -30,6 +30,7 @@ div { abierto + reiniciarTablaVue } export default { diff --git a/src/components/Inicio/curso.vue b/src/components/Inicio/curso.vue index f488f04..fd8d636 100644 --- a/src/components/Inicio/curso.vue +++ b/src/components/Inicio/curso.vue @@ -4,7 +4,7 @@ div.info_curso(:style="estiloCurso") ) // input.marcador_curso(type="checkbox" v-model="cursoAgregado") - span.ancho {{ curso.abreviado }} >  + span.ancho | {{ curso.abreviado }} >  | {{ curso.nombre }} table.datos tr @@ -40,6 +40,8 @@ div.info_curso(:style="estiloCurso") @@ -223,11 +249,8 @@ div.info_curso(:style="estiloCurso") .ancho font: - family: "Fira Code", monospace + family: "JetBrains Mono", monospace user-select: none - - - // diff --git a/src/components/Inicio/curso/bloque.vue b/src/components/Inicio/curso/bloque.vue index 9e4ec14..d386032 100644 --- a/src/components/Inicio/curso/bloque.vue +++ b/src/components/Inicio/curso/bloque.vue @@ -9,7 +9,7 @@ td @mouseleave="quitarResaltadoGrupo(grupo)" @click="toggleActivo(grupo)" ) - | {{ esLab? 'L': 'T' }}{{ grupo }}  + |  {{ esLab? 'L': 'T' }}{{ grupo }}  // @@ -61,10 +61,9 @@ td