-
-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/4.1.0: refactoring public assets wip Adds instructions on default setups fix for the route not being defined yet wip wip wip Apply fixes from StyleCI (#430) wip Apply fixes from StyleCI (#429) initial wip of a default setup update the base route wip
- Loading branch information
Showing
67 changed files
with
528 additions
and
3,624 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file removed
BIN
-122 KB
public/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot
Binary file not shown.
3,300 changes: 0 additions & 3,300 deletions
3,300
public/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.svg
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-122 KB
public/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf
Binary file not shown.
Binary file removed
BIN
-82.6 KB
public/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff
Binary file not shown.
Binary file removed
BIN
-70.5 KB
public/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"/js/app.js": "/js/app.js?id=5cfc7a4f0f793a07286c", | ||
"/css/app.css": "/css/app.css?id=da72bd8307ebced7bed8", | ||
"/js/app.js.map": "/js/app.js.map?id=d31f3f9515a010708d4e", | ||
"/app.js": "/app.js?id=a1bbfa8127d35ee1a71b", | ||
"/app.css": "/app.css?id=bda34711dea8821a4299", | ||
"/favicon.png": "/favicon.png?id=39d853e8c2bdbc38fde3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 0 additions & 27 deletions
27
resources/views/canvas/components/modals/post/edit/share.blade.php
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
<link rel="stylesheet" href="{{ url('https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/github.min.css') }}"> | ||
|
||
<!-- Style sheets --> | ||
<link rel="stylesheet" type="text/css" href="{{ mix('css/app.css', 'vendor/canvas') }}"> | ||
<link rel="stylesheet" type="text/css" href="{{ mix('app.css', 'vendor/canvas') }}"> | ||
|
||
<!-- Additional style sheets --> | ||
@stack('styles') | ||
|
@@ -29,7 +29,7 @@ | |
</div> | ||
|
||
<!-- Application scripts --> | ||
<script type="text/javascript" src="{{ mix('js/app.js', 'vendor/canvas') }}"></script> | ||
<script type="text/javascript" src="{{ mix('app.js', 'vendor/canvas') }}"></script> | ||
|
||
<!-- Additional scripts --> | ||
@stack('scripts') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
resources/views/canvas/posts/index.blade.php → resources/views/posts/index.blade.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
resources/views/canvas/stats/show.blade.php → resources/views/stats/show.blade.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
resources/views/canvas/tags/index.blade.php → resources/views/tags/index.blade.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.