MaxMEllon/comelon

View on GitHub

Showing 4 of 8 total issues

Function render has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    const actions = [
      <FlatButton
        label='閉じる'
        secondary={true}
Severity: Minor
Found in app/views/Settings.js - About 1 hr to fix

    Function render has 33 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      render() {
        return (
          <div className='Footer'>
            <Toolbar style={{position: 'fixed', bottom: '0', left: '0', right: '0'}} >
              <ToolbarGroup firstChild={true} float='left' style={{width: '50%'}}>
    Severity: Minor
    Found in app/views/component/Footer.js - About 1 hr to fix

      Function render has 32 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

        render() {
          const actions = [
            <FlatButton label='ログイン'
                        primary={true}
                        onMouseDown={this.handleClose} />
      Severity: Minor
      Found in app/views/component/Login.js - About 1 hr to fix

        Function render has 28 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

          render() {
            const textFieldProps = {
              className: 'LiveIdForm',
              value: this.state.lv,
              onChange: this.changeLiveid,
        Severity: Minor
        Found in app/views/component/Header.js - About 1 hr to fix
          Severity
          Category
          Status
          Source
          Language