Add header to PostThread view; update navigation to include stacking so that each tab maintains its own browsing history
This commit is contained in:
parent
28dbc5f5e6
commit
29ed3d2ecf
17 changed files with 128 additions and 81 deletions
|
@ -1,6 +1,7 @@
|
|||
import moment from 'moment'
|
||||
import {library} from '@fortawesome/fontawesome-svg-core'
|
||||
|
||||
import {faArrowLeft} from '@fortawesome/free-solid-svg-icons/faArrowLeft'
|
||||
import {faBars} from '@fortawesome/free-solid-svg-icons/faBars'
|
||||
import {faBell} from '@fortawesome/free-solid-svg-icons/faBell'
|
||||
import {faComment} from '@fortawesome/free-regular-svg-icons/faComment'
|
||||
|
@ -32,6 +33,7 @@ export function setup() {
|
|||
},
|
||||
})
|
||||
library.add(
|
||||
faArrowLeft,
|
||||
faBars,
|
||||
faBell,
|
||||
faComment,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue