|
@@ -10,7 +10,7 @@ const debug = { // outdated
|
10
|
10
|
label: 'Thread',
|
11
|
11
|
slug: 'thread',
|
12
|
12
|
faIcon: 'file-text-o',
|
13
|
|
- hexcolor: '#3f52e3',
|
|
13
|
+ hexcolor: '#ad4cf9',
|
14
|
14
|
creationLabel: 'Write a thread',
|
15
|
15
|
domContainer: 'appContainer',
|
16
|
16
|
apiUrl: 'http://localhost:3001',
|
|
@@ -22,7 +22,7 @@ const debug = { // outdated
|
22
|
22
|
}
|
23
|
23
|
},
|
24
|
24
|
loggedUser: {
|
25
|
|
- id: 5,
|
|
25
|
+ id: 1,
|
26
|
26
|
username: 'Smoi',
|
27
|
27
|
firstname: 'Côme',
|
28
|
28
|
lastname: 'Stoilenom',
|
|
@@ -85,7 +85,7 @@ class PopupCreateHtmlDocument extends React.Component {
|
85
|
85
|
onClose={this.handleClose}
|
86
|
86
|
onValidate={this.handleValidate}
|
87
|
87
|
label={this.state.config.label} // @TODO get the lang of user
|
88
|
|
- hexcolor={this.state.config.hexcolor}
|
|
88
|
+ customColor={this.state.config.hexcolor}
|
89
|
89
|
faIcon={this.state.config.faIcon}
|
90
|
90
|
contentName={this.state.newContentName}
|
91
|
91
|
onChangeContentName={this.handleChangeNewContentName}
|