File tree 4 files changed +33
-24
lines changed
4 files changed +33
-24
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ className: "bg-warning",
118
118
value: " unlisted" ,
119
119
},
120
120
cw: {
121
- text: autocw == 0 ? " CW Media" : " Remove AutoCW" ,
122
121
text: autocw == 0 ? " CW Media" : " Remove AutoCW" ,
123
122
className: " bg-warning" ,
124
123
value: " autocw" ,
Original file line number Diff line number Diff line change 56
56
@stack (' scripts' )
57
57
<div class =" d-block d-sm-none mt-5" ></div >
58
58
<div class =" d-block d-sm-none fixed-bottom" >
59
- <div class =" card card-body rounded-0 py-2 d-flex align-items-middle box-shadow" style =" border-top :1px solid #F1F5F8 " >
60
- <ul class =" nav nav-pills nav-fill" >
59
+ <div class =" card card-body rounded-0 py-2 box-shadow" style =" border-top :1px solid #F1F5F8 " >
60
+ <ul class =" nav nav-pills nav-fill d-flex align-items-middle " >
61
61
<li class =" nav-item" >
62
- <a class =" nav-link {{ request () -> is ( ' / ' )? ' text-dark' : ' text-lighter ' } } " href =" /" ><i class =" fas fa-home fa-lg" ></i ></a >
62
+ <a class =" nav-link text-dark" href =" /" ><i class =" fas fa-home fa-lg" ></i ></a >
63
63
</li >
64
64
<li class =" nav-item" >
65
- <a class =" nav-link {{ request () -> is ( ' discover ' )? ' text-dark' : ' text-lighter ' } } " href =" /discover" ><i class =" fas fa-search fa-lg" ></i ></a >
65
+ <a class =" nav-link text-dark" href =" /discover" ><i class =" fas fa-search fa-lg" ></i ></a >
66
66
</li >
67
67
<li class =" nav-item" >
68
- <div class =" nav-link text-primary cursor-pointer" onclick =" App.util.compose.post()" >
69
- <span class =" border border-primary rounded p-2 bg-primary" >
70
- <i class =" fas fa-camera fa-lg text-white" style =" color :#fff !important ;" ></i >
71
- </span >
68
+ <div class =" nav-link cursor-pointer text-dark" onclick =" App.util.compose.post()" >
69
+ <i class =" far fa-plus-square fa-2x" ></i >
72
70
</div >
73
71
</li >
74
72
<li class =" nav-item" >
75
- <a class =" nav-link {{ request () -> is ( ' account/activity ' )? ' text-dark' : ' text-lighter ' } } " href =" /account/activity" ><i class =" far fa-heart fa-lg" ></i ></a >
73
+ <a class =" nav-link text-dark" href =" /account/activity" ><i class =" far fa-bell fa-lg" ></i ></a >
76
74
</li >
77
75
<li class =" nav-item" >
78
- <a class =" nav-link text-lighter " href =" /i/me" ><i class =" far fa-user fa-lg" ></i ></a >
76
+ <a class =" nav-link text-dark " href =" /i/me" ><i class =" far fa-user fa-lg" ></i ></a >
79
77
</li >
80
78
</ul >
81
79
</div >
Original file line number Diff line number Diff line change 39
39
</a >
40
40
</li >
41
41
<li class =" nav-item px-md-2 d-none d-md-block" >
42
- <a class =" nav-link font-weight-bold text-dark" href = " /?a=co " title =" Compose" data-toggle =" tooltip" data-placement =" bottom" >
42
+ <div class =" nav-link font-weight-bold text-dark cursor-pointer " title =" Compose" data-toggle =" tooltip" data-placement =" bottom" onclick = " App.util.compose.post() " >
43
43
<i class =" far fa-plus-square fa-lg" ></i >
44
44
<span class =" sr-only" >Compose</span >
45
- </a >
45
+ </div >
46
46
</li >
47
47
<li class =" nav-item px-md-2" >
48
48
<a class =" nav-link font-weight-bold text-dark" href =" /account/direct" title =" Direct" data-toggle =" tooltip" data-placement =" bottom" >
52
52
</li >
53
53
<li class =" nav-item px-md-2 d-none d-md-block" >
54
54
<a class =" nav-link font-weight-bold text-dark" href =" /account/activity" title =" Notifications" data-toggle =" tooltip" data-placement =" bottom" >
55
- <i class =" far fa-bell fa-lg" ></i >
55
+ <i class =" far fa-bell fa-lg" style = " vertical-align : middle ; " ></i >
56
56
<span class =" sr-only" >Notifications</span >
57
57
</a >
58
58
</li >
64
64
</a >
65
65
66
66
<div class =" dropdown-menu dropdown-menu-right" aria-labelledby =" navbarDropdown" >
67
- <a class =" d-block d-md-none dropdown-item font-weight-bold" href =" /" >
68
- <span class =" fas fa-home pr-2 text-lighter" ></span >
69
- Home
70
- </a >
71
67
<a class =" dropdown-item font-weight-bold" href =" {{ route (' discover' )} }" >
72
68
<span class =" far fa-compass pr-2 text-lighter" ></span >
73
69
{{ __ (' navmenu.discover' )} }
Original file line number Diff line number Diff line change 2
2
3
3
@section (' content' )
4
4
5
- <div class =" alert alert-info text-center rounded-0" >
6
5
<div class =" container" >
7
- <span class =" font-weight-bold" >ComposeUI v3 is deprecated</span >
8
- <br >
9
- Please use the <a href =" #" onclick =" event.preventDefault();window.App.util.compose.post()" class =" font-weight-bold" >new UI</a > to compose a post.
10
- </div >
6
+ <div class =" row" >
7
+ <div class =" col-12 col-md-6 offset-md-3 mt-md-3 px-0" >
8
+ <compose-modal ></compose-modal >
9
+ </div >
10
+ </div >
11
11
</div >
12
+ @endsection
13
+
14
+ @push (' styles' )
15
+ <style type =" text/css" >
16
+ .card {
17
+ box-shadow : none ;
18
+ border : 1px solid #ddd ;
19
+ }
20
+ .card .card-header .fas.fa-times {
21
+ color : #fff ;
22
+ }
23
+ </style >
24
+ @endpush
12
25
13
- @endsection
26
+ @push (' scripts' )
27
+ <script type =" text/javascript" src =" {{ mix (' js/compose.js' ) } }" ></script >
28
+ <script type =" text/javascript" >window .App .boot () </script >
29
+ @endpush
You can’t perform that action at this time.
0 commit comments