Skip to content

Commit

Permalink
compile assets
Browse files Browse the repository at this point in the history
  • Loading branch information
austintoddj committed Nov 29, 2021
1 parent 3bc12df commit cf38337
Show file tree
Hide file tree
Showing 9 changed files with 6,661 additions and 36 deletions.
4 changes: 2 additions & 2 deletions public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/app.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions public/js/app.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @license MIT */

/*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Bootstrap v4.6.1 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
Expand All @@ -22,13 +22,13 @@
*/

/*!
* FilePond 4.29.0
* FilePond 4.30.3
* Licensed under MIT, https://opensource.org/licenses/MIT/
* Please visit https://pqina.nl/filepond/ for details.
*/

/*!
* FilePondPluginFileValidateSize 2.2.4
* FilePondPluginFileValidateSize 2.2.5
* Licensed under MIT, https://opensource.org/licenses/MIT/
* Please visit https://pqina.nl/filepond/ for details.
*/
Expand All @@ -46,7 +46,7 @@
*/

/*!
* FilePondPluginImagePreview 4.6.8
* FilePondPluginImagePreview 4.6.10
* Licensed under MIT, https://opensource.org/licenses/MIT/
* Please visit https://pqina.nl/filepond/ for details.
*/
Expand Down
2 changes: 1 addition & 1 deletion public/js/app.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/app.js": "/js/app.js?id=c485dc511cf72829d8be",
"/css/app.css": "/css/app.css?id=ade4a5e16f09cdfbea3c"
"/js/app.js": "/js/app.js?id=9e5dee61c8dd6fea9532",
"/css/app.css": "/css/app.css?id=9dcde57dde05a868a057"
}
8 changes: 1 addition & 7 deletions resources/js/components/modals/PublishModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,7 @@

<div class="row">
<div
class="
col-sm-6 col-12
pb-sm-0 pb-3
pr-sm-0
d-flex
justify-content-center justify-content-sm-start
"
class="col-sm-6 col-12 pb-sm-0 pb-3 pr-sm-0 d-flex justify-content-center justify-content-sm-start"
>
<div class="d-flex align-items-center">
<select
Expand Down
20 changes: 2 additions & 18 deletions resources/js/views/AllStats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,7 @@
<div class="card-deck mt-4 pt-2">
<div class="card shadow-lg">
<div
class="
card-header
pb-0
bg-transparent
d-flex
justify-content-between
align-middle
border-0
"
class="card-header pb-0 bg-transparent d-flex justify-content-between align-middle border-0"
>
<p class="font-weight-bold text-muted small text-uppercase">{{ trans.views }}</p>
<p>
Expand All @@ -52,15 +44,7 @@
</div>
<div class="card shadow-lg">
<div
class="
card-header
pb-0
bg-transparent
d-flex
justify-content-between
align-middle
border-0
"
class="card-header pb-0 bg-transparent d-flex justify-content-between align-middle border-0"
>
<p class="font-weight-bold text-muted small text-uppercase">{{ trans.visitors }}</p>
<p>
Expand Down
6,647 changes: 6,647 additions & 0 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit cf38337

Please sign in to comment.