Navigation Menu

Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
austintoddj committed Jul 1, 2020
1 parent c905873 commit 6acab92
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 22 deletions.
10 changes: 4 additions & 6 deletions .prettierrc
@@ -1,6 +1,4 @@
{
"printWidth": 120,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5"
}
printWidth: 120
singleQuote: true
tabWidth: 4
trailingComma: es5
8 changes: 4 additions & 4 deletions public/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
@@ -1,5 +1,5 @@
{
"/js/app.js": "/js/app.js?id=b9339fab8f947d1604f7",
"/js/app.js": "/js/app.js?id=68fbb9fef780da5cae1d",
"/css/app.css": "/css/app.css?id=f6e72470fbc69619658a",
"/favicon.ico": "/favicon.ico?id=f7a1a9d5196af323a9eb"
}
4 changes: 2 additions & 2 deletions resources/js/views/AllStats.vue
Expand Up @@ -65,12 +65,12 @@
'rounded-bottom': index === posts.length - 1,
}"
>
<div class="pl-2 col-md-6 col-10">
<div class="pl-2 col-md-6 col-sm-8 col-10">
<p class="mb-1 mt-2 text-truncate">
<span class="font-weight-bold text-lg lead">{{ post.title }}</span>
</p>
<p class="text-secondary mb-2">
<span class="d-none d-lg-inline"> {{ post.read_time }} ― </span>
<span class="d-none d-md-inline"> {{ post.read_time }} ― </span>
{{ i18n.published }}
{{ moment(post.published_at).format('MMM D, YYYY') }}
</p>
Expand Down
2 changes: 1 addition & 1 deletion resources/js/views/PostList.vue
Expand Up @@ -71,7 +71,7 @@
'rounded-bottom': index === posts.length - 1,
}"
>
<div class="col-md-8 col-sm-10 col-10 pl-2 py-1">
<div class="pl-2 col-md-8 col-sm-10 col-10 py-1">
<p class="mb-0 text-truncate">
<span class="font-weight-bold text-lg lead">
{{ post.title }}
Expand Down
15 changes: 7 additions & 8 deletions yarn.lock
Expand Up @@ -2293,9 +2293,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001087, caniuse-lite@^1.0.30001088:
version "1.0.30001090"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001090.tgz#ff7766332f60e80fea4903f30d360622e5551850"
integrity sha512-QzPRKDCyp7RhjczTPZaqK3CjPA5Ht2UnXhZhCI4f7QiB5JK6KEuZBxIzyWnB3wO4hgAj4GMRxAhuiacfw0Psjg==
version "1.0.30001091"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001091.tgz#84908c67b98e02c2a56d4afa51e6458b53fb5321"
integrity sha512-ECd8gfBBpv0GKsEYY5052+8PBjExiugDoi3dfkJcxujh2mf7kiuDvb1o27GXlOOGopKiIPYEX8XDPYj7eo3E9w==

capture-exit@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -7569,7 +7569,7 @@ pretty@2.0.0, pretty@^2.0.0:
extend-shallow "^2.0.1"
js-beautify "^1.6.12"

private@^0.1.8, private@~0.1.5:
private@~0.1.5:
version "0.1.8"
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==
Expand Down Expand Up @@ -7858,12 +7858,11 @@ regenerator-runtime@^0.13.4:
integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==

regenerator-transform@^0.14.2:
version "0.14.4"
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.4.tgz#5266857896518d1616a78a0479337a30ea974cc7"
integrity sha512-EaJaKPBI9GvKpvUz2mz4fhx7WPgvwRLY9v3hlNHWmAuJHI13T4nwKnNvm5RWJzEdnI5g5UwtOww+S8IdoUC2bw==
version "0.14.5"
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4"
integrity sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==
dependencies:
"@babel/runtime" "^7.8.4"
private "^0.1.8"

regex-not@^1.0.0, regex-not@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit 6acab92

Please sign in to comment.