Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15835 | Rev 15839 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15835 Rev 15836
Línea 216... Línea 216...
216
          onSubmit={handleSubmit(onHandleSubmit)}
216
          onSubmit={handleSubmit(onHandleSubmit)}
217
          encType="multipart/form-data"
217
          encType="multipart/form-data"
218
        >
218
        >
219
          <button
219
          <button
220
            type="button"
220
            type="button"
221
            className={"btn" + styles.icon_btn}
221
            className={"btn " + styles.icon_btn}
222
            onClick={() => fileInputEl.current.click()}
222
            onClick={() => fileInputEl.current.click()}
223
          >
223
          >
224
            <AttachFileIcon />
224
            <AttachFileIcon />
225
          </button>
225
          </button>
226
          <button
226
          <button
227
            type="button"
227
            type="button"
228
            className={"btn" + styles.icon_btn}
228
            className={"btn " + styles.icon_btn}
229
            onClick={() => setShowEmojione(!showEmojione)}
229
            onClick={() => setShowEmojione(!showEmojione)}
230
          >
230
          >
231
            <InsertEmoticonIcon />
231
            <InsertEmoticonIcon />
232
          </button>
232
          </button>
233
          <input
233
          <input
Línea 241... Línea 241...
241
            className={styles.chatInput}
241
            className={styles.chatInput}
242
            placeholder="Escribe un mensaje"
242
            placeholder="Escribe un mensaje"
243
            rows="1"
243
            rows="1"
244
            ref={inputTextEl}
244
            ref={inputTextEl}
245
          />
245
          />
246
          <button type="submit" className={"btn" + styles.send_btn}>
246
          <button type="submit" className={"btn " + styles.send_btn}>
247
            <SendIcon />
247
            <SendIcon />
248
          </button>
248
          </button>
249
        </form>
249
        </form>
250
      </div>
250
      </div>
251
      {selectedFile && (
251
      {selectedFile && (