Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1512 Rev 1513
Línea 14... Línea 14...
14
import Input from '../../../UI/Input'
14
import Input from '../../../UI/Input'
15
import ShareOption from './ShareOption'
15
import ShareOption from './ShareOption'
Línea 16... Línea 16...
16
 
16
 
17
import styles from './ShareComponent.module.scss'
17
import styles from './ShareComponent.module.scss'
-
 
18
import WidgetWrapper from 'components/widgets/WidgetLayout'
Línea 18... Línea 19...
18
import WidgetWrapper from 'components/widgets/WidgetLayout'
19
import { Box } from '@mui/material'
19
 
20
 
20
const StyledInput = styled(Input)`
21
const StyledInput = styled(Input)`
21
  border: 1px solid lightgray;
22
  border: 1px solid lightgray;
Línea 39... Línea 40...
39
    dispatch(openShareModal(postUrl, postType, feedType))
40
    dispatch(openShareModal(postUrl, postType, feedType))
40
  }
41
  }
Línea 41... Línea 42...
41
 
42
 
42
  return (
43
  return (
43
    <WidgetWrapper p={1}>
44
    <WidgetWrapper p={1}>
-
 
45
      <Box display='flex' alignItems='center' gap={1}>
-
 
46
        <Avatar
-
 
47
          src={image}
44
      <div className={styles.input__container}>
48
          sx={{
-
 
49
            width: { xs: 40, sm: 50 },
-
 
50
            height: { xs: 40, sm: 50 }
-
 
51
          }}
Línea 45... Línea 52...
45
        <Avatar src={image} className={styles.user_image} />
52
        />
46
 
53
 
47
        <StyledInput
54
        <StyledInput
48
          type='text'
55
          type='text'
49
          readOnly
56
          readOnly
50
          icon={CreateIcon}
57
          icon={CreateIcon}
51
          placeholder={labels.what_are_you_thinking}
58
          placeholder={labels.what_are_you_thinking}
52
          onClick={() => onClickHandler(shareModalTypes.POST)}
59
          onClick={() => onClickHandler(shareModalTypes.POST)}
Línea 53... Línea 60...
53
        />
60
        />
54
      </div>
61
      </Box>
55
 
62
 
56
      <div className={styles.share__options}>
63
      <div className={styles.share__options}>