mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update views
This commit is contained in:
parent
c369882b48
commit
b94af397c9
6 changed files with 4 additions and 41 deletions
|
@ -7,7 +7,9 @@
|
|||
<div class="d-flex justify-content-between align-items-center">
|
||||
<div></div>
|
||||
<a href="/account/activity" class="cursor-pointer font-weight-bold text-primary">Notifications</a>
|
||||
@if(request()->user()->profile->is_private)
|
||||
<a href="/account/follow-requests" class="cursor-pointer font-weight-bold text-dark">Follow Requests</a>
|
||||
@endif
|
||||
<div></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -17,11 +19,6 @@
|
|||
@endsection
|
||||
|
||||
@push('scripts')
|
||||
<script type="text/javascript" src="{{ mix('js/compose.js') }}"></script>
|
||||
<script type="text/javascript" src="{{ mix('js/activity.js') }}"></script>
|
||||
<script type="text/javascript">
|
||||
new Vue({
|
||||
el: '#content'
|
||||
});
|
||||
</script>
|
||||
<script type="text/javascript">window.App.boot();</script>
|
||||
@endpush
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
|
||||
@push('scripts')
|
||||
<script type="text/javascript">
|
||||
App.boot();
|
||||
$(document).ready(function() {
|
||||
$(document).on('click', '.request-action', function(e) {
|
||||
e.preventDefault();
|
||||
|
|
|
@ -24,9 +24,6 @@
|
|||
|
||||
@push('styles')
|
||||
<style type="text/css">
|
||||
body {
|
||||
background: #fff !important;
|
||||
}
|
||||
.navbar {
|
||||
border: none !important;
|
||||
}
|
||||
|
|
|
@ -24,16 +24,6 @@
|
|||
<meta property="og:video" content="{{$status->mediaUrl()}}">
|
||||
@endif
|
||||
@endpush
|
||||
@push('styles')
|
||||
<style type="text/css">
|
||||
body {
|
||||
background: #fff !important;
|
||||
}
|
||||
.navbar {
|
||||
border: none !important;
|
||||
}
|
||||
</style>
|
||||
@endpush
|
||||
|
||||
@push('scripts')
|
||||
<script type="text/javascript" src="{{ mix('js/status.js') }}"></script>
|
||||
|
|
|
@ -6,17 +6,6 @@
|
|||
|
||||
@endsection
|
||||
|
||||
@push('styles')
|
||||
<style type="text/css">
|
||||
body {
|
||||
background: #fff !important;
|
||||
}
|
||||
.navbar {
|
||||
border: none !important;
|
||||
}
|
||||
</style>
|
||||
@endpush
|
||||
|
||||
@push('scripts')
|
||||
<script type="text/javascript" src="{{ mix('js/timeline.js') }}"></script>
|
||||
<script type="text/javascript" src="{{ mix('js/compose.js') }}"></script>
|
||||
|
|
|
@ -6,17 +6,6 @@
|
|||
|
||||
@endsection
|
||||
|
||||
@push('styles')
|
||||
<style type="text/css">
|
||||
body {
|
||||
background: #fff !important;
|
||||
}
|
||||
.navbar {
|
||||
border: none !important;
|
||||
}
|
||||
</style>
|
||||
@endpush
|
||||
|
||||
@push('scripts')
|
||||
<script type="text/javascript" src="{{ mix('js/timeline.js') }}"></script>
|
||||
<script type="text/javascript" src="{{ mix('js/compose.js') }}"></script>
|
||||
|
|
Loading…
Reference in a new issue