Skip to content

Commit

Permalink
Version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hkamran80 authored Mar 13, 2022
2 parents 1e5899b + b995486 commit 4d505b3
Show file tree
Hide file tree
Showing 57 changed files with 24,990 additions and 18,863 deletions.
2 changes: 0 additions & 2 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
> 1%
last 2 versions
not dead
iOS >= 12.4
5 changes: 0 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
module.exports = {
root: true,

env: {
node: true,
},

extends: [
"plugin:vue/essential",
"eslint:recommended",
Expand All @@ -13,12 +11,10 @@ module.exports = {
"@vue/prettier/@typescript-eslint",
"plugin:vuejs-accessibility/recommended",
],

parserOptions: {
ecmaVersion: 2020,
parser: "@typescript-eslint/parser",
},

rules: {
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
Expand All @@ -32,7 +28,6 @@ module.exports = {
},
],
},

overrides: [
{
files: [
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ pnpm-debug.log*
*.sln
*.sw?
.dccache
.env

audits/

tmp*

*.schema.json
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ status = 200
package = "@sentry/netlify-build-plugin"

[plugins.inputs]
sentryRelease = "3.0.3"
sentryRelease = "3.1.0"
41,298 changes: 23,093 additions & 18,205 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schedules",
"version": "3.0.3",
"version": "3.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,14 +15,13 @@
"@sentry/vue": "^6.11.0",
"@vue/composition-api": "^1.0.0-rc.13",
"core-js": "^3.8.2",
"googleapis": "^39.2.0",
"marked": "^4.0.10",
"register-service-worker": "^1.7.2",
"utds-component-library": "^1.0.9",
"vue": "^2.6.11",
"vue-router": "^3.4.9",
"vue": "^2.6.14",
"vue-router": "^3.5.3",
"vue-toastification": "^1.7.8",
"vuetify": "^2.4.0"
"vuetify": "^2.6.4"
},
"devDependencies": {
"@mdi/js": "^5.9.55",
Expand All @@ -40,7 +39,7 @@
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/preload-webpack-plugin": "^1.1.2",
"@vue/test-utils": "^1.0.3",
"axe-core": "^4.3.2",
"axe-core": "^4.4.1",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
Expand All @@ -53,8 +52,9 @@
"typescript": "~4.1.5",
"vue-axe": "^2.4.4",
"vue-cli-plugin-vuetify": "^2.0.9",
"vue-template-compiler": "^2.6.11",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.3.0",
"webpack-bundle-analyzer": "^4.4.0"
"webpack-bundle-analyzer": "^4.5.0"
}
}
114 changes: 96 additions & 18 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@
/>

<!-- Preconnect, prefetch, and preload -->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="dns-prefetch" href="https://o373497.ingest.sentry.io" />

<% if (!htmlWebpackPlugin.options.developmentMode) { %>
Expand All @@ -159,62 +159,140 @@
<body>
<link rel="stylesheet" href="/css/scrollbars.css" />

<!-- Lato Font -->
<style>
/* latin-ext */
@font-face {
font-family: "Lato";
font-family: "Barlow";
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://fonts.gstatic.com/s/lato/v17/S6u8w4BMUTPHh30AXC-qNiXg7Q.woff2)
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHrv4kjgoGqM7E3b_s1wH8DnzcjTrA.woff2)
format("woff2");
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020,
U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: "Barlow";
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHrv4kjgoGqM7E3b_s7wH8Dnzcj.woff2)
format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122,
U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
font-family: "Barlow";
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2)
format("woff2");
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020,
U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: "Lato";
font-family: "Barlow";
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2)
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2)
format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122,
U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
font-family: "Barlow";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2)
format("woff2");
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020,
U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: "Lato";
font-family: "Barlow";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHjx4wXiWtFCc.woff2)
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2)
format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122,
U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
font-family: "Lato";
font-family: "Barlow";
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2)
format("woff2");
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020,
U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: "Barlow";
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2)
format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122,
U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: "Barlow";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2)
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2)
format("woff2");
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020,
U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: "Barlow";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2)
format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122,
U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
font-family: "Barlow";
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHqv4kjgoGqM7E3j-ws6Vostz0rdom9.woff2)
format("woff2");
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020,
U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: "Lato";
font-family: "Barlow";
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh50XSwiPGQ3q5d0.woff2)
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHqv4kjgoGqM7E3j-ws51ostz0rdg.woff2)
format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122,
Expand Down Expand Up @@ -264,7 +342,7 @@ <h1>Hmm.</h1>
height: 100vh;
margin: 0 10vw;
overflow: hidden;
font-family: Lato;
font-family: "Barlow", sans-serif;
}
.wrapper {
flex-grow: 2;
Expand Down
59 changes: 0 additions & 59 deletions sider.yml

This file was deleted.

11 changes: 8 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<v-main>
<v-container fluid>
<utds-navigation-bar
class="navigation-bar"
:title="
`Schedules ${
$edgeMode
Expand Down Expand Up @@ -57,8 +58,8 @@ import { provideToast } from "vue-toastification/composition";
import { POSITION } from "vue-toastification";
import schedulesJson from "@/schedules.json";
import { Schedule } from "@/structures/schedule";
import { OldStorageItems } from "@/structures/storage";
import { Schedule } from "@/models/schedule";
import { OldStorageItems } from "@/models/storage";
import { checkExistence, convertAnalytics } from "@/constructs/update";
Expand Down Expand Up @@ -186,7 +187,7 @@ export default defineComponent({
@import "~utds-component-library/dist/utds-component-library.css";
#app {
font-family: Lato, sans-serif;
font-family: Barlow, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: left;
Expand All @@ -197,6 +198,10 @@ a {
text-decoration: none;
}
.navigation-bar h1 {
font-weight: 600;
}
/* Global Styles */
.text-wrap--break {
display: inline-block;
Expand Down
Loading

0 comments on commit 4d505b3

Please sign in to comment.