Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2890 Rev 2891
Línea 1... Línea 1...
1
import React, { useState } from 'react'
1
import React, { useState } from 'react'
2
import { useDispatch, useSelector } from 'react-redux'
2
import { useDispatch, useSelector } from 'react-redux'
3
import { Box, Typography } from '@mui/material'
3
import { Box, Typography } from '@mui/material'
4
import { ChatOutlined, Edit } from '@mui/icons-material'
4
import { ChatOutlined, Edit } from '@mui/icons-material'
Línea 5... Línea 5...
5
 
5
 
6
import { axios, parse } from '@utils'
6
import { axios } from '@utils'
7
import { withReactions } from '@hocs'
7
import { withReactions } from '@hocs'
Línea 8... Línea 8...
8
import { addNotification } from '@store/notification/notification.actions'
8
import { addNotification } from '@store/notification/notification.actions'
9
 
9
 
10
import Widget from '@components/UI/Widget'
10
import Widget from '@components/UI/Widget'
11
import Button from '@components/UI/buttons/Buttons'
11
import Button from '@components/UI/buttons/Buttons'
-
 
12
import CommentForm from '@components/dashboard/linkedin/comments/comment-form'
12
import CommentForm from '@components/dashboard/linkedin/comments/comment-form'
13
import CommentsList from '@components/dashboard/linkedin/comments/comment-list'
Línea 13... Línea 14...
13
import CommentsList from '@components/dashboard/linkedin/comments/comment-list'
14
import FeedDescription from '@components/dashboard/feed/feed-description'
14
import Options from '@components/UI/Option'
15
import Options from '@components/UI/Option'
15
 
16
 
Línea 117... Línea 118...
117
            </Options>
118
            </Options>
118
          )}
119
          )}
119
        />
120
        />
Línea 120... Línea 121...
120
 
121
 
121
        <Widget.Body>
122
        <Widget.Body>
Línea 122... Línea 123...
122
          <Typography>{parse(text)}</Typography>
123
          <FeedDescription description={text} />
123
 
124
 
124
          <Box sx={{ display: 'flex', justifyContent: 'space-between' }}>
125
          <Box sx={{ display: 'flex', justifyContent: 'space-between' }}>
125
            <Typography variant='body2'>{`${totalReactions} ${labels.reactions}`}</Typography>
126
            <Typography variant='body2'>{`${totalReactions} ${labels.reactions}`}</Typography>