Skip to content

Commit 4d505b3

Browse files
authored
Version 3.1.0
2 parents 1e5899b + b995486 commit 4d505b3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+24990
-18863
lines changed

.browserslistrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
> 1%
21
last 2 versions
3-
not dead
42
iOS >= 12.4

.eslintrc.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
module.exports = {
22
root: true,
3-
43
env: {
54
node: true,
65
},
7-
86
extends: [
97
"plugin:vue/essential",
108
"eslint:recommended",
@@ -13,12 +11,10 @@ module.exports = {
1311
"@vue/prettier/@typescript-eslint",
1412
"plugin:vuejs-accessibility/recommended",
1513
],
16-
1714
parserOptions: {
1815
ecmaVersion: 2020,
1916
parser: "@typescript-eslint/parser",
2017
},
21-
2218
rules: {
2319
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
2420
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
@@ -32,7 +28,6 @@ module.exports = {
3228
},
3329
],
3430
},
35-
3631
overrides: [
3732
{
3833
files: [

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ pnpm-debug.log*
2222
*.sln
2323
*.sw?
2424
.dccache
25+
.env
2526

2627
audits/
2728

2829
tmp*
30+
31+
*.schema.json

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ status = 200
2929
package = "@sentry/netlify-build-plugin"
3030

3131
[plugins.inputs]
32-
sentryRelease = "3.0.3"
32+
sentryRelease = "3.1.0"

package-lock.json

Lines changed: 23093 additions & 18205 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "schedules",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",
@@ -15,14 +15,13 @@
1515
"@sentry/vue": "^6.11.0",
1616
"@vue/composition-api": "^1.0.0-rc.13",
1717
"core-js": "^3.8.2",
18-
"googleapis": "^39.2.0",
1918
"marked": "^4.0.10",
2019
"register-service-worker": "^1.7.2",
2120
"utds-component-library": "^1.0.9",
22-
"vue": "^2.6.11",
23-
"vue-router": "^3.4.9",
21+
"vue": "^2.6.14",
22+
"vue-router": "^3.5.3",
2423
"vue-toastification": "^1.7.8",
25-
"vuetify": "^2.4.0"
24+
"vuetify": "^2.6.4"
2625
},
2726
"devDependencies": {
2827
"@mdi/js": "^5.9.55",
@@ -40,7 +39,7 @@
4039
"@vue/eslint-config-typescript": "^5.0.2",
4140
"@vue/preload-webpack-plugin": "^1.1.2",
4241
"@vue/test-utils": "^1.0.3",
43-
"axe-core": "^4.3.2",
42+
"axe-core": "^4.4.1",
4443
"babel-eslint": "^10.1.0",
4544
"eslint": "^6.7.2",
4645
"eslint-plugin-prettier": "^3.3.1",
@@ -53,8 +52,9 @@
5352
"typescript": "~4.1.5",
5453
"vue-axe": "^2.4.4",
5554
"vue-cli-plugin-vuetify": "^2.0.9",
56-
"vue-template-compiler": "^2.6.11",
55+
"vue-loader": "^17.0.0",
56+
"vue-template-compiler": "^2.6.14",
5757
"vuetify-loader": "^1.3.0",
58-
"webpack-bundle-analyzer": "^4.4.0"
58+
"webpack-bundle-analyzer": "^4.5.0"
5959
}
6060
}

public/index.html

Lines changed: 96 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@
142142
/>
143143

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

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

162-
<!-- Lato Font -->
163162
<style>
163+
/* latin-ext */
164164
@font-face {
165-
font-family: "Lato";
165+
font-family: "Barlow";
166166
font-style: normal;
167167
font-weight: 100;
168168
font-display: swap;
169-
src: url(https://fonts.gstatic.com/s/lato/v17/S6u8w4BMUTPHh30AXC-qNiXg7Q.woff2)
169+
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHrv4kjgoGqM7E3b_s1wH8DnzcjTrA.woff2)
170+
format("woff2");
171+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020,
172+
U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
173+
}
174+
/* latin */
175+
@font-face {
176+
font-family: "Barlow";
177+
font-style: normal;
178+
font-weight: 100;
179+
font-display: swap;
180+
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHrv4kjgoGqM7E3b_s7wH8Dnzcj.woff2)
170181
format("woff2");
171182
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
172183
U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122,
173184
U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
174185
}
175-
186+
/* latin-ext */
187+
@font-face {
188+
font-family: "Barlow";
189+
font-style: normal;
190+
font-weight: 300;
191+
font-display: swap;
192+
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2)
193+
format("woff2");
194+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020,
195+
U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
196+
}
197+
/* latin */
176198
@font-face {
177-
font-family: "Lato";
199+
font-family: "Barlow";
178200
font-style: normal;
179201
font-weight: 300;
180202
font-display: swap;
181-
src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2)
203+
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2)
182204
format("woff2");
183205
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
184206
U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122,
185207
U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
186208
}
187-
209+
/* latin-ext */
210+
@font-face {
211+
font-family: "Barlow";
212+
font-style: normal;
213+
font-weight: 400;
214+
font-display: swap;
215+
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2)
216+
format("woff2");
217+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020,
218+
U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
219+
}
220+
/* latin */
188221
@font-face {
189-
font-family: "Lato";
222+
font-family: "Barlow";
190223
font-style: normal;
191224
font-weight: 400;
192225
font-display: swap;
193-
src: url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHjx4wXiWtFCc.woff2)
226+
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2)
194227
format("woff2");
195228
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
196229
U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122,
197230
U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
198231
}
199-
232+
/* latin-ext */
200233
@font-face {
201-
font-family: "Lato";
234+
font-family: "Barlow";
235+
font-style: normal;
236+
font-weight: 600;
237+
font-display: swap;
238+
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2)
239+
format("woff2");
240+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020,
241+
U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
242+
}
243+
/* latin */
244+
@font-face {
245+
font-family: "Barlow";
246+
font-style: normal;
247+
font-weight: 600;
248+
font-display: swap;
249+
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2)
250+
format("woff2");
251+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
252+
U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122,
253+
U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
254+
}
255+
/* latin-ext */
256+
@font-face {
257+
font-family: "Barlow";
202258
font-style: normal;
203259
font-weight: 700;
204260
font-display: swap;
205-
src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2)
261+
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2)
262+
format("woff2");
263+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020,
264+
U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
265+
}
266+
/* latin */
267+
@font-face {
268+
font-family: "Barlow";
269+
font-style: normal;
270+
font-weight: 700;
271+
font-display: swap;
272+
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2)
206273
format("woff2");
207274
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
208275
U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122,
209276
U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
210277
}
211-
278+
/* latin-ext */
279+
@font-face {
280+
font-family: "Barlow";
281+
font-style: normal;
282+
font-weight: 900;
283+
font-display: swap;
284+
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHqv4kjgoGqM7E3j-ws6Vostz0rdom9.woff2)
285+
format("woff2");
286+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020,
287+
U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
288+
}
289+
/* latin */
212290
@font-face {
213-
font-family: "Lato";
291+
font-family: "Barlow";
214292
font-style: normal;
215293
font-weight: 900;
216294
font-display: swap;
217-
src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh50XSwiPGQ3q5d0.woff2)
295+
src: url(https://fonts.gstatic.com/s/barlow/v11/7cHqv4kjgoGqM7E3j-ws51ostz0rdg.woff2)
218296
format("woff2");
219297
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
220298
U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122,
@@ -264,7 +342,7 @@ <h1>Hmm.</h1>
264342
height: 100vh;
265343
margin: 0 10vw;
266344
overflow: hidden;
267-
font-family: Lato;
345+
font-family: "Barlow", sans-serif;
268346
}
269347
.wrapper {
270348
flex-grow: 2;

sider.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

src/App.vue

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<v-main>
44
<v-container fluid>
55
<utds-navigation-bar
6+
class="navigation-bar"
67
:title="
78
`Schedules ${
89
$edgeMode
@@ -57,8 +58,8 @@ import { provideToast } from "vue-toastification/composition";
5758
import { POSITION } from "vue-toastification";
5859
5960
import schedulesJson from "@/schedules.json";
60-
import { Schedule } from "@/structures/schedule";
61-
import { OldStorageItems } from "@/structures/storage";
61+
import { Schedule } from "@/models/schedule";
62+
import { OldStorageItems } from "@/models/storage";
6263
6364
import { checkExistence, convertAnalytics } from "@/constructs/update";
6465
@@ -186,7 +187,7 @@ export default defineComponent({
186187
@import "~utds-component-library/dist/utds-component-library.css";
187188
188189
#app {
189-
font-family: Lato, sans-serif;
190+
font-family: Barlow, sans-serif;
190191
-webkit-font-smoothing: antialiased;
191192
-moz-osx-font-smoothing: grayscale;
192193
text-align: left;
@@ -197,6 +198,10 @@ a {
197198
text-decoration: none;
198199
}
199200
201+
.navigation-bar h1 {
202+
font-weight: 600;
203+
}
204+
200205
/* Global Styles */
201206
.text-wrap--break {
202207
display: inline-block;

0 commit comments

Comments
 (0)