mirror of https://github.com/pixelfed/pixelfed
commit
00b0dece87
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 586 KiB After Width: | Height: | Size: 644 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 141 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 477 KiB After Width: | Height: | Size: 797 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,12 +1,12 @@
|
||||
{
|
||||
"/js/activity.js": "/js/activity.js?id=7915246c3bc2b7e9770e",
|
||||
"/js/app.js": "/js/app.js?id=a51da95c2b9df7cf8de2",
|
||||
"/css/app.css": "/css/app.css?id=da1490bc71c86824a5d8",
|
||||
"/css/appdark.css": "/css/appdark.css?id=75eb957c4cbdd84b6016",
|
||||
"/js/components.js": "/js/components.js?id=fe7e6d95339a03a9b03f",
|
||||
"/css/app.css": "/css/app.css?id=a3d1a9d5833199d019d4",
|
||||
"/css/appdark.css": "/css/appdark.css?id=241076c8fb3c47e088d2",
|
||||
"/js/components.js": "/js/components.js?id=2cc86bfe798c5a7af92b",
|
||||
"/js/discover.js": "/js/discover.js?id=75fb12b06ee23fa05186",
|
||||
"/js/micro.js": "/js/micro.js?id=178479fb6990f8806257",
|
||||
"/js/profile.js": "/js/profile.js?id=9b4b7d662fb70fb48856",
|
||||
"/js/status.js": "/js/status.js?id=d3866ac390bc28d9bcc1",
|
||||
"/js/timeline.js": "/js/timeline.js?id=8a3d417eb838a7219cc9"
|
||||
"/js/status.js": "/js/status.js?id=fd76f38cedc711b9c634",
|
||||
"/js/timeline.js": "/js/timeline.js?id=3d3a0103fc53c6b03769"
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,16 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('content')
|
||||
|
||||
<timeline scope="network"></timeline>
|
||||
|
||||
@endsection
|
||||
|
||||
@push('scripts')
|
||||
<script type="text/javascript" src="{{ mix('js/timeline.js') }}"></script>
|
||||
<script type="text/javascript">
|
||||
new Vue({
|
||||
el: '#content'
|
||||
});
|
||||
</script>
|
||||
@endpush
|
Loading…
Reference in New Issue