mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Fully working, needs docs
This commit is contained in:
@@ -24,7 +24,7 @@ export default class ViewingOptions extends React.Component {
|
||||
<a onClick={this.toggleOpen}>Viewing Options</a>
|
||||
</div>
|
||||
{
|
||||
true ? (
|
||||
this.state.open ? (
|
||||
<div className={cn([styles.streamViewingOptionsList, 'streamViewingOptionsList'])}>
|
||||
<ul>
|
||||
{
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
import {ADD_CLASSNAME, REMOVE_CLASSNAME} from '../constants/comment';
|
||||
|
||||
const initialState = {
|
||||
classNames: [{
|
||||
'wapoOff' : {
|
||||
tags: ['OFF_TOPIC']
|
||||
}
|
||||
}]
|
||||
classNames: []
|
||||
};
|
||||
|
||||
export default function comment (state = initialState, action) {
|
||||
|
||||
@@ -494,3 +494,7 @@ button.comment__action-button[disabled],
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
||||
.offTopicComment {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user